0% found this document useful (0 votes)
223 views1,167 pages

Log

This document contains log entries from the startup of an Android system server. It records the initialization steps like starting services, reading configuration files, and setting up permissions. It also notes an error trying to boost the animation thread due to a missing file. The log documents the detailed sequence of events during system startup.

Uploaded by

Azfar Hilman
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)
223 views1,167 pages

Log

This document contains log entries from the startup of an Android system server. It records the initialization steps like starting services, reading configuration files, and setting up permissions. It also notes an error trying to boost the animation thread due to a missing file. The log documents the detailed sequence of events during system startup.

Uploaded by

Azfar Hilman
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/ 1167

06-28 03:58:23.

116 1309 1309 I SystemServerTiming: InitBeforeStartServices


06-28 03:58:23.123 1309 1309 I SystemServer: Entered the Android system server!
06-28 03:58:23.395 1309 1309 D PowerManagerService: /proc/cmdline=console=tty0
console=ttyS0,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=ZDAEROCUVKZXCY7D
bootopt=64S3,32S1,32S1 product.version=PD2236F_EX_A_12.0.8.1.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.meta_log_disable=0 boot_silent=1 vivolog_flag=0 country_code=ID
product_version=PD2236LF_EX_A_12.0.8.0.W20.V000L1 oem_name=V000 factory_mode=0
tier=2 bbk_dp=0 androidboot.anti.sec_nonsec_reco=0,2,2
androidboot.anti.avb_anti_ver=2 mtk_printk_ctrl.disable_uart=1
androidboot.serialno=10DD3A024G000P4 bbk_pcb_version=MP_0.1
androidboot.product.hardware.sku=1011110011111 emmc_pns=Y2P032 emmc_size=29
boot_storage=E_X androidboot.bootreason=reboot gpt=1 usb2jtag_mode=0
androidboot.dtb_idx=0 androidboot.dtbo_idx=0
06-28 03:58:23.412 1309 1309 I VivoSystemServiceFactory: Instance implClass
com.android.server.VivoSystemServiceFactoryImpl
06-28 03:58:23.455 1309 1309 I SystemServerInitThreadPool: Creating instance with
8 threads
06-28 03:58:24.137 1309 1309 I _V_VivoSystemServer: backup roles begin
06-28 03:58:24.139 1309 1309 I SystemServerTiming: StartServices
06-28 03:58:24.140 1309 1309 I SystemServerTiming: startBootstrapServices
06-28 03:58:24.141 1309 1309 I SystemServerTiming: StartWatchdog
06-28 03:58:24.151 1309 1309 W _V_AnimationThread: boost animthread
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: Failed to write to
/sys/rsc/rsc_svp
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: java.io.FileNotFoundException:
/sys/rsc/rsc_svp: open failed: ENOENT (No such file or directory)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
libcore.io.IoBridge.open(IoBridge.java:575)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
java.io.FileWriter.<init>(FileWriter.java:63)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
com.android.server.AnimationThread.boostAnimThread(AnimationThread.java:43)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
com.android.server.AnimationThread.access$000(AnimationThread.java:30)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
com.android.server.AnimationThread$1.run(AnimationThread.java:71)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
android.os.Handler.handleCallback(Handler.java:938)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
android.os.Handler.dispatchMessage(Handler.java:99)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
android.os.Looper.loopOnce(Looper.java:233)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
android.os.Looper.loop(Looper.java:334)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
android.os.HandlerThread.run(HandlerThread.java:67)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
libcore.io.Linux.open(Native Method)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: at
libcore.io.IoBridge.open(IoBridge.java:561)
06-28 03:58:24.156 1309 1426 W _V_AnimationThread: ... 12 more
06-28 03:58:24.205 1309 1309 I SystemServiceManager: Starting
com.vivo.services.vgc.cbs.VivoCbsService
06-28 03:58:24.223 1309 1309 I SystemServer: Reading configuration...
06-28 03:58:24.224 1309 1309 I SystemServerTiming: ReadingSystemConfig
06-28 03:58:24.224 1309 1309 I SystemServerTiming: PlatformCompat
06-28 03:58:24.225 1309 1433 I SystemServerTimingAsync:
InitThreadPoolExec:ReadingSystemConfig
06-28 03:58:24.229 1309 1309 D CompatConfig: Found a config file:
/system/etc/compatconfig/services-platform-compat-config.xml
06-28 03:58:24.229 1309 1433 I SystemConfig: Reading permissions from
/system/etc/sysconfig/framework-sysconfig.xml
06-28 03:58:24.233 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@7b965ff
06-28 03:58:24.234 1309 1433 I SystemConfig: Reading permissions from
/system/etc/sysconfig/hiddenapi-package-whitelist.xml
06-28 03:58:24.236 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@fa05215
06-28 03:58:24.237 1309 1433 I SystemConfig: Reading permissions from
/system/etc/sysconfig/facebook-hiddenapi-packagewhitelist.xml
06-28 03:58:24.238 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@948631b
06-28 03:58:24.239 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@3e69cb8
06-28 03:58:24.240 1309 1433 I SystemConfig: Reading permissions from
/system/etc/sysconfig/component-overrides.xml
06-28 03:58:24.241 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@4290df6
06-28 03:58:24.242 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@a0015f7
06-28 03:58:24.243 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@cc4cc64
06-28 03:58:24.244 1309 1433 I SystemConfig: Reading permissions from
/system/etc/sysconfig/preinstalled-packages-com.android.providers.media.module.xml
06-28 03:58:24.245 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@2d01382
06-28 03:58:24.246 1309 1433 I SystemConfig: Reading permissions from
/system/etc/sysconfig/preinstalled-packages-platform.xml
06-28 03:58:24.247 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@3344ad0
06-28 03:58:24.248 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@8ef6ac9
06-28 03:58:24.249 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@97dccef
06-28 03:58:24.250 1309 1433 I SystemConfig: Reading permissions from
/system/etc/sysconfig/google-hiddenapi-package-allowlist.xml
06-28 03:58:24.251 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@edb43fc
06-28 03:58:24.252 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@2faea85
06-28 03:58:24.253 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/android.test.runner.xml
06-28 03:58:24.254 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@4490b
06-28 03:58:24.255 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.nfc_extras.xml
06-28 03:58:24.255 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@884aa01
06-28 03:58:24.257 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@a0ee0a6
06-28 03:58:24.258 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-platform.xml
06-28 03:58:24.258 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@c261694
06-28 03:58:24.260 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@190e53d
06-28 03:58:24.261 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@ab86132
06-28 03:58:24.262 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@ccace83
06-28 03:58:24.264 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@9980800
06-28 03:58:24.266 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@82b9839
06-28 03:58:24.267 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@8075e7e
06-28 03:58:24.268 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@d61cfdf
06-28 03:58:24.270 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@575a42c
06-28 03:58:24.271 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/GooglePermissionController_permissions.xml
06-28 03:58:24.271 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@1b6e48a
06-28 03:58:24.273 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@13d8afb
06-28 03:58:24.274 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.location.provider.xml
06-28 03:58:24.275 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@48b1571
06-28 03:58:24.276 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@626bf56
06-28 03:58:24.277 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-mediatek.xml
06-28 03:58:24.277 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@9464cc4
06-28 03:58:24.278 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@1ea97ad
06-28 03:58:24.279 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@7e77ae2
06-28 03:58:24.280 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@1cc5e73
06-28 03:58:24.282 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@8bd7130
06-28 03:58:24.283 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@c4601a9
06-28 03:58:24.285 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@6632e
06-28 03:58:24.286 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@8846ecf
06-28 03:58:24.287 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/javax.obex.xml
06-28 03:58:24.287 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@9d40f65
06-28 03:58:24.288 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@919843a
06-28 03:58:24.289 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/android.test.base.xml
06-28 03:58:24.289 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@9923648
06-28 03:58:24.291 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@f0baa06
06-28 03:58:24.291 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/android.software.managed_users.xml
06-28 03:58:24.292 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@c6968c7
06-28 03:58:24.293 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.mediadrm.signer.xml
06-28 03:58:24.294 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@dc61d
06-28 03:58:24.295 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.future.usb.accessory.xml
06-28 03:58:24.295 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@b09ca63
06-28 03:58:24.296 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@745a719
06-28 03:58:24.297 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/android.software.sip.xml
06-28 03:58:24.298 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@7e7f3de
06-28 03:58:24.298 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/android.software.sip.voip.xml
06-28 03:58:24.299 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@92ea88c
06-28 03:58:24.300 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/android.test.mock.xml
06-28 03:58:24.301 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@9fb6fea
06-28 03:58:24.301 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@52422db
06-28 03:58:24.302 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/vivo_telephony_ext.xml
06-28 03:58:24.302 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@13c2051
06-28 03:58:24.303 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@818a0b6
06-28 03:58:24.304 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-facebook.xml
06-28 03:58:24.304 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@5cf7d24
06-28 03:58:24.305 1309 1309 D CompatConfig: Found a config file:
/system/etc/compatconfig/icu4j-platform-compat-config.xml
06-28 03:58:24.306 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/android.software.webview.xml
06-28 03:58:24.307 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@d321253
06-28 03:58:24.307 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-google-system.xml
06-28 03:58:24.308 1309 1309 D CompatConfig: Found a config file:
/system/etc/compatconfig/framework-platform-compat-config.xml
06-28 03:58:24.309 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-vivo.xml
06-28 03:58:24.312 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@5c180af
06-28 03:58:24.313 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@ef34cbc
06-28 03:58:24.314 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@4612445
06-28 03:58:24.315 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@8c7a79a
06-28 03:58:24.316 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@d2f78cb
06-28 03:58:24.317 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@c0678a8
06-28 03:58:24.318 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@174bfc1
06-28 03:58:24.319 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@168a366
06-28 03:58:24.320 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@23ad6a7
06-28 03:58:24.321 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@c9e7754
06-28 03:58:24.321 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@6cc96fd
06-28 03:58:24.322 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@fcb8ff2
06-28 03:58:24.323 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@6b43643
06-28 03:58:24.324 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@e15b4c0
06-28 03:58:24.325 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@8d0a5f9
06-28 03:58:24.326 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@afeb93e
06-28 03:58:24.327 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@ed9f39f
06-28 03:58:24.328 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@7015cec
06-28 03:58:24.329 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@6ca8b5
06-28 03:58:24.329 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@aa92b4a
06-28 03:58:24.330 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@a742abb
06-28 03:58:24.331 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-facebook-preload.xml
06-28 03:58:24.331 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@f8c1b31
06-28 03:58:24.332 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@7d6b216
06-28 03:58:24.333 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@3b0b797
06-28 03:58:24.333 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/org.apache.http.legacy.xml
06-28 03:58:24.334 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@156396d
06-28 03:58:24.335 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@fbf3633
06-28 03:58:24.335 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/com.mediatek.wfo.legacy.xml
06-28 03:58:24.336 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@55fcdf0
06-28 03:58:24.337 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.media.remotedisplay.xml
06-28 03:58:24.338 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@be9edee
06-28 03:58:24.339 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@d2d028f
06-28 03:58:24.339 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.documentsui.xml
06-28 03:58:24.340 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@b5a2925
06-28 03:58:24.341 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@58afafa
06-28 03:58:24.341 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@c0138ab
06-28 03:58:24.342 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.networkstack.tethering.xml
06-28 03:58:24.342 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@ea932a1
06-28 03:58:24.343 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@4fdccc6
06-28 03:58:24.344 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/GoogleExtServices_permissions.xml
06-28 03:58:24.344 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@e702fb4
06-28 03:58:24.345 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@d8557dd
06-28 03:58:24.346 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@479ef52
06-28 03:58:24.346 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/platform-vivo.xml
06-28 03:58:24.347 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@9ba9320
06-28 03:58:24.348 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@80494d9
06-28 03:58:24.348 1309 1433 I SystemConfig: Reading permissions from
/system/etc/permissions/platform.xml
06-28 03:58:24.349 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@299ad7f
06-28 03:58:24.350 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@d85c14c
06-28 03:58:24.351 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@fa0a595
06-28 03:58:24.352 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@1816aa
06-28 03:58:24.353 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@2a5a29b
06-28 03:58:24.353 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@6f3a638
06-28 03:58:24.354 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@9b30611
06-28 03:58:24.355 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.bluetooth_le.xml
06-28 03:58:24.355 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@8b1cd77
06-28 03:58:24.356 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@158ede4
06-28 03:58:24.357 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/vendor.vivo.hardware.biometrics.face.xml
06-28 03:58:24.357 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@2b8d102
06-28 03:58:24.358 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@1ebca13
06-28 03:58:24.358 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.audio.low_latency.xml
06-28 03:58:24.359 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@b276649
06-28 03:58:24.359 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@666fb4e
06-28 03:58:24.360 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.usb.host.xml
06-28 03:58:24.360 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@aa2157c
06-28 03:58:24.361 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@3771e05
06-28 03:58:24.362 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.hardware_keystore.km41.xml
06-28 03:58:24.362 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@f0688b
06-28 03:58:24.363 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@cb90d68
06-28 03:58:24.363 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.camera.xml
06-28 03:58:24.363 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@9a32626
06-28 03:58:24.364 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@77b0267
06-28 03:58:24.365 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.faketouch.xml
06-28 03:58:24.367 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.telephony.ims.xml
06-28 03:58:24.367 1309 1309 D CompatConfig: Found a config file:
/system/etc/compatconfig/documents-ui-compat-config.xml
06-28 03:58:24.368 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@c2b5e03
06-28 03:58:24.369 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.midi.xml
06-28 03:58:24.369 1309 1309 D CompatConfig: Found a config file:
/system/etc/compatconfig/calendar-provider-compat-config.xml
06-28 03:58:24.371 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@22ed3fe
06-28 03:58:24.371 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.touchscreen.xml
06-28 03:58:24.372 1309 1309 D CompatConfig: No directory
/system/system_ext/etc/compatconfig, skipping
06-28 03:58:24.373 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.light.xml
06-28 03:58:24.374 1309 1309 D CompatConfig: No directory
/apex/com.android.vndk.v30/etc/compatconfig, skipping
06-28 03:58:24.374 1309 1309 D CompatConfig: No directory
/apex/com.android.wifi/etc/compatconfig, skipping
06-28 03:58:24.374 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.stepdetector.xml
06-28 03:58:24.374 1309 1309 D CompatConfig: No directory
/apex/com.android.vndk.v31/etc/compatconfig, skipping
06-28 03:58:24.375 1309 1309 D CompatConfig: No directory
/apex/com.android.tzdata/etc/compatconfig, skipping
06-28 03:58:24.375 1309 1309 D CompatConfig: No directory
/apex/com.android.tethering/etc/compatconfig, skipping
06-28 03:58:24.375 1309 1309 D CompatConfig: No directory
/apex/com.android.sdkext/etc/compatconfig, skipping
06-28 03:58:24.376 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.stepcounter.xml
06-28 03:58:24.376 1309 1309 D CompatConfig: No directory
/apex/com.android.scheduling/etc/compatconfig, skipping
06-28 03:58:24.376 1309 1309 D CompatConfig: No directory
/apex/com.android.runtime/etc/compatconfig, skipping
06-28 03:58:24.376 1309 1309 D CompatConfig: No directory
/apex/com.android.resolv/etc/compatconfig, skipping
06-28 03:58:24.377 1309 1309 D CompatConfig: No directory
/apex/com.android.permission/etc/compatconfig, skipping
06-28 03:58:24.377 1309 1309 D CompatConfig: No directory
/apex/com.android.os.statsd/etc/compatconfig, skipping
06-28 03:58:24.377 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.live_wallpaper.xml
06-28 03:58:24.377 1309 1309 D CompatConfig: No directory
/apex/com.android.neuralnetworks/etc/compatconfig, skipping
06-28 03:58:24.378 1309 1309 D CompatConfig: Found a config file:
/apex/com.android.mediaprovider/etc/compatconfig/media-provider-platform-compat-
config.xml
06-28 03:58:24.379 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.wifi.passpoint.xml
06-28 03:58:24.380 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@41764d6
06-28 03:58:24.380 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.accelerometer.xml
06-28 03:58:24.381 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@f892e44
06-28 03:58:24.382 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@7fcf862
06-28 03:58:24.382 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
06-28 03:58:24.383 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@82fcdf3
06-28 03:58:24.384 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.compass.xml
06-28 03:58:24.384 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@b21bd29
06-28 03:58:24.385 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@66f564f
06-28 03:58:24.385 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.proximity.xml
06-28 03:58:24.386 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@9ce01dc
06-28 03:58:24.387 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.touchscreen.multitouch.xml
06-28 03:58:24.387 1309 1309 D CompatConfig: No directory
/apex/com.android.media.swcodec/etc/compatconfig, skipping
06-28 03:58:24.388 1309 1309 D CompatConfig: No directory
/apex/com.android.media/etc/compatconfig, skipping
06-28 03:58:24.388 1309 1309 D CompatConfig: No directory
/apex/com.android.ipsec/etc/compatconfig, skipping
06-28 03:58:24.389 1309 1309 D CompatConfig: No directory
/apex/com.android.i18n/etc/compatconfig, skipping
06-28 03:58:24.389 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.usb.accessory.xml
06-28 03:58:24.389 1309 1309 D CompatConfig: No directory
/apex/com.android.extservices/etc/compatconfig, skipping
06-28 03:58:24.389 1309 1309 D CompatConfig: No directory
/apex/com.android.conscrypt/etc/compatconfig, skipping
06-28 03:58:24.390 1309 1309 D CompatConfig: Found a config file:
/apex/com.android.art/etc/compatconfig/libcore-platform-compat-config.xml
06-28 03:58:24.391 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.opengles.aep.xml
06-28 03:58:24.392 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@3a2e861
06-28 03:58:24.392 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.microphone.xml
06-28 03:58:24.393 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@d9c047
06-28 03:58:24.394 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@336b074
06-28 03:58:24.394 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.wifi.xml
06-28 03:58:24.394 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@cd83e12
06-28 03:58:24.395 1309 1309 D CompatConfig: Adding:
com.android.server.compat.config.Change@9485fe0
06-28 03:58:24.396 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.location.gps.xml
06-28 03:58:24.397 1309 1309 D CompatConfig: No directory
/apex/com.android.appsearch/etc/compatconfig, skipping
06-28 03:58:24.397 1309 1309 D CompatConfig: No directory
/apex/com.android.adbd/etc/compatconfig, skipping
06-28 03:58:24.398 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.verified_boot.xml
06-28 03:58:24.399 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.bluetooth.xml
06-28 03:58:24.401 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.ipsec_tunnels.xml
06-28 03:58:24.403 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml
06-28 03:58:24.405 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.telephony.gsm.xml
06-28 03:58:24.407 1309 1309 I SystemServerTiming: StartFileIntegrityService
06-28 03:58:24.407 1309 1309 I SystemServiceManager: Starting
com.android.server.security.FileIntegrityService
06-28 03:58:24.408 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.se.omapi.uicc.xml
06-28 03:58:24.410 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.opengles.deqp.level.xml
06-28 03:58:24.411 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.telephony.cdma.xml
06-28 03:58:24.413 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.wifi.direct.xml
06-28 03:58:24.415 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.biometrics.face.xml
06-28 03:58:24.416 1309 1433 I SystemConfig: Reading permissions from
/vendor/etc/permissions/handheld_core_hardware.xml
06-28 03:58:24.420 1309 1433 I SystemConfig: Reading permissions from
/oem/etc/permissions/com.vivo.website.overseas.support.xml
06-28 03:58:24.422 1309 1433 I SystemConfig: Reading permissions from
/oem/etc/permissions/com.vivo.themestore.support.xml
06-28 03:58:24.424 1309 1433 I SystemConfig: Reading permissions from
/product/etc/sysconfig/google-rollback-package-whitelist.xml
06-28 03:58:24.426 1309 1433 I SystemConfig: Reading permissions from
/product/etc/sysconfig/preinstalled-packages-platform-overlays.xml
06-28 03:58:24.429 1309 1433 I SystemConfig: Reading permissions from
/product/etc/sysconfig/google-staged-installer-whitelist.xml
06-28 03:58:24.431 1309 1433 I SystemConfig: Reading permissions from
/product/etc/sysconfig/wellbeing.xml
06-28 03:58:24.433 1309 1433 I SystemConfig: Reading permissions from
/product/etc/sysconfig/googledialergo-sysconfig.xml
06-28 03:58:24.434 1309 1433 I SystemConfig: Reading permissions from
/product/etc/sysconfig/preinstalled-packages-platform-handheld-product.xml
06-28 03:58:24.436 1309 1433 I SystemConfig: Reading permissions from
/product/etc/sysconfig/google.xml
06-28 03:58:24.438 1309 1433 I SystemConfig: Reading permissions from
/product/etc/sysconfig/d2d_cable_migration_feature.xml
06-28 03:58:24.440 1309 1433 I SystemConfig: Reading permissions from
/product/etc/permissions/privapp-permissions-google-comms-suite.xml
06-28 03:58:24.442 1309 1433 I SystemConfig: Reading permissions from
/product/etc/permissions/product-permissions-mediatek.xml
06-28 03:58:24.445 1309 1433 I SystemConfig: Reading permissions from
/product/etc/permissions/split-permissions-google.xml
06-28 03:58:24.446 1309 1309 I SystemServerTiming: StartInstaller
06-28 03:58:24.446 1309 1309 I SystemServiceManager: Starting
com.android.server.pm.Installer
06-28 03:58:24.447 1309 1433 I SystemConfig: Reading permissions from
/product/etc/permissions/privapp-permissions-google-product.xml
06-28 03:58:24.451 1309 1309 I SystemServerTiming: DeviceIdentifiersPolicyService
06-28 03:58:24.451 1309 1309 I SystemServiceManager: Starting
com.android.server.os.DeviceIdentifiersPolicyService
06-28 03:58:24.453 1309 1309 I SystemServerTiming: UriGrantsManagerService
06-28 03:58:24.453 1309 1309 I SystemServiceManager: Starting
com.android.server.uri.UriGrantsManagerService$Lifecycle
06-28 03:58:24.458 1309 1309 I SystemServerTiming: StartPowerStatsService
06-28 03:58:24.459 1309 1433 W SystemConfig: No directory
/system_ext/etc/sysconfig, skipping
06-28 03:58:24.459 1309 1309 I SystemServiceManager: Starting
com.android.server.powerstats.PowerStatsService
06-28 03:58:24.460 1309 1433 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/com.android.storagemanager.xml
06-28 03:58:24.462 1309 1433 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/system-ext-permissions-mediatek.xml
06-28 03:58:24.465 1309 1309 I SystemServerTiming: StartIStatsService
06-28 03:58:24.467 1309 1433 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/com.android.emergency.xml
06-28 03:58:24.469 1309 1309 I SystemServerTiming: MemtrackProxyService
06-28 03:58:24.470 1309 1433 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/com.android.cellbroadcastreceiver.xml
06-28 03:58:24.472 1309 1433 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/privapp-permissions-google-system-ext.xml
06-28 03:58:24.474 1309 1309 I SystemServerTiming: StartActivityManager
06-28 03:58:24.474 1309 1309 I SystemServiceManager: Starting
com.android.server.wm.ActivityTaskManagerService$Lifecycle
06-28 03:58:24.475 1309 1433 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/com.android.carrierconfig.xml
06-28 03:58:24.492 1309 1433 I SystemConfig: Reading permissions from
/apex/com.android.ipsec/etc/permissions/android.net.ipsec.ike.xml
06-28 03:58:24.502 1309 1437 E _V_FreezerManager: writeFile fail
/sys/rsc//binder_cmd java.io.FileNotFoundException: /sys/rsc/binder_cmd: open
failed: ENOENT (No such file or directory)
06-28 03:58:24.577 1309 1309 V _V_VivoMultiWindowConfig: MultiWindowConfig:
06-28 03:58:24.577 1309 1309 V _V_VivoMultiWindowConfig:
IS_VIVO_SUPPORT_MULTIWINDOW_PROPERTY:true
06-28 03:58:24.578 1309 1309 V _V_VivoMultiWindowConfig:
IS_VIVO_SUPPORT_MULTIWINDOW_DEBUG_PROPERTY:false
06-28 03:58:24.578 1309 1309 V _V_VivoMultiWindowConfig:
IS_VIVO_AM_RESIZABLE_PROPERTY:true
06-28 03:58:24.578 1309 1309 V _V_VivoMultiWindowConfig:
IS_VIVO_AM_RELAUNCH_PROPERTY:true
06-28 03:58:24.578 1309 1309 V _V_VivoMultiWindowConfig:
IS_VIVO_DOUBLE_RESUME_PROPERTY:true
06-28 03:58:24.578 1309 1309 V _V_VivoMultiWindowConfig:
IS_VIVO_ROTATE_FREE:false
06-28 03:58:24.578 1309 1309 V _V_VivoMultiWindowConfig:
IS_VIVO_DEFER_ROTATE:false
06-28 03:58:24.578 1309 1309 V _V_VivoMultiWindowConfig:
IS_VIVO_SPLIT_NAV_COLOR:true
06-28 03:58:24.578 1309 1309 V _V_VivoMultiWindowConfig:
IS_VIVO_SPLIT_BACK_PROCESS:true
06-28 03:58:24.579 1309 1309 V _V_VivoMultiWindowConfig: TIERLEVEL:2
06-28 03:58:24.579 1309 1309 V _V_VivoMultiWindowConfig: ISOVERSEAS:true
06-28 03:58:24.587 1309 1309 D _V_ThirdPartyIncoming:
DEBUG_THIRD_PARTY_INCOMING_POLICY: support = true
06-28 03:58:24.599 1309 1309 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm/extic_enable: open failed: ENOENT (No such file or directory)
06-28 03:58:24.599 1309 1309 D _V_DisplayEnhanceNovaUsecaseController: parseInt
error!
06-28 03:58:24.600 1309 1309 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm/extic_enable: open failed: ENOENT (No such file or directory)
06-28 03:58:24.601 1309 1309 D _V_DisplayEnhanceNovaUsecaseController: parseInt
error!
06-28 03:58:24.601 1309 1309 D _V_DisplayEnhanceNovaUsecaseController: init
DisplayEnhanceNovaUsecaseController isNovaAvailable = false, ENABLE_IC = false
06-28 03:58:24.610 1309 1309 D _V_VivoRatioControllerUtilsImpl: CONSTURE of
VivoRatioControllerUtilsImpl
06-28 03:58:24.619 1309 1309 I SystemServiceManager: Starting
com.android.server.am.ActivityManagerService$Lifecycle
06-28 03:58:24.627 1309 1309 I ActivityManager: Memory class: 128
06-28 03:58:24.630 1309 1445 I Binder : Setting heavy hitter watcher config:
false, 0, 0.0
06-28 03:58:24.687 1309 1309 I _V_rms : Set sys.sps.version to 0
06-28 03:58:24.707 1309 1309 I _V_CgrpController: initialize isSupported=true
cluster=3
06-28 03:58:24.723 1309 1309 V _V_EmergencyBroadcastManager: init.
06-28 03:58:24.726 1309 1463 I _V_SceneConfigs: file:sceneconfig.0.xml,length =0
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: FrozenQuicker create
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: java.lang.Throwable: debug
FrozenQuicker
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker.<init>(FrozenQuicker.java:244)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker.<init>(FrozenQuicker.java:68)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker$Instance.<clinit>(FrozenQuicker.java:198
4)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker$Instance.access$100(FrozenQuicker.java:1
983)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker.getInstance(FrozenQuicker.java:248)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenInjectorImpl.<init>(FrozenInjectorImpl.java:22)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenInjectorImpl.getInstance(FrozenInjectorImpl.java
:32)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.am.VivoAmsImpl.<init>(VivoAmsImpl.java:440)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.VivoSystemServiceFactoryImpl.createVivoAms(VivoSystemServiceFact
oryImpl.java:727)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.am.ActivityManagerService.<init>(ActivityManagerService.java:272
1)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.am.ActivityManagerService$Lifecycle.<init>(ActivityManagerServic
e.java:2335)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
java.lang.reflect.Constructor.newInstance0(Native Method)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:177)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.am.ActivityManagerService$Lifecycle.startService(ActivityManager
Service.java:2341)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.SystemServer.startBootstrapServices(SystemServer.java:1263)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.SystemServer.run(SystemServer.java:1054)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.server.SystemServer.main(SystemServer.java:739)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
java.lang.reflect.Method.invoke(Native Method)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
06-28 03:58:24.730 1309 1309 E _V_quickfrozen: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
06-28 03:58:24.754 1309 1309 I PackageWatchdog: Updated health check state for
package com.google.android.ext.services: INACTIVE -> PASSED
06-28 03:58:24.755 1309 1309 I PackageWatchdog: Updated health check state for
package com.vivo.abe: INACTIVE -> PASSED
06-28 03:58:24.755 1309 1309 I PackageWatchdog: Updated health check state for
package com.vivo.pem: INACTIVE -> PASSED
06-28 03:58:24.755 1309 1309 I PackageWatchdog: Updated health check state for
package com.vivo.appfilter: INACTIVE -> PASSED
06-28 03:58:24.755 1309 1309 I PackageWatchdog: Updated health check state for
package com.android.vending: INACTIVE -> PASSED
06-28 03:58:24.755 1309 1309 I PackageWatchdog: Updated health check state for
package android: INACTIVE -> PASSED
06-28 03:58:24.755 1309 1309 I PackageWatchdog: Updated health check state for
package com.android.launcher3: INACTIVE -> PASSED
06-28 03:58:24.755 1309 1309 I PackageWatchdog: Updated health check state for
package com.google.android.permissioncontroller: INACTIVE -> PASSED
06-28 03:58:24.755 1309 1309 I PackageWatchdog: Updated health check state for
package com.google.android.gms: INACTIVE -> PASSED
06-28 03:58:24.755 1309 1309 I PackageWatchdog: Updated health check state for
package com.google.android.gsf: INACTIVE -> PASSED
06-28 03:58:24.755 1309 1309 I PackageWatchdog: Updated health check state for
package com.android.settings: INACTIVE -> PASSED
06-28 03:58:24.756 1309 1309 I PackageWatchdog: Updated health check state for
package com.vivo.upslide: INACTIVE -> PASSED
06-28 03:58:24.756 1309 1309 I PackageWatchdog: Updated health check state for
package com.android.phone: INACTIVE -> PASSED
06-28 03:58:24.756 1309 1309 I PackageWatchdog: Updated health check state for
package com.android.providers.userdictionary: INACTIVE -> PASSED
06-28 03:58:24.756 1309 1309 I PackageWatchdog: Updated health check state for
package com.android.providers.media.module: INACTIVE -> PASSED
06-28 03:58:24.756 1309 1309 I PackageWatchdog: Updated health check state for
package com.android.systemui: INACTIVE -> PASSED
06-28 03:58:24.756 1309 1309 I PackageWatchdog: Updated health check state for
package com.android.bluetooth: INACTIVE -> PASSED
06-28 03:58:24.779 1309 1309 D BatteryStatsImpl: Reading daily items from
/data/system/batterystats-daily.xml
06-28 03:58:24.815 1309 1467 I KernelCpuUidFreqTimeReader:
mPerClusterTimesAvailable=true
06-28 03:58:24.823 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 03:58:24.823 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 03:58:24.999 1309 1467 W KernelMemoryBandwidthStats: No kernel memory
bandwidth stats available
06-28 03:58:25.019 1309 1309 E AudioRestriction: Unknown audio suppression
behavior0
06-28 03:58:25.178 1309 1309 I IntentFirewall: Read new rules (A:0 B:0 S:0)
06-28 03:58:25.209 1309 1309 D AppOps : AppOpsService published
06-28 03:58:25.230 1309 1309 I SystemServerTiming: StartDataLoaderManagerService
06-28 03:58:25.230 1309 1309 I SystemServiceManager: Starting
com.android.server.pm.DataLoaderManagerService
06-28 03:58:25.232 1309 1309 I SystemServerTiming: StartIncrementalService
06-28 03:58:25.485 1309 1309 I SystemServerTiming: StartPowerManager
06-28 03:58:25.485 1309 1309 I SystemServiceManager: Starting
com.android.server.power.PowerManagerService
06-28 03:58:25.505 1309 1309 I SystemServerTiming: StartThermalManager
06-28 03:58:25.507 1309 1309 I SystemServiceManager: Starting
com.android.server.power.ThermalManagerService
06-28 03:58:25.508 1309 1309 I SystemServerTiming: StartHintManager
06-28 03:58:25.508 1309 1309 I SystemServiceManager: Starting
com.android.server.power.hint.HintManagerService
06-28 03:58:25.512 1309 1309 I SystemServerTiming: InitPowerManagement
06-28 03:58:25.514 1309 1309 I SystemServerTiming: StartRecoverySystemService
06-28 03:58:25.515 1309 1309 I SystemServiceManager: Starting
com.android.server.recoverysystem.RecoverySystemService$Lifecycle
06-28 03:58:25.519 1309 1309 I SystemServerTiming: StartLightsService
06-28 03:58:25.520 1309 1309 I SystemServiceManager: Starting
com.android.server.lights.LightsService
06-28 03:58:25.572 1309 1309 I SystemServerTiming: StartSidekickService
06-28 03:58:25.573 1309 1309 I SystemServerTiming: StartDisplayManager
06-28 03:58:25.574 1309 1309 I SystemServiceManager: Starting
com.android.server.display.DisplayManagerService
06-28 03:58:25.590 1309 1309 I _V_VivoSystemServer: StartVivoDisplayStateManager
06-28 03:58:25.591 1309 1309 I SystemServiceManager: Starting
com.android.server.display.VivoDisplayStateService
06-28 03:58:25.594 1309 1309 I SystemServerTiming: WaitForDisplay
06-28 03:58:25.595 1309 1309 I SystemServiceManager: Starting phase 100
06-28 03:58:25.595 1309 1309 I SystemServerTiming: OnBootPhase_100
06-28 03:58:25.595 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.vivo.services.vgc.cbs.VivoCbsService
06-28 03:58:25.595 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.security.FileIntegrityService
06-28 03:58:25.595 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.pm.Installer
06-28 03:58:25.595 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.os.DeviceIdentifiersPolicyService
06-28 03:58:25.595 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.uri.UriGrantsManagerService$Lifecycle
06-28 03:58:25.595 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.powerstats.PowerStatsService
06-28 03:58:25.596 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.wm.ActivityTaskManagerService$Lifecycle
06-28 03:58:25.596 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.am.ActivityManagerService$Lifecycle
06-28 03:58:25.596 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.pm.DataLoaderManagerService
06-28 03:58:25.596 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.power.PowerManagerService
06-28 03:58:25.596 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.power.ThermalManagerService
06-28 03:58:25.596 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.power.hint.HintManagerService
06-28 03:58:25.596 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
06-28 03:58:25.596 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.lights.LightsService
06-28 03:58:25.596 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.display.DisplayManagerService
06-28 03:58:25.631 1309 1425 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm/hbm_max_brightness: open failed: ENOENT (No such file or directory)
06-28 03:58:25.632 1309 1425 E _V_VivoLcmUtils: Failed to read
/sys/lcm/hbm_max_brightness
06-28 03:58:25.632 1309 1425 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm1/hbm_max_brightness: open failed: ENOENT (No such file or directory)
06-28 03:58:25.632 1309 1425 E _V_VivoLcmUtils: Failed to read
/sys/lcm1/hbm_max_brightness
06-28 03:58:25.633 1309 1425 E _V_VivoLcmUtils: the readKernelNode
is:/sys/class/backlight/panel0-backlight/max_brightness: open failed: ENOENT (No
such file or directory)
06-28 03:58:25.633 1309 1425 E _V_VivoLcmUtils: Failed to read
/sys/class/backlight/panel0-backlight/max_brightness
06-28 03:58:25.635 1309 1425 I _V_RootConfig: lcmId = 0x00000090
06-28 03:58:25.639 1309 1425 I _V_Sensor_BrightnessConfig: bootBrightness = 1146;
isMultilevel = true; maxLcmBrightness = 4095; isUnderProx = false; isUnderLight =
false; minBrightness = 310; gameOptimizedBright = -1.0
06-28 03:58:25.641 1309 1425 I _V_RootConfig: Exception e =
java.io.FileNotFoundException:
/system/etc/SensorConfig/AutoBrightnessLcm2AgloBrLevelVico_0x00000090.json: open
failed: ENOENT (No such file or directory)
06-28 03:58:25.697 1309 1425 E _V_Sensor_JsonObjectOperate: Can't find
file:/system/etc/SensorConfig/AutoBrightnessLcm2AgloBrLevelVico.json
06-28 03:58:25.697 1309 1425 I _V_Sensor_BrightConfig:
/system/etc/SensorConfig/AutoBrightnessLcm2AgloBrLevelVico.json is null! return!
06-28 03:58:25.735 1309 1425 D _V_VivoSurfaceControlBrightness: Check value -1.0
is invalid, return default value 4095.0
06-28 03:58:25.735 1309 1425 D _V_VivoSurfaceControlBrightness: Check value -1.0
is invalid, return default value 2047.0
06-28 03:58:25.736 1309 1425 D _V_VivoSurfaceControlBrightness: Create
VivoSurfaceControlBrightness, max brightness 2047.0, HBM max brightness 4095.0, max
hardware brightness 4095.0, HDR factor 1.0
06-28 03:58:25.752 1309 1425 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@4fb3421, default display true, surface control light status
false
06-28 03:58:25.754 1309 1425 W Looper : Slow dispatch took 166ms android.display
h=com.android.server.display.DisplayManagerService$DisplayManagerHandler c=null m=1
06-28 03:58:25.761 1309 1425 I DisplayDeviceRepository: Display device added:
DisplayDeviceInfo{"Layar Bawaan": 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}
06-28 03:58:25.764 1309 1425 I LogicalDisplayMapper: Applying layout: [{addr:
{port=0}, dispId: 0(ON)}], Previous layout: null
06-28 03:58:25.773 1309 1425 I LogicalDisplayMapper: Adding new display: 0:
DisplayInfo{"Layar Bawaan", 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]}
06-28 03:58:25.775 1309 1425 I LogicalDisplayMapper: Setting new display group 0
for display 0, from previous group: null
06-28 03:58:25.778 1309 1309 W SystemServiceManager: Service
com.android.server.display.DisplayManagerService took 181 ms in onBootPhase
06-28 03:58:25.778 1309 1309 I SystemServerTiming:
OnBootPhase_100_com.android.server.display.VivoDisplayStateService
06-28 03:58:25.778 1309 1309 I SystemServerTiming: StartDomainVerificationService
06-28 03:58:25.781 1309 1309 I SystemServerTiming: StartPackageManagerService
06-28 03:58:25.781 1309 1309 I Watchdog: Pausing HandlerChecker: main thread for
reason: packagemanagermain. Pause count: 1
06-28 03:58:25.799 1309 1309 I PackageManagerTiming: create package manager
06-28 03:58:25.810 1309 1309 I PackageManagerTiming: createSubComponents
06-28 03:58:25.846 1309 1309 I PackageManagerTiming: addSharedUsers
06-28 03:58:25.873 1309 1498 I _V_VivoPKMSUtils: msg:1000, do nothing.
06-28 03:58:25.873 1309 1309 I _V_VivoPKMSUtils: oemName:PD2236LF_EX_ID_NULL_NULL
path:apps_PD2236LF_EX_ID_NULL_NULL.list
06-28 03:58:25.874 1309 1309 W _V_VivoPKMSUtils: Not found apps_*.list in
/data/vivo-apps
06-28 03:58:25.875 1309 1309 W _V_VivoPKMSUtils: oemApk list not exist, use
default /data/vivo-apps/apps.list
06-28 03:58:25.875 1309 1309 I _V_VivoPKMSUtils: PD2236LF_EX_ID_NULL_NULL
/data/vivo-apps apkListAbsolutePath:null
06-28 03:58:25.876 1309 1309 W _V_VivoPKMSUtils: /data/vivo-apps is Not exist!
06-28 03:58:25.877 1309 1309 I _V_VivoPKMSUtils: oemName:PD2236LF_EX_ID_NULL_NULL
path:apps_PD2236LF_EX_ID_NULL_NULL.list
06-28 03:58:25.878 1309 1309 I _V_VivoPKMSUtils: No need change path. read
path:/apps/apps.list
06-28 03:58:25.878 1309 1309 W _V_VivoPKMSUtils: apps list file path
/apps/apps.list
06-28 03:58:25.878 1309 1309 I _V_VivoPKMSUtils: #### /apps/apps.list not exist.
06-28 03:58:25.879 1309 1309 I _V_VivoPKMSUtils: No need change path. read
path:/system/vivo-apps/apps.list
06-28 03:58:25.879 1309 1309 I _V_VivoPKMSUtils: #####
/system/vivo-apps/apps.list not exist
06-28 03:58:25.885 1309 1309 I _V_VivoPKMSLocManager: false false
06-28 03:58:25.886 1309 1309 I _V_VivoUninstallMgr: UninstallMgr..
06-28 03:58:25.886 1309 1309 I _V_VivoUninstallMgr: init false false
06-28 03:58:25.886 1309 1309 I _V_pkmsReportMgr: pkmsReportMgr init.
06-28 03:58:25.887 1309 1309 W _V_VivoPKMSUtils:
data/system/v_deleted_built_in_app.xml Not exist!
06-28 03:58:25.888 1309 1309 I _V_VivoPKMSUtils: Sys app All exist!
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: Failed to read
:data/system/vgc_deleted_app.list
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils:
java.io.FileNotFoundException: data/system/vgc_deleted_app.list: open failed:
ENOENT (No such file or directory)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
java.io.FileInputStream.<init>(FileInputStream.java:115)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
java.io.FileReader.<init>(FileReader.java:58)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.VivoVGCPKMSUtils.readPacakgeNameList(VivoVGCPKMSUtils.java:36
2)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.VivoVGCPKMSUtils.getDeletedVgcAppsList(VivoVGCPKMSUtils.java:
98)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.VivoPmsImpl.<init>(VivoPmsImpl.java:435)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
com.android.server.VivoSystemServiceFactoryImpl.createVivoPms(VivoSystemServiceFact
oryImpl.java:702)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.PackageManagerService.<init>(PackageManagerService.java:7558)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.PackageManagerService.main(PackageManagerService.java:7183)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
com.android.server.SystemServer.startBootstrapServices(SystemServer.java:1368)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
com.android.server.SystemServer.run(SystemServer.java:1054)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
com.android.server.SystemServer.main(SystemServer.java:739)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
java.lang.reflect.Method.invoke(Native Method)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
libcore.io.Linux.open(Native Method)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
06-28 03:58:25.898 1309 1309 E _V_VivoVGCPKMSUtils: ... 15 more
06-28 03:58:25.940 1309 1309 I PackageManagerTiming: get system config
06-28 03:58:25.945 1309 1309 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]
06-28 03:58:25.948 1309 1309 D SELinuxMMAC: Using policy file
/system/etc/selinux/plat_mac_permissions.xml
06-28 03:58:25.952 1309 1309 D SELinuxMMAC: Using policy file
/system_ext/etc/selinux/system_ext_mac_permissions.xml
06-28 03:58:25.954 1309 1309 D SELinuxMMAC: Using policy file
/vendor/etc/selinux/vendor_mac_permissions.xml
06-28 03:58:25.956 1309 1309 I PackageManagerTiming: loadFallbacks
06-28 03:58:25.962 1309 1309 I PackageManagerTiming: read user settings
06-28 03:58:26.317 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.319 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.320 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.321 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.321 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.322 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.323 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.323 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.324 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.325 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.326 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.326 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.327 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.328 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.328 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.329 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.330 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.331 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.332 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.332 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.333 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.334 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.335 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.335 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.336 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.337 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.338 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.339 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.340 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.341 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.341 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.342 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.343 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.343 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.344 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.345 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.346 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.346 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.347 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.348 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.349 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.349 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.350 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.351 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.352 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.353 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.354 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.356 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.357 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.357 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.358 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.359 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.360 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.360 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.361 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.361 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.362 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.363 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.364 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.364 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.365 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.366 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.367 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.368 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.369 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.370 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.371 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.372 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.372 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.373 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.374 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.375 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.376 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.376 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.377 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.378 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.379 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.380 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.380 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.381 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.382 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.382 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.383 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.384 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.384 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.385 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.386 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.387 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.387 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.388 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.389 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.390 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.391 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.392 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.392 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.393 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.394 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.395 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.396 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.396 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.397 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.398 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.399 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.400 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.401 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.402 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.402 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.403 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.404 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.405 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.406 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.407 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.407 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.408 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.409 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.410 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.411 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.412 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.413 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.413 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.414 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.415 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.416 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.417 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.418 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.419 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.420 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.420 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.421 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.422 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.422 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.423 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.424 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.424 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.425 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.426 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.426 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.427 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.428 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.429 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.429 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.430 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.431 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.432 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.433 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.434 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.434 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.435 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.436 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.437 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.438 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.439 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.440 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.441 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.442 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.443 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.444 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.445 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.445 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.446 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.447 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.448 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.449 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.450 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.451 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.452 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.452 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.453 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.454 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.455 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.456 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.457 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.458 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.459 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.459 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.462 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.463 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.464 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.465 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.466 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.467 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.469 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.470 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.471 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.472 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.473 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.474 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.475 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.477 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.478 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.479 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.480 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.481 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.482 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.483 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.484 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.485 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.486 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.488 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.489 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.490 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.491 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.492 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.493 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.495 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.496 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.497 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.498 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.503 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.504 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.505 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.507 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.508 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.509 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.510 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.511 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.512 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.513 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.514 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.516 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.517 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.518 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.519 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.520 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.521 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.523 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.524 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.525 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.526 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.527 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.528 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.529 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.530 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.531 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.533 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.534 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.535 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.536 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.537 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.538 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.539 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.540 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.542 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.543 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.544 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.545 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.546 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.547 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.549 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.550 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.551 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.552 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.553 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.554 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.555 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.558 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.559 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.560 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.561 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.562 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.564 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.565 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.566 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.567 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.569 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.570 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.571 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.572 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.573 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.574 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.575 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.576 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.576 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.577 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.578 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.579 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.580 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.581 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.582 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.583 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.584 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.584 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.585 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.586 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.587 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.588 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.589 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.590 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.590 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.591 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.592 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.593 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.594 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.595 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.596 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.597 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.598 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.599 1309 1309 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
06-28 03:58:26.699 1309 1309 W PackageSettings: Missing permission state for
shared user: android.uid.log
06-28 03:58:26.700 1309 1309 W PackageSettings: Missing permission state for
shared user: android.uid.nfc
06-28 03:58:26.700 1309 1309 W PackageSettings: Missing permission state for
shared user: android.uid.uwb
06-28 03:58:26.700 1309 1309 W PackageSettings: Missing permission state for
shared user: android.uid.se
06-28 03:58:26.781 1309 1309 I PackageManager: Upgrading from
vivo/V2217T/V2217:12/SP1A.210812.003/compiler05161753:user/release-keys to
vivo/V2217T/V2217:12/SP1A.210812.003/compiler05301056:user/release-keys
06-28 03:58:26.785 1309 1309 D _V_VivoPmsABUpgradeUtil: It do not need updat 3rd
app
06-28 03:58:26.787 1309 1309 E _V_VivoPmsImpl:
/data/yzfswj/another/DEFAULT/uninstall.list not exist!
06-28 03:58:26.789 1309 1309 D PackageManager: Destroying unknown cache
4e03f81cae0163b5623c67fed074d8f9f9802ac9
06-28 03:58:26.847 1309 1309 I PackageManager:
/product/overlay/DisplayCutoutEmulationCorner changed; collecting certs (forced)
06-28 03:58:26.856 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 143539591; UID -1; state: ENABLED
06-28 03:58:26.859 1309 1309 I PackageManager:
/product/overlay/GooglePermissionControllerFrameworkOverlay.apk changed; collecting
certs (forced)
06-28 03:58:26.866 1309 1309 I PackageManager:
/product/overlay/DisplayCutoutEmulationWaterfall changed; collecting certs (forced)
06-28 03:58:26.872 1309 1309 I PackageManager:
/product/overlay/NavigationBarModeGesturalWideBack changed; collecting certs
(forced)
06-28 03:58:26.880 1309 1309 I PackageManager:
/product/overlay/DisplayCutoutEmulationDouble changed; collecting certs (forced)
06-28 03:58:26.886 1309 1309 I PackageManager:
/product/overlay/GmsConfigOverlaySearchGo.apk changed; collecting certs (forced)
06-28 03:58:26.891 1309 1309 I PackageManager:
/product/overlay/NavigationBarModeGesturalNarrowBack changed; collecting certs
(forced)
06-28 03:58:26.897 1309 1309 I PackageManager:
/product/overlay/GooglePermissionControllerOverlay.apk changed; collecting certs
(forced)
06-28 03:58:26.902 1309 1309 I PackageManager:
/product/overlay/FontNotoSerifSource changed; collecting certs (forced)
06-28 03:58:26.907 1309 1309 I PackageManager:
/product/overlay/DisplayCutoutEmulationTall changed; collecting certs (forced)
06-28 03:58:26.912 1309 1309 I PackageManager:
/product/overlay/GmsConfigOverlayComms.apk changed; collecting certs (forced)
06-28 03:58:26.917 1309 1309 I PackageManager:
/product/overlay/GoogleExtServicesConfigOverlay.apk changed; collecting certs
(forced)
06-28 03:58:26.922 1309 1309 I PackageManager:
/product/overlay/GmsConfigOverlayCommon.apk changed; collecting certs (forced)
06-28 03:58:26.928 1309 1309 I PackageManager:
/product/overlay/NavigationBarModeGestural changed; collecting certs (forced)
06-28 03:58:26.934 1309 1309 I PackageManager:
/product/overlay/GmsConfigOverlayGalleryGo.apk changed; collecting certs (forced)
06-28 03:58:26.940 1309 1309 I PackageManager:
/product/overlay/NavigationBarMode3Gestural changed; collecting certs (forced)
06-28 03:58:26.945 1309 1309 I PackageManager:
/product/overlay/DisplayCutoutEmulationHole changed; collecting certs (forced)
06-28 03:58:26.951 1309 1309 I PackageManager:
/product/overlay/OneHandedModeGestural changed; collecting certs (forced)
06-28 03:58:26.956 1309 1309 I PackageManager:
/product/overlay/NavigationBarMode3Button changed; collecting certs (forced)
06-28 03:58:26.964 1309 1309 I PackageManager:
/product/overlay/GmsConfigOverlayGo.apk changed; collecting certs (forced)
06-28 03:58:26.970 1309 1309 I PackageManager:
/product/overlay/NavigationBarModeGesturalExtraWideBack changed; collecting certs
(forced)
06-28 03:58:26.975 1309 1309 I PackageManager:
/product/overlay/ModuleMetadataGoogleOverlay.apk changed; collecting certs (forced)
06-28 03:58:26.990 1309 1309 I PackageManager:
/vendor/overlay/VivoFrameworksResRRO.apk changed; collecting certs (forced)
06-28 03:58:27.000 1309 1309 I PackageManager:
/vendor/overlay/SettingsProviderResOverlay changed; collecting certs (forced)
06-28 03:58:27.008 1309 1309 I PackageManager: /vendor/overlay/VivoResRRO.apk
changed; collecting certs (forced)
06-28 03:58:27.015 1309 1309 I PackageManager: /vendor/overlay/SystemUIResOverlay
changed; collecting certs (forced)
06-28 03:58:27.021 1309 1309 I PackageManager:
/vendor/overlay/FrameworkResOverlayExt changed; collecting certs (forced)
06-28 03:58:27.027 1309 1309 I PackageManager:
/vendor/overlay/NetworkStackGoogleOverlay.apk changed; collecting certs (forced)
06-28 03:58:27.035 1309 1309 I PackageManager:
/vendor/overlay/FrameworkResOverlay changed; collecting certs (forced)
06-28 03:58:27.041 1309 1309 I PackageManager:
/vendor/overlay/CellbroadcastUIResOverlay changed; collecting certs (forced)
06-28 03:58:27.047 1309 1309 I PackageManager: /vendor/overlay/WifiResOverlay
changed; collecting certs (forced)
06-28 03:58:27.061 1309 1309 W PackageManager: Failed to parse
/system/framework/vivo-res.apk: Invalid manifest package: must have at least one
'.' separator
06-28 03:58:27.062 1309 1309 W PackageManager: Failed to parse
/system/framework/arm: Missing base APK in /system/framework/arm
06-28 03:58:27.063 1309 1309 W PackageManager: Failed to parse
/system/framework/oat: Missing base APK in /system/framework/oat/arm
06-28 03:58:27.083 1309 1309 I PackageManager: /system/framework/wmshellapp.apk
changed; collecting certs (forced)
06-28 03:58:27.089 1309 1309 W PackageManager: Failed to scan
/system/framework/wmshellapp.apk: Failed collecting certificates for
/system/framework/wmshellapp.apk
06-28 03:58:27.091 1309 1309 I PackageManager: /system/framework/mediatek-res.apk
changed; collecting certs (forced)
06-28 03:58:27.159 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m:
com.vivo.smartshot.permission.NOTIFY_SYSTEM_SHARE_STATE in package: android at:
Binary XML file line #5010
06-28 03:58:27.180 1309 1309 I PackageManager: /system/framework/framework-
res.apk changed; collecting certs (forced)
06-28 03:58:27.204 1309 1309 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/system/priv-app filename:TelephonyProvider_T1
06-28 03:58:27.207 1309 1309 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/system/priv-app filename:MmsService_T1
06-28 03:58:27.218 1309 1309 I PackageManager: /system/priv-app/InputDevices
changed; collecting certs (forced)
06-28 03:58:27.226 1309 1309 I PackageManager: /system/priv-app/ProxyHandler
changed; collecting certs (forced)
06-28 03:58:27.246 1309 1309 I PackageManager: /system/priv-app/TelephonyProvider
changed; collecting certs (forced)
06-28 03:58:27.253 1309 1309 I PackageManager: /system/priv-app/CertInstaller
changed; collecting certs (forced)
06-28 03:58:27.261 1309 1309 I PackageManager:
/system/priv-app/CellBroadcastServiceModulePlatform changed; collecting certs
(forced)
06-28 03:58:27.268 1309 1309 I PackageManager: /system/priv-app/facebook-
installer changed; collecting certs (forced)
06-28 03:58:27.276 1309 1309 I PackageManager: /system/priv-app/Shell changed;
collecting certs (forced)
06-28 03:58:27.288 1309 1309 I PackageManager: /system/priv-app/CalendarProvider
changed; collecting certs (forced)
06-28 03:58:27.306 1309 1309 I PackageManager:
/system/priv-app/BlockedNumberProvider changed; collecting certs (forced)
06-28 03:58:27.308 1309 1503 W PackageParsing: No actions in intent-filter at
/system/priv-app/VivoAppStoreEX/VivoAppStoreEX.apk Binary XML file line #255
06-28 03:58:27.321 1309 1309 I PackageManager:
/system/priv-app/GooglePackageInstaller changed; collecting certs (forced)
06-28 03:58:27.345 1309 1309 D PackageManager: updatedPkg =
PackageSetting{b49d952 com.vivo.appstore/10038}
06-28 03:58:27.363 1309 1309 W PackageManager: Failed to scan
/system/priv-app/VivoAppStoreEX: Package com.vivo.appstore at
/system/priv-app/VivoAppStoreEX ignored: updated version 5110102 better than this
5011102
06-28 03:58:27.363 1309 1309 I PackageManager:
/system/priv-app/InProcessNetworkStack changed; collecting certs (forced)
06-28 03:58:27.371 1309 1309 I PackageManager:
/system/priv-app/ExternalStorageProvider changed; collecting certs (forced)
06-28 03:58:27.380 1309 1309 I PackageManager: /system/priv-app/MtkCapCtrl
changed; collecting certs (forced)
06-28 03:58:27.388 1309 1309 I PackageManager: /system/priv-app/MtkGbaService
changed; collecting certs (forced)
06-28 03:58:27.394 1309 1309 I PackageManager: /system/priv-app/facebook-services
changed; collecting certs (forced)
06-28 03:58:27.402 1309 1309 I PackageManager: /system/priv-app/StatementService
changed; collecting certs (forced)
06-28 03:58:27.406 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 143539591; UID -1; state: DISABLED
06-28 03:58:27.407 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 168782947; UID -1; state: ENABLED
06-28 03:58:27.410 1309 1309 I PackageManager: /system/priv-app/WapiCertManager
changed; collecting certs (forced)
06-28 03:58:27.419 1309 1309 I PackageManager: /system/priv-app/LPPeService
changed; collecting certs (forced)
06-28 03:58:27.429 1309 1309 I PackageManager: /system/priv-app/VpnDialogs
changed; collecting certs (forced)
06-28 03:58:27.438 1309 1309 I PackageManager: /system/priv-app/ONS changed;
collecting certs (forced)
06-28 03:58:27.462 1309 1309 I PackageManager:
/system/priv-app/SettingsIntelligence changed; collecting certs (forced)
06-28 03:58:27.475 1309 1309 I PackageManager: /system/priv-app/BrowserActivity
changed; collecting certs (forced)
06-28 03:58:27.481 1309 1309 I PackageManager: /system/priv-app/Contacts changed;
collecting certs (forced)
06-28 03:58:27.493 1309 1309 I PackageManager:
/system/priv-app/MtkTelephonyAssist changed; collecting certs (forced)
06-28 03:58:27.513 1309 1502 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m:
com.vivo.aiengine.permission.READ_AWARE_PROVIDER in package: com.android.phone at:
Binary XML file line #296
06-28 03:58:27.515 1309 1502 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: com.iqoo.secure.datamonitorprovider.permission
in package: com.android.phone at: Binary XML file line #298
06-28 03:58:27.516 1309 1502 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.MANAGE_ACTIVITY_STACKS in
package: com.android.phone at: Binary XML file line #299
06-28 03:58:27.517 1309 1502 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.SET_ACTIVITY_WATCHER in
package: com.android.phone at: Binary XML file line #300
06-28 03:58:27.517 1309 1504 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.CONFIGURE_WIFI_DISPLAY in
package: com.android.systemui at: Binary XML file line #166
06-28 03:58:27.527 1309 1504 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.READ_PHONE_STATE in package:
com.android.systemui at: Binary XML file line #386
06-28 03:58:27.534 1309 1309 I PackageManager: /system/priv-app/Dialer changed;
collecting certs (forced)
06-28 03:58:27.547 1309 1309 I PackageManager: /system/priv-app/TeleService
changed; collecting certs (forced)
06-28 03:58:27.556 1309 1309 I PackageManager: /system/priv-app/CallLogBackup
changed; collecting certs (forced)
06-28 03:58:27.562 1309 1309 I PackageManager: /system/priv-app/DownloadProvider
changed; collecting certs (forced)
06-28 03:58:27.573 1309 1309 I PackageManager:
/system/priv-app/PlatformNetworkPermissionConfig changed; collecting certs (forced)
06-28 03:58:27.590 1309 1309 I PackageManager: /system/priv-app/SystemUI changed;
collecting certs (forced)
06-28 03:58:27.604 1309 1309 I PackageManager:
/system/priv-app/ManagedProvisioning changed; collecting certs (forced)
06-28 03:58:27.613 1309 1309 I PackageManager: /system/priv-app/ContactsProvider
changed; collecting certs (forced)
06-28 03:58:27.623 1309 1309 I PackageManager:
/system/priv-app/CtsShimPrivPrebuilt changed; collecting certs (forced)
06-28 03:58:27.626 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.POST_NOTIFICATIONS in
package: com.vivo.browser at: Binary XML file line #193
06-28 03:58:27.626 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: com.google.android.gms.permission.AD_ID in
package: com.vivo.browser at: Binary XML file line #196
06-28 03:58:27.632 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 168782947; UID -1; state: DISABLED
06-28 03:58:27.634 1309 1309 I PackageManager: /system/priv-app/Omacp changed;
collecting certs (forced)
06-28 03:58:27.658 1309 1309 I PackageManager: /system/priv-app/ImsService
changed; collecting certs (forced)
06-28 03:58:27.666 1309 1309 I PackageManager: /system/priv-app/VivoBrowser
changed; collecting certs (forced)
06-28 03:58:27.680 1309 1309 W PackageManager: Skipping provider name
com.vivo.browser.upgrade (in package com.vivo.browser): name already used by
com.vivo.browser
06-28 03:58:27.681 1309 1309 I PackageManager: /system/priv-app/LocalTransport
changed; collecting certs (forced)
06-28 03:58:27.697 1309 1309 I PackageManager:
/system/priv-app/GaodeNetworkLocation changed; collecting certs (forced)
06-28 03:58:27.722 1309 1309 I PackageManager:
/system/priv-app/DynamicSystemInstallationService changed; collecting certs
(forced)
06-28 03:58:27.729 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.WRITE_SECURE_SETTINGS in
package: com.vivo.easyshare at: Binary XML file line #58
06-28 03:58:27.732 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m:
com.vivo.daemonservice.permission.PROCESS_DETECT_SERVICE in package:
com.vivo.easyshare at: Binary XML file line #111
06-28 03:58:27.740 1309 1309 I PackageManager: /system/priv-app/KeyChain changed;
collecting certs (forced)
06-28 03:58:27.754 1309 1505 W PackageParsing: No actions in intent-filter at
/system/priv-app/EasyShareGlobal/EasyShareGlobal.apk Binary XML file line #576
06-28 03:58:27.776 1309 1309 D PackageManager: updatedPkg = PackageSetting{cd41c9
com.vivo.easyshare/10054}
06-28 03:58:27.786 1309 1309 W PackageManager: Failed to scan
/system/priv-app/EasyShareGlobal: Package com.vivo.easyshare at
/system/priv-app/EasyShareGlobal ignored: updated version 2023 better than this
1920
06-28 03:58:27.796 1309 1309 I PackageManager:
/system/priv-app/SharedStorageBackup changed; collecting certs (forced)
06-28 03:58:27.809 1309 1309 I PackageManager: /system/priv-app/Mms changed;
collecting certs (forced)
06-28 03:58:27.848 1309 1309 I PackageManager:
/system/priv-app/BackupRestoreConfirmation changed; collecting certs (forced)
06-28 03:58:27.857 1309 1309 I PackageManager: /system/priv-app/FusedLocation
changed; collecting certs (forced)
06-28 03:58:27.870 1309 1309 I PackageManager: /system/priv-app/MmsService
changed; collecting certs (forced)
06-28 03:58:27.878 1309 1309 I PackageManager: /system/priv-app/VivoOffice
changed; collecting certs (forced)
06-28 03:58:27.897 1309 1309 I PackageManager: /system/priv-app/SettingsProvider
changed; collecting certs (forced)
06-28 03:58:27.910 1309 1309 I PackageManager: /system/priv-app/SoundPicker
changed; collecting certs (forced)
06-28 03:58:27.922 1309 1309 I PackageManager: /system/priv-app/VivoSetupWizard
changed; collecting certs (forced)
06-28 03:58:27.925 1309 1502 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.SYSTEM_ALERT_WINDOW in
package: com.android.server.telecom at: Binary XML file line #152
06-28 03:58:27.935 1309 1309 I PackageManager: /system/priv-app/DocumentsUI
changed; collecting certs (forced)
06-28 03:58:27.944 1309 1309 I PackageManager: /system/priv-app/RcsSDK changed;
collecting certs (forced)
06-28 03:58:27.951 1309 1309 I PackageManager: /system/priv-app/MtpService
changed; collecting certs (forced)
06-28 03:58:27.960 1309 1309 I PackageManager: /system/priv-app/UpSlide changed;
collecting certs (forced)
06-28 03:58:27.971 1309 1309 I PackageManager:
/system/priv-app/BuiltInPrintService changed; collecting certs (forced)
06-28 03:58:27.978 1309 1309 I PackageManager: /system/priv-app/Telecom changed;
collecting certs (forced)
06-28 03:58:27.987 1309 1309 D PackageManager: com.android.server.telecom clear
profile due to version change 123906 != 123909
06-28 03:58:27.992 1309 1309 I PackageManager: /system/priv-app/YGPS changed;
collecting certs (forced)
06-28 03:58:27.997 1309 1309 I PackageManager:
/system/priv-app/MediaProviderLegacy changed; collecting certs (forced)
06-28 03:58:28.226 1309 1309 I PackageManager: /system/priv-app/Settings changed;
collecting certs (forced)
06-28 03:58:28.244 1309 1309 I _V_VivoPmsImpl: skip mIsOverseas :true,
filePathString:vivoDemoVideo
06-28 03:58:28.246 1309 1309 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/system/app filename:VivoThemeRes_T1
06-28 03:58:28.246 1309 1309 I _V_VivoPmsImpl: It is in blackapp.list, We do not
need to scan:/system/app filename:Compass
06-28 03:58:28.257 1309 1309 I PackageManager: /system/app/GoogleExtShared
changed; collecting certs (forced)
06-28 03:58:28.266 1309 1309 I PackageManager: /system/app/AppFilter changed;
collecting certs (forced)
06-28 03:58:28.276 1309 1309 I PackageManager: /system/app/HTMLViewer changed;
collecting certs (forced)
06-28 03:58:28.285 1309 1309 I PackageManager: /system/app/VivoThemeRes changed;
collecting certs (forced)
06-28 03:58:28.288 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/CarrierDefaultApp/CarrierDefaultApp.apk Binary XML file line #43
06-28 03:58:28.293 1309 1309 I PackageManager: /system/app/CarrierDefaultApp
changed; collecting certs (forced)
06-28 03:58:28.300 1309 1309 I PackageManager: /system/app/Jadard_Noise changed;
collecting certs (forced)
06-28 03:58:28.307 1309 1309 I PackageManager: /system/app/SecureElementGo
changed; collecting certs (forced)
06-28 03:58:28.318 1309 1309 I PackageManager: /system/app/GmailProvider changed;
collecting certs (forced)
06-28 03:58:28.332 1309 1502 W PackageParsing: No actions in intent-filter at
/system/app/InCallUI/InCallUI.apk Binary XML file line #308
06-28 03:58:28.335 1309 1502 W PackageParsing: No actions in intent-filter at
/system/app/InCallUI/InCallUI.apk Binary XML file line #447
06-28 03:58:28.341 1309 1309 I PackageManager: /system/app/InCallUI changed;
collecting certs (forced)
06-28 03:58:28.370 1309 1502 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.USE_CREDENTIALS in package:
com.vivo.pem at: Binary XML file line #49
06-28 03:58:28.370 1309 1502 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.WRITE_SYNC_SETTINGS in
package: com.vivo.pem at: Binary XML file line #51
06-28 03:58:28.380 1309 1309 I PackageManager: /system/app/PowerEffectManager
changed; collecting certs (forced)
06-28 03:58:28.386 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.WRITE_SECURE_SETTINGS in
package: com.bbk.account at: Binary XML file line #59
06-28 03:58:28.394 1309 1309 I PackageManager: /system/app/VivoTips changed;
collecting certs (forced)
06-28 03:58:28.416 1309 1309 I PackageManager: /system/app/BookmarkProvider
changed; collecting certs (forced)
06-28 03:58:28.420 1309 1505 W PackageParsing: No actions in intent-filter at
/system/app/IManager/IManager.apk Binary XML file line #675
06-28 03:58:28.426 1309 1309 I PackageManager: /system/app/TimerWidget changed;
collecting certs (forced)
06-28 03:58:28.436 1309 1502 D CompatibilityChangeReporter: Compat change id
reported: 150232615; UID -1; state: DISABLED
06-28 03:58:28.437 1309 1309 I PackageManager: /system/app/BBKAccount changed;
collecting certs (forced)
06-28 03:58:28.455 1309 1309 I PackageManager: /system/app/IManager changed;
collecting certs (forced)
06-28 03:58:28.467 1309 1309 I PackageManager: /system/app/NvtDeltaDiff_82
changed; collecting certs (forced)
06-28 03:58:28.489 1309 1309 I PackageManager: /system/app/CameraExtensionsProxy
changed; collecting certs (forced)
06-28 03:58:28.495 1309 1309 I PackageManager: /system/app/DeskClock changed;
collecting certs (forced)
06-28 03:58:28.505 1309 1309 I PackageManager: /system/app/Chipone_SensorTset_110
changed; collecting certs (forced)
06-28 03:58:28.520 1309 1309 I PackageManager: /system/app/SimAppDialog changed;
collecting certs (forced)
06-28 03:58:28.526 1309 1309 I PackageManager: /system/app/BBKCrontab changed;
collecting certs (forced)
06-28 03:58:28.534 1309 1309 I PackageManager: /system/app/CompanionDeviceManager
changed; collecting certs (forced)
06-28 03:58:28.541 1309 1309 I PackageManager: /system/app/RingClip changed;
collecting certs (forced)
06-28 03:58:28.552 1309 1309 I PackageManager: /system/app/vivoPushEngine
changed; collecting certs (forced)
06-28 03:58:28.565 1309 1309 D PackageManager: com.vivo.pushservice clear profile
due to version change 4210000 != 5260500
06-28 03:58:28.578 1309 1309 D PackageManager: updatedPkg = PackageSetting{6bbd08
android.autoinstalls.config.vivo.devices/10082}
06-28 03:58:28.580 1309 1309 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
06-28 03:58:28.581 1309 1309 D PackageManager: updatedPkg =
PackageSetting{da81ca1 com.vivo.website/10086}
06-28 03:58:28.611 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKSimpleLauncher/BBKSimpleLauncher.apk Binary XML file line #175
06-28 03:58:28.612 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKSimpleLauncher/BBKSimpleLauncher.apk Binary XML file line #187
06-28 03:58:28.612 1309 1309 W PackageManager: Failed to scan
/system/app/VivoWebsite: Package com.vivo.website at /system/app/VivoWebsite
ignored: updated version 37004 better than this 35101
06-28 03:58:28.613 1309 1309 I PackageManager: /system/app/VLife_vivo changed;
collecting certs (forced)
06-28 03:58:28.675 1309 1309 I PackageManager: /system/app/BBKSoundRecorder
changed; collecting certs (forced)
06-28 03:58:28.676 1309 1504 W PackageParsing: No actions in intent-filter at
/system/app/BBKNotes/BBKNotes.apk Binary XML file line #324
06-28 03:58:28.681 1309 1504 W PackageParsing: No actions in intent-filter at
/system/app/BBKNotes/BBKNotes.apk Binary XML file line #766
06-28 03:58:28.686 1309 1309 I PackageManager: /system/app/FuntouchUIEngine
changed; collecting certs (forced)
06-28 03:58:28.694 1309 1309 I PackageManager: /system/app/BBKWeather changed;
collecting certs (forced)
06-28 03:58:28.710 1309 1309 I PackageManager: /system/app/TraceurGo changed;
collecting certs (forced)
06-28 03:58:28.719 1309 1309 I PackageManager:
/system/app/PlatformCaptivePortalLogin changed; collecting certs (forced)
06-28 03:58:28.731 1309 1309 I PackageManager: /system/app/AppBehaviorEngine
changed; collecting certs (forced)
06-28 03:58:28.734 1309 1503 W PackageParsing: Unknown element under <manifest>:
action at /system/app/IlitekDeltaDiff_100/IlitekDeltaDiff_100.apk Binary XML file
line #14
06-28 03:58:28.743 1309 1309 I PackageManager: /system/app/FaceUI changed;
collecting certs (forced)
06-28 03:58:28.753 1309 1309 I PackageManager: /system/app/COTA changed;
collecting certs (forced)
06-28 03:58:28.762 1309 1309 I PackageManager: /system/app/BBKSimpleLauncher
changed; collecting certs (forced)
06-28 03:58:28.763 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m:
com.bbk.iqoo.logsystem.permission.SIGN_OR_SYSTEM in package:
com.vivo.networkimprove at: Binary XML file line #50
06-28 03:58:28.772 1309 1309 I PackageManager: /system/app/BBKFMRadio changed;
collecting certs (forced)
06-28 03:58:28.783 1309 1309 I PackageManager: /system/app/UserDictionaryProvider
changed; collecting certs (forced)
06-28 03:58:28.790 1309 1309 I PackageManager: /system/app/Stk changed;
collecting certs (forced)
06-28 03:58:28.804 1309 1309 I PackageManager:
/system/app/PartnerBookmarksProvider changed; collecting certs (forced)
06-28 03:58:28.813 1309 1309 I PackageManager: /system/app/BBKNotes changed;
collecting certs (forced)
06-28 03:58:28.835 1309 1309 D PackageManager: updatedPkg =
PackageSetting{a83d9bd com.vivo.game/10096}
06-28 03:58:28.850 1309 1309 W PackageManager: Failed to scan
/system/app/vivogame: Package com.vivo.game at /system/app/vivogame ignored:
updated version 27020 better than this 27010
06-28 03:58:28.851 1309 1309 I PackageManager: /system/app/DebugLoggerUI changed;
collecting certs (forced)
06-28 03:58:28.863 1309 1309 I PackageManager:
/system/app/GooglePrintRecommendationService changed; collecting certs (forced)
06-28 03:58:28.873 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #168
06-28 03:58:28.873 1309 1309 I _V_VivoPmsImpl:
codePath:/system/app/VivoDaemonService pkg:Package{8935c86 com.vivo.daemonService}
06-28 03:58:28.874 1309 1309 I PackageManager: /system/app/VivoDaemonService
changed; collecting certs (forced)
06-28 03:58:28.878 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #237
06-28 03:58:28.879 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #282
06-28 03:58:28.880 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #321
06-28 03:58:28.883 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #365
06-28 03:58:28.883 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #393
06-28 03:58:28.883 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #405
06-28 03:58:28.884 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #420
06-28 03:58:28.884 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #436
06-28 03:58:28.884 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #448
06-28 03:58:28.884 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #475
06-28 03:58:28.884 1309 1309 I PackageManager: /system/app/EasterEgg changed;
collecting certs (forced)
06-28 03:58:28.885 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #553
06-28 03:58:28.885 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #565
06-28 03:58:28.886 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #617
06-28 03:58:28.888 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #710
06-28 03:58:28.888 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #726
06-28 03:58:28.888 1309 1503 W PackageParsing: No actions in intent-filter at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #738
06-28 03:58:28.903 1309 1309 I PackageManager: /system/app/IlitekDeltaDiff_100
changed; collecting certs (forced)
06-28 03:58:28.905 1309 1503 W PackageParsing: No readPermission or
writePermission for <path-permission>: path-permission at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #1049
06-28 03:58:28.906 1309 1503 W PackageParsing: No readPermission or
writePermission for <path-permission>: path-permission at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #1051
06-28 03:58:28.906 1309 1503 W PackageParsing: No readPermission or
writePermission for <path-permission>: path-permission at
/system/app/BBKTheme/BBKTheme.apk Binary XML file line #1052
06-28 03:58:28.924 1309 1309 I PackageManager: /system/app/NvtRawTest_82 changed;
collecting certs (forced)
06-28 03:58:28.937 1309 1309 I PackageManager: /system/app/SmartShot changed;
collecting certs (forced)
06-28 03:58:28.951 1309 1309 I PackageManager: /system/app/facebook-appmanager
changed; collecting certs (forced)
06-28 03:58:28.990 1309 1309 I PackageManager: /system/app/NetworkImprove
changed; collecting certs (forced)
06-28 03:58:29.001 1309 1309 I PackageManager: /system/app/NetworkState changed;
collecting certs (forced)
06-28 03:58:29.012 1309 1309 I PackageManager: /system/app/BluetoothMidiService
changed; collecting certs (forced)
06-28 03:58:29.022 1309 1309 I PackageManager: /system/app/DoubleTimezoneClock
changed; collecting certs (forced)
06-28 03:58:29.031 1309 1309 I PackageManager: /system/app/FtDeltaDiff_37
changed; collecting certs (forced)
06-28 03:58:29.038 1309 1309 I PackageManager: /system/app/CustomTool changed;
collecting certs (forced)
06-28 03:58:29.046 1309 1309 I PackageManager: /system/app/NvtSensorTest_82_test
changed; collecting certs (forced)
06-28 03:58:29.057 1309 1309 I PackageManager: /system/app/BBKWeatherProvider
changed; collecting certs (forced)
06-28 03:58:29.069 1309 1309 I PackageManager: /system/app/VideoEditor changed;
collecting certs (forced)
06-28 03:58:29.079 1309 1309 I PackageManager: /system/app/LocationEM2 changed;
collecting certs (forced)
06-28 03:58:29.093 1309 1309 I PackageManager: /system/app/CTS_RawDiff_110
changed; collecting certs (forced)
06-28 03:58:29.120 1309 1309 I PackageManager: /system/app/CTS_Noise_BSP_110
changed; collecting certs (forced)
06-28 03:58:29.141 1309 1309 I PackageManager: /system/app/BBKTheme changed;
collecting certs (forced)
06-28 03:58:29.156 1309 1309 I PackageManager: /system/app/CtsShimPrebuilt
changed; collecting certs (forced)
06-28 03:58:29.165 1309 1309 I PackageManager: /system/app/SmartKey changed;
collecting certs (forced)
06-28 03:58:29.173 1309 1309 I PackageManager: /system/app/ARCoreStub0 changed;
collecting certs (forced)
06-28 03:58:29.185 1309 1309 I PackageManager: /system/app/Calculator changed;
collecting certs (forced)
06-28 03:58:29.193 1309 1504 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.ACCESS_NETWORK_STATE in
package: com.android.launcher3 at: Binary XML file line #59
06-28 03:58:29.197 1309 1309 D PackageManager: updatedPkg =
PackageSetting{a12b93c com.google.android.inputmethod.latin/10117}
06-28 03:58:29.209 1309 1309 W PackageManager: Failed to scan /system/app/Gboard:
Package com.google.android.inputmethod.latin at /system/app/Gboard ignored: updated
version 114764049 better than this 83221721
06-28 03:58:29.210 1309 1309 I PackageManager: /system/app/vaem changed;
collecting certs (forced)
06-28 03:58:29.219 1309 1309 I PackageManager: /system/app/OneTimeInitializerGo
changed; collecting certs (forced)
06-28 03:58:29.228 1309 1309 I PackageManager: /system/app/VivoSmartNlp changed;
collecting certs (forced)
06-28 03:58:29.241 1309 1309 I PackageManager: /system/app/Updater changed;
collecting certs (forced)
06-28 03:58:29.253 1309 1309 I PackageManager: /system/app/BBKMusic changed;
collecting certs (forced)
06-28 03:58:29.255 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.SYSTEM_ALERT_WINDOW in
package: com.android.bluetooth at: Binary XML file line #92
06-28 03:58:29.265 1309 1309 I PackageManager: /system/app/APrintSpooler changed;
collecting certs (forced)
06-28 03:58:29.275 1309 1309 I PackageManager: /system/app/PacProcessor changed;
collecting certs (forced)
06-28 03:58:29.282 1309 1309 I PackageManager: /system/app/LogSystem changed;
collecting certs (forced)
06-28 03:58:29.283 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.ACCESS_NETWORK_STATE in
package: com.vivo.gallery at: Binary XML file line #160
06-28 03:58:29.291 1309 1504 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.WAKE_LOCK in package:
com.android.VideoPlayer at: Binary XML file line #39
06-28 03:58:29.294 1309 1309 I PackageManager: /system/app/vivoUserEngineerMode
changed; collecting certs (forced)
06-28 03:58:29.300 1309 1309 I PackageManager: /system/app/AudioEffect changed;
collecting certs (forced)
06-28 03:58:29.313 1309 1309 I PackageManager: /system/app/EWarranty changed;
collecting certs (forced)
06-28 03:58:29.321 1309 1309 I PackageManager: /system/app/VivoCamera changed;
collecting certs (forced)
06-28 03:58:29.339 1309 1309 I PackageManager: /system/app/EngineerCamera
changed; collecting certs (forced)
06-28 03:58:29.351 1309 1309 I PackageManager: /system/app/FtSensorTest_37
changed; collecting certs (forced)
06-28 03:58:29.385 1309 1309 I PackageManager: /system/app/WallpaperBackup
changed; collecting certs (forced)
06-28 03:58:29.393 1309 1309 D PackageManager: updatedPkg =
PackageSetting{d63600f com.vivo.unionpay/10132}
06-28 03:58:29.422 1309 1309 W PackageManager: Failed to scan
/system/app/VivoUnionPayEx: Package com.vivo.unionpay at /system/app/VivoUnionPayEx
ignored: updated version 2530 better than this 2410
06-28 03:58:29.423 1309 1309 I PackageManager: /system/app/Ili9883c_SensorTest_92
changed; collecting certs (forced)
06-28 03:58:29.449 1309 1309 I PackageManager: /system/app/BBKLauncher2 changed;
collecting certs (forced)
06-28 03:58:29.460 1309 1309 I PackageManager: /system/app/BBKLOG changed;
collecting certs (forced)
06-28 03:58:29.469 1309 1309 I PackageManager: /system/app/Jadard_Tp changed;
collecting certs (forced)
06-28 03:58:29.480 1309 1309 I PackageManager: /system/app/Bluetooth changed;
collecting certs (forced)
06-28 03:58:29.500 1309 1309 I PackageManager: /system/app/BBKCloud changed;
collecting certs (forced)
06-28 03:58:29.535 1309 1309 I PackageManager: /system/app/VideoPlayer changed;
collecting certs (forced)
06-28 03:58:29.558 1309 1309 I PackageManager: /system/app/VivoGallery changed;
collecting certs (forced)
06-28 03:58:29.597 1309 1309 I PackageManager: /vendor/app/TetheringResOverlay
changed; collecting certs (forced)
06-28 03:58:29.603 1309 1309 I PackageManager:
/vendor/app/GoogleNetworkStackResOverlay changed; collecting certs (forced)
06-28 03:58:29.609 1309 1309 I PackageManager:
/vendor/app/NetworkStackInProcessResOverlay changed; collecting certs (forced)
06-28 03:58:29.616 1309 1309 W PackageManager: Failed to parse
/vendor/app/mcRegistry: Missing base APK in /vendor/app/mcRegistry
06-28 03:58:29.617 1309 1309 I PackageManager: /vendor/app/NetworkStackResOverlay
changed; collecting certs (forced)
06-28 03:58:29.626 1309 1309 I PackageManager:
/vendor/app/GoogleTetheringResOverlay changed; collecting certs (forced)
06-28 03:58:29.632 1309 1309 I PackageManager:
/vendor/app/InProcessTetheringResOverlay changed; collecting certs (forced)
06-28 03:58:29.665 1309 1309 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/priv-app filename:CarrierServices
06-28 03:58:29.665 1309 1309 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/priv-app filename:MessagesGo
06-28 03:58:29.666 1309 1309 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/priv-app filename:GoogleDialerGo
06-28 03:58:29.701 1309 1309 I PackageManager:
/product/priv-app/GooglePartnerSetup changed; collecting certs (forced)
06-28 03:58:29.709 1309 1309 I PackageManager: /product/priv-app/ConfigUpdater
changed; collecting certs (forced)
06-28 03:58:29.723 1309 1309 I PackageManager:
/product/priv-app/GoogleOneTimeInitializer changed; collecting certs (forced)
06-28 03:58:29.776 1309 1309 I PackageManager: /product/priv-app/SearchSelector
changed; collecting certs (forced)
06-28 03:58:29.793 1309 1309 I PackageManager: /product/priv-app/GoogleRestore
changed; collecting certs (forced)
06-28 03:58:29.866 1309 1309 D PackageManager: updatedPkg =
PackageSetting{116129e com.google.android.apps.assistant/10149}
06-28 03:58:29.879 1309 1309 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
06-28 03:58:30.084 1309 1309 D PackageManager: updatedPkg =
PackageSetting{487769b com.google.android.apps.wellbeing/10150}
06-28 03:58:30.086 1309 1309 W PackageManager: Failed to scan
/product/priv-app/Wellbeing: Package com.google.android.apps.wellbeing at
/product/priv-app/Wellbeing ignored: updated version 495937 better than this 297547
06-28 03:58:30.427 1309 1309 D PackageManager: updatedPkg =
PackageSetting{7ddf502 com.google.android.apps.searchlite/10152}
06-28 03:58:30.443 1309 1309 W PackageManager: Failed to scan
/product/priv-app/GoogleSearchGo: Package com.google.android.apps.searchlite at
/product/priv-app/GoogleSearchGo ignored: updated version 792975 better than this
533067
06-28 03:58:30.527 1309 1309 I PackageManager:
/product/priv-app/GmsCore/m/independent changed; collecting certs (forced)
06-28 03:58:30.739 1309 1309 D PackageManager: updatedPkg =
PackageSetting{550e7b9 com.google.android.apps.nbu.files/10151}
06-28 03:58:30.742 1309 1309 W PackageManager: Failed to scan
/product/priv-app/FilesGoogleGo: Package com.google.android.apps.nbu.files at
/product/priv-app/FilesGoogleGo ignored: updated version 492526 better than this
378658
06-28 03:58:30.743 1309 1309 D PackageManager: updatedPkg =
PackageSetting{c2337fe com.google.android.gms/10155}
06-28 03:58:30.754 1309 1309 W PackageManager: Failed to scan
/product/priv-app/GmsCoreGo: Package com.google.android.gms at
/product/priv-app/GmsCoreGo ignored: updated version 232316069 better than this
220618066
06-28 03:58:30.755 1309 1309 D PackageManager: updatedPkg =
PackageSetting{2826b5f com.android.vending/10154}
06-28 03:58:30.764 1309 1309 W PackageManager: Failed to scan
/product/priv-app/Phonesky: Package com.android.vending at
/product/priv-app/Phonesky ignored: updated version 83631220 better than this
83103910
06-28 03:58:30.769 1309 1309 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/app filename:GoogleContacts
06-28 03:58:30.770 1309 1309 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/app filename:Keep
06-28 03:58:30.782 1309 1309 I PackageManager: /product/app/TrichromeLibrary
changed; collecting certs (forced)
06-28 03:58:30.819 1309 1309 I PackageManager:
/product/app/GoogleContactsSyncAdapter changed; collecting certs (forced)
06-28 03:58:30.835 1309 1309 I PackageManager: /product/app/GoogleLocationHistory
changed; collecting certs (forced)
06-28 03:58:30.844 1309 1309 D PackageManager: updatedPkg =
PackageSetting{aa76de3 com.google.android.apps.photosgo/10159}
06-28 03:58:30.848 1309 1309 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
06-28 03:58:30.901 1309 1309 D PackageManager: updatedPkg =
PackageSetting{d92216a com.google.android.tts/10160}
06-28 03:58:30.910 1309 1309 W PackageManager: Failed to scan
/product/app/SpeechServicesByGoogle: Package com.google.android.tts at
/product/app/SpeechServicesByGoogle ignored: updated version 210421204 better than
this 210333541
06-28 03:58:30.921 1309 1309 D PackageManager: updatedPkg = PackageSetting{28ea36
com.google.android.apps.youtube.music/10161}
06-28 03:58:30.943 1309 1309 W PackageManager: Failed to scan
/product/app/YTMusic: Package com.google.android.apps.youtube.music at
/product/app/YTMusic ignored: updated version 60750230 better than this 44151230
06-28 03:58:30.996 1309 1504 W PackageParsing: No actions in intent-filter at
/product/app/CalendarGoogle/CalendarGoogle.apk Binary XML file line #998
06-28 03:58:31.007 1309 1309 D PackageManager: updatedPkg =
PackageSetting{69173c2 com.google.android.calendar/10162}
06-28 03:58:31.011 1309 1309 W PackageManager: Failed to scan
/product/app/CalendarGoogle: Package com.google.android.calendar at
/product/app/CalendarGoogle ignored: updated version 2017207022 better than this
2017021936
06-28 03:58:31.024 1309 1309 D PackageManager: updatedPkg =
PackageSetting{3f9ec4b com.google.android.modulemetadata/10163}
06-28 03:58:31.026 1309 1309 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 331731004 better than this 311820004
06-28 03:58:31.066 1309 1309 D PackageManager: updatedPkg = PackageSetting{de4ce6
com.google.android.youtube/10165}
06-28 03:58:31.093 1309 1309 W PackageManager: Failed to scan
/product/app/YouTube: Package com.google.android.youtube at /product/app/YouTube
ignored: updated version 1538385344 better than this 1524094400
06-28 03:58:31.093 1309 1309 D PackageManager: updatedPkg = PackageSetting{f76e7d
com.google.android.apps.tachyon/10164}
06-28 03:58:31.100 1309 1309 W PackageManager: Failed to scan /product/app/Duo:
Package com.google.android.apps.tachyon at /product/app/Duo ignored: updated
version 4350858 better than this 3185742
06-28 03:58:31.140 1309 1309 D PackageManager: updatedPkg =
PackageSetting{4769cca com.google.android.webview/10166}
06-28 03:58:31.144 1309 1309 W PackageManager: Failed to scan
/product/app/WebViewGoogle: Package com.google.android.webview at
/product/app/WebViewGoogle ignored: updated version 573513130 better than this
511209730
06-28 03:58:31.160 1309 1309 I PackageManager: /product/app/CarrierLocation
changed; collecting certs (forced)
06-28 03:58:31.197 1309 1309 D PackageManager: updatedPkg =
PackageSetting{e04a76e com.google.android.apps.maps/10170}
06-28 03:58:31.206 1309 1309 W PackageManager: Failed to scan /product/app/Maps:
Package com.google.android.apps.maps at /product/app/Maps ignored: updated version
1067057900 better than this 1066115287
06-28 03:58:31.207 1309 1309 D PackageManager: updatedPkg =
PackageSetting{bf950a5 com.android.chrome/10167}
06-28 03:58:31.219 1309 1309 W PackageManager: Failed to scan
/product/app/Chrome: Package com.android.chrome at /product/app/Chrome ignored:
updated version 573513130 better than this 511209730
06-28 03:58:31.258 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.ACCESS_NETWORK_STATE in
package: com.google.android.gm at: Binary XML file line #320
06-28 03:58:31.259 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.INTERNET in package:
com.google.android.gm at: Binary XML file line #326
06-28 03:58:31.259 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.RECEIVE_BOOT_COMPLETED in
package: com.google.android.gm at: Binary XML file line #327
06-28 03:58:31.259 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.VIBRATE in package:
com.google.android.gm at: Binary XML file line #328
06-28 03:58:31.259 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.WAKE_LOCK in package:
com.google.android.gm at: Binary XML file line #329
06-28 03:58:31.259 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: com.google.android.c2dm.permission.RECEIVE in
package: com.google.android.gm at: Binary XML file line #332
06-28 03:58:31.260 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.GET_PACKAGE_SIZE in package:
com.google.android.gm at: Binary XML file line #333
06-28 03:58:31.260 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m:
com.google.android.providers.gsf.permission.READ_GSERVICES in package:
com.google.android.gm at: Binary XML file line #334
06-28 03:58:31.260 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m:
com.google.android.providers.gsf.permission.READ_GSERVICES in package:
com.google.android.gm at: Binary XML file line #335
06-28 03:58:31.260 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.GET_PACKAGE_SIZE in package:
com.google.android.gm at: Binary XML file line #336
06-28 03:58:31.260 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.ACCESS_NETWORK_STATE in
package: com.google.android.gm at: Binary XML file line #338
06-28 03:58:31.260 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.CAMERA in package:
com.google.android.gm at: Binary XML file line #349
06-28 03:58:31.261 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.READ_CONTACTS in package:
com.google.android.gm at: Binary XML file line #350
06-28 03:58:31.261 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.FOREGROUND_SERVICE in
package: com.google.android.gm at: Binary XML file line #352
06-28 03:58:31.261 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.INTERNET in package:
com.google.android.gm at: Binary XML file line #353
06-28 03:58:31.261 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.WAKE_LOCK in package:
com.google.android.gm at: Binary XML file line #356
06-28 03:58:31.261 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.READ_CONTACTS in package:
com.google.android.gm at: Binary XML file line #360
06-28 03:58:31.261 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: com.google.android.hangouts.START_HANGOUT in
package: com.google.android.gm at: Binary XML file line #361
06-28 03:58:31.278 1309 1505 W PackageParsing: No actions in intent-filter at
/product/app/Gmail2/Gmail2.apk Binary XML file line #1024
06-28 03:58:31.281 1309 1505 W PackageParsing: No actions in intent-filter at
/product/app/Gmail2/Gmail2.apk Binary XML file line #1098
06-28 03:58:31.305 1309 1505 W PackageParsing: No actions in intent-filter at
/product/app/Gmail2/Gmail2.apk Binary XML file line #2430
06-28 03:58:31.323 1309 1309 D PackageManager: updatedPkg =
PackageSetting{5863646 com.google.android.gm/10171}
06-28 03:58:31.329 1309 1309 W PackageManager: Failed to scan
/product/app/Gmail2: Package com.google.android.gm at /product/app/Gmail2 ignored:
updated version 63927733 better than this 62777361
06-28 03:58:31.349 1309 1309 D PackageManager: updatedPkg =
PackageSetting{1ef35a3 com.google.android.marvin.talkback/10169}
06-28 03:58:31.354 1309 1309 W PackageManager: Failed to scan
/product/app/talkback: Package com.google.android.marvin.talkback at
/product/app/talkback ignored: updated version 60130201 better than this 60119610
06-28 03:58:31.380 1309 1309 I PackageManager:
/system/system_ext/priv-app/CarrierConfig changed; collecting certs (forced)
06-28 03:58:31.388 1309 1309 I PackageManager:
/system/system_ext/priv-app/GoogleFeedback changed; collecting certs (forced)
06-28 03:58:31.399 1309 1309 I PackageManager:
/system/system_ext/priv-app/QuickAccessWallet changed; collecting certs (forced)
06-28 03:58:31.406 1309 1309 I PackageManager:
/system/system_ext/priv-app/WallpaperCropper changed; collecting certs (forced)
06-28 03:58:31.423 1309 1309 I PackageManager:
/system/system_ext/priv-app/GoogleServicesFramework changed; collecting certs
(forced)
06-28 03:58:31.443 1309 1309 I PackageManager:
/system/system_ext/priv-app/CellBroadcastAppPlatform changed; collecting certs
(forced)
06-28 03:58:31.452 1309 1309 I PackageManager:
/system/system_ext/priv-app/StorageManager changed; collecting certs (forced)
06-28 03:58:31.481 1309 1309 I PackageManager:
/system/system_ext/priv-app/EmergencyInfo changed; collecting certs (forced)
06-28 03:58:31.489 1309 1309 I PackageManager:
/system/system_ext/priv-app/SetupWizard changed; collecting certs (forced)
06-28 03:58:31.519 1309 1309 I PackageManager:
/apex/com.android.wifi/priv-app/ServiceWifiResources changed; collecting certs
(forced)
06-28 03:58:31.539 1309 1309 I PackageManager:
/apex/com.android.wifi/app/OsuLogin changed; collecting certs (forced)
06-28 03:58:31.561 1309 1309 I PackageManager: /apex/com.android.tethering/priv-
app/InProcessTethering changed; collecting certs (forced)
06-28 03:58:31.568 1309 1309 I PackageManager: /apex/com.android.tethering/priv-
app/ServiceConnectivityResources changed; collecting certs (forced)
06-28 03:58:31.635 1309 1309 I PackageManager: /apex/com.android.permission/priv-
app/GooglePermissionController changed; collecting certs (forced)
06-28 03:58:31.670 1309 1309 I PackageManager:
/apex/com.android.mediaprovider/priv-app/MediaProvider changed; collecting certs
(forced)
06-28 03:58:31.716 1309 1309 I PackageManager:
/apex/com.android.extservices/priv-app/GoogleExtServices changed; collecting certs
(forced)
06-28 03:58:31.778 1309 1309 I _V_VivoPmsImpl: scan VGC system apps.
06-28 03:58:31.798 1309 1309 W _V_PackageManager: Donot scan /data/vivo-apps
06-28 03:58:31.799 1309 1309 I _V_VivoPmsImpl: scan VGC data apps.
06-28 03:58:31.799 1309 1309 I _V_VivoPmsImpl: scan preload apps.
06-28 03:58:31.804 1309 1309 W PackageManager: Failed to parse
/data/preload/PD2236LF_EX_ID_NULL_NULL: Missing base APK in
/data/preload/PD2236LF_EX_ID_NULL_NULL
06-28 03:58:31.805 1309 1309 W PackageManager: Deleting invalid package at
/data/preload/PD2236LF_EX_ID_NULL_NULL,error:-101
06-28 03:58:31.809 1309 1309 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/PD2236LF_EX_ID_NULL_NULL
06-28 03:58:31.809 1309 1309 W _V_VivoPmsImpl:
/data/preload/PD2236LF_EX_ID_NULL_NULL is not need remove.
06-28 03:58:31.810 1309 1309 W PackageManager: Failed to parse
/data/preload/config: Missing base APK in /data/preload/config
06-28 03:58:31.810 1309 1309 W PackageManager: Deleting invalid package at
/data/preload/config,error:-101
06-28 03:58:31.812 1309 1309 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/config
06-28 03:58:31.812 1309 1309 W _V_VivoPmsImpl: /data/preload/config is not need
remove.
06-28 03:58:31.825 1309 1309 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/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==; ignoring.
06-28 03:58:31.826 1309 1309 W PackageManager: Deleting invalid package at
/data/preload/com.ss.android.ugc.trill,error:-23
06-28 03:58:31.827 1309 1309 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.ss.android.ugc.trill
06-28 03:58:31.828 1309 1309 W _V_VivoPmsImpl:
/data/preload/com.ss.android.ugc.trill is not need remove.
06-28 03:58:31.860 1309 1502 W PackageParsing: Unknown element under <manifest>:
meta-data at /data/preload/com.vuclip.viu/Viu.apk Binary XML file line #37
06-28 03:58:31.861 1309 1502 W PackageParsing: Unknown element under <manifest>:
meta-data at /data/preload/com.vuclip.viu/Viu.apk Binary XML file line #40
06-28 03:58:31.867 1309 1309 I _V_VivoPmsImpl: scan_chekc Package{19fd7c3
com.google.android.apps.subscriptions.red}
path:/data/preload/com.google.android.apps.subscriptions.red
06-28 03:58:31.867 1309 1309 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red]
06-28 03:58:31.869 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 133396946; UID -1; state: DISABLED
06-28 03:58:31.933 1309 1309 I _V_VivoPmsImpl: scan_chekc Package{40cd12c
org.detikcom.rss} path:/data/preload/org.detikcom.rss
06-28 03:58:31.933 1309 1309 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red,
org.detikcom.rss]
06-28 03:58:31.935 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 133396946; UID -1; state: ENABLED
06-28 03:58:31.944 1309 1504 D CompatibilityChangeReporter: Compat change id
reported: 132742131; UID -1; state: DISABLED
06-28 03:58:32.092 1309 1309 I _V_VivoPmsImpl: scan_chekc Package{43a5951
com.vuclip.viu} path:/data/preload/com.vuclip.viu
06-28 03:58:32.092 1309 1309 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red,
org.detikcom.rss, com.vuclip.viu]
06-28 03:58:32.196 1309 1309 I _V_VivoPmsImpl: scan_chekc Package{4b34452
com.facebook.lite} path:/data/preload/com.facebook.lite
06-28 03:58:32.197 1309 1309 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red,
org.detikcom.rss, com.vuclip.viu, com.facebook.lite]
06-28 03:58:32.234 1309 1503 W PackageParsing: Unknown element under <manifest>:
meta-data at /data/preload/com.shopee.id/Shopee_ID_GO.apk Binary XML file line #888
06-28 03:58:32.323 1309 1309 I _V_VivoPmsImpl: scan_chekc Package{e5eab40
com.google.android.apps.magazines}
path:/data/preload/com.google.android.apps.magazines
06-28 03:58:32.324 1309 1309 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red,
org.detikcom.rss, com.vuclip.viu, com.facebook.lite,
com.google.android.apps.magazines]
06-28 03:58:32.333 1309 1309 I _V_VivoPmsImpl: scan_chekc Package{b415c64
com.google.android.videos} path:/data/preload/com.google.android.videos
06-28 03:58:32.334 1309 1309 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red,
org.detikcom.rss, com.vuclip.viu, com.facebook.lite,
com.google.android.apps.magazines, com.google.android.videos]
06-28 03:58:32.419 1309 1309 W PackageManager: Failed to scan
/data/preload/com.shopee.id: Application package com.shopee.id found at
/data/preload/com.shopee.id but expected at
/data/app/~~gc-jEl6djeVAZSrFMjow_g==/com.shopee.id-b-7enB_YSyWZxd6QPJW9Kg==;
ignoring.
06-28 03:58:32.419 1309 1309 W PackageManager: Deleting invalid package at
/data/preload/com.shopee.id,error:-23
06-28 03:58:32.421 1309 1309 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.shopee.id
06-28 03:58:32.421 1309 1309 W _V_VivoPmsImpl: /data/preload/com.shopee.id is not
need remove.
06-28 03:58:32.423 1309 1309 I _V_VivoPmsImpl: scan_chekc Package{5b3a6a7
com.google.android.apps.docs} path:/data/preload/com.google.android.apps.docs
06-28 03:58:32.423 1309 1309 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red,
org.detikcom.rss, com.vuclip.viu, com.facebook.lite,
com.google.android.apps.magazines, com.google.android.videos, com.shopee.id,
com.google.android.apps.docs]
06-28 03:58:32.504 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.ACCESS_NETWORK_STATE in
package: com.spotify.music at: Binary XML file line #133
06-28 03:58:32.504 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.VIBRATE in package:
com.spotify.music at: Binary XML file line #134
06-28 03:58:32.528 1309 1309 W PackageManager: Failed to scan
/data/preload/com.kwai.bulldog: Application package com.kwai.bulldog found at
/data/preload/com.kwai.bulldog but expected at
/data/app/~~C7dAcP4tddaCRUzILi1Rpw==/com.kwai.bulldog-BGvymrhZrTlkWBIvTBUzAg==;
ignoring.
06-28 03:58:32.528 1309 1309 W PackageManager: Deleting invalid package at
/data/preload/com.kwai.bulldog,error:-23
06-28 03:58:32.530 1309 1309 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.kwai.bulldog
06-28 03:58:32.530 1309 1309 W _V_VivoPmsImpl: /data/preload/com.kwai.bulldog is
not need remove.
06-28 03:58:32.545 1309 1309 I _V_VivoPmsImpl: scan_chekc Package{c2db6b1
com.spotify.music} path:/data/preload/com.spotify.music
06-28 03:58:32.546 1309 1309 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red,
org.detikcom.rss, com.vuclip.viu, com.facebook.lite,
com.google.android.apps.magazines, com.google.android.videos, com.shopee.id,
com.google.android.apps.docs, com.kwai.bulldog, com.spotify.music]
06-28 03:58:32.654 1309 1309 I PackageManager: Finished scanning system apps.
Time: 5882 ms, packageCount: 218 , timePerPackage: 26 , cached: 0
06-28 03:58:32.694 1309 1309 D PackageManager: updatedPkg = PackageSetting{6bbd08
android.autoinstalls.config.vivo.devices/10082}
06-28 03:58:32.695 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package android.autoinstalls.config.vivo.devices
06-28 03:58:32.831 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #3
06-28 03:58:32.831 1309 1503 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #5
06-28 03:58:32.831 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-split at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-
ZM_KlBVV5ApON-Cmd0ATyA==/base.apk Binary XML file line #11
06-28 03:58:32.834 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #3
06-28 03:58:32.834 1309 1503 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #5
06-28 03:58:32.869 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #3
06-28 03:58:32.869 1309 1503 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #5
06-28 03:58:32.874 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #3
06-28 03:58:32.874 1309 1503 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #5
06-28 03:58:32.875 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-split at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-
ZM_KlBVV5ApON-Cmd0ATyA==/base.apk Binary XML file line #24
06-28 03:58:32.879 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #3
06-28 03:58:32.879 1309 1503 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #5
06-28 03:58:32.880 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-split at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-
ZM_KlBVV5ApON-Cmd0ATyA==/base.apk Binary XML file line #11
06-28 03:58:32.884 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #3
06-28 03:58:32.884 1309 1503 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #5
06-28 03:58:32.891 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #3
06-28 03:58:32.892 1309 1503 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #5
06-28 03:58:32.893 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-split at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-
ZM_KlBVV5ApON-Cmd0ATyA==/base.apk Binary XML file line #27
06-28 03:58:32.898 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #3
06-28 03:58:32.898 1309 1503 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #5
06-28 03:58:32.903 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #3
06-28 03:58:32.903 1309 1503 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-ZM_KlBVV5ApON-
Cmd0ATyA==/base.apk Binary XML file line #5
06-28 03:58:32.904 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-split at /data/app/~~DUQhaudTCzuU2IMsdXWK7Q==/com.android.chrome-
ZM_KlBVV5ApON-Cmd0ATyA==/base.apk Binary XML file line #22
06-28 03:58:32.963 1309 1504 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.WRITE_SECURE_SETTINGS in
package: com.vivo.easyshare at: Binary XML file line #56
06-28 03:58:32.965 1309 1504 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m:
com.vivo.daemonservice.permission.PROCESS_DETECT_SERVICE in package:
com.vivo.easyshare at: Binary XML file line #109
06-28 03:58:32.972 1309 1504 W PackageParsing: No actions in intent-filter at
/data/app/~~EPkgNw4CbiS5Asn5nKWBKQ==/com.vivo.easyshare-W1iixvvU-eermrtfvVvhzg==/
base.apk Binary XML file line #194
06-28 03:58:33.069 1309 1502 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~EQm97ir3GS8RY7pOVmmY9g==/com.simejikeyboard-
BGEAs7nPqJj_jkKxkaYtvg==/base.apk Binary XML file line #9
06-28 03:58:33.070 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~EQm97ir3GS8RY7pOVmmY9g==/com.simejikeyboard-
BGEAs7nPqJj_jkKxkaYtvg==/base.apk Binary XML file line #13
06-28 03:58:33.260 1309 1505 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~BkTUQwq9lX8gwmg9jgMV4A==/com.byril.stickmanarcher-
Zji9CHttW6r0VwhGO725gg==/base.apk Binary XML file line #2
06-28 03:58:33.374 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.ACCESS_NETWORK_STATE in
package: com.flashkeyboard.leds at: Binary XML file line #27
06-28 03:58:33.420 1309 1504 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: com.google.android.gms.permission.AD_ID in
package: com.facebook.katana at: Binary XML file line #214
06-28 03:58:33.429 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~_9Y_rZmP-Pax28sBm_sYHw==/com.byv.TheCatapult2-
OfM8SBPQkwxTtOkEFWZALA==/base.apk Binary XML file line #3
06-28 03:58:33.432 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~_9Y_rZmP-Pax28sBm_sYHw==/com.byv.TheCatapult2-
OfM8SBPQkwxTtOkEFWZALA==/base.apk Binary XML file line #3
06-28 03:58:33.433 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~_9Y_rZmP-Pax28sBm_sYHw==/com.byv.TheCatapult2-
OfM8SBPQkwxTtOkEFWZALA==/base.apk Binary XML file line #3
06-28 03:58:33.436 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~_9Y_rZmP-Pax28sBm_sYHw==/com.byv.TheCatapult2-
OfM8SBPQkwxTtOkEFWZALA==/base.apk Binary XML file line #3
06-28 03:58:33.437 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~_9Y_rZmP-Pax28sBm_sYHw==/com.byv.TheCatapult2-
OfM8SBPQkwxTtOkEFWZALA==/base.apk Binary XML file line #3
06-28 03:58:33.440 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~_9Y_rZmP-Pax28sBm_sYHw==/com.byv.TheCatapult2-
OfM8SBPQkwxTtOkEFWZALA==/base.apk Binary XML file line #3
06-28 03:58:33.441 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~_9Y_rZmP-Pax28sBm_sYHw==/com.byv.TheCatapult2-
OfM8SBPQkwxTtOkEFWZALA==/base.apk Binary XML file line #3
06-28 03:58:33.443 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~_9Y_rZmP-Pax28sBm_sYHw==/com.byv.TheCatapult2-
OfM8SBPQkwxTtOkEFWZALA==/base.apk Binary XML file line #3
06-28 03:58:33.445 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~_9Y_rZmP-Pax28sBm_sYHw==/com.byv.TheCatapult2-
OfM8SBPQkwxTtOkEFWZALA==/base.apk Binary XML file line #3
06-28 03:58:33.446 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~_9Y_rZmP-Pax28sBm_sYHw==/com.byv.TheCatapult2-
OfM8SBPQkwxTtOkEFWZALA==/base.apk Binary XML file line #3
06-28 03:58:33.447 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~_9Y_rZmP-Pax28sBm_sYHw==/com.byv.TheCatapult2-
OfM8SBPQkwxTtOkEFWZALA==/base.apk Binary XML file line #3
06-28 03:58:33.449 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~_9Y_rZmP-Pax28sBm_sYHw==/com.byv.TheCatapult2-
OfM8SBPQkwxTtOkEFWZALA==/base.apk Binary XML file line #3
06-28 03:58:33.605 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~YPKhoARkULa8oFk8-syWKw==/com.facebook.katana-
aC81r1qFOLGW1KGNzRwQgA==/base.apk Binary XML file line #2
06-28 03:58:33.607 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~YPKhoARkULa8oFk8-syWKw==/com.facebook.katana-
aC81r1qFOLGW1KGNzRwQgA==/base.apk Binary XML file line #2
06-28 03:58:33.663 1309 1502 W PackageParsing: Unknown element under <manifest>:
meta-data at /data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-
GAzJa2lqXI4IaBHUDYZIrg==/base.apk Binary XML file line #68
06-28 03:58:33.665 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #81
06-28 03:58:33.670 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #148
06-28 03:58:33.670 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #157
06-28 03:58:33.670 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #179
06-28 03:58:33.671 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #214
06-28 03:58:33.671 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #220
06-28 03:58:33.674 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #313
06-28 03:58:33.675 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #356
06-28 03:58:33.675 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #366
06-28 03:58:33.675 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #389
06-28 03:58:33.676 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #395
06-28 03:58:33.678 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #464
06-28 03:58:33.679 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #488
06-28 03:58:33.682 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #609
06-28 03:58:33.684 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #688
06-28 03:58:33.684 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #691
06-28 03:58:33.685 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #711
06-28 03:58:33.685 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #725
06-28 03:58:33.686 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #756
06-28 03:58:33.687 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #766
06-28 03:58:33.687 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #778
06-28 03:58:33.688 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #823
06-28 03:58:33.692 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #978
06-28 03:58:33.694 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #1045
06-28 03:58:33.694 1309 1502 W PackageParsing: No actions in intent-filter at
/data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-GAzJa2lqXI4IaBHUDYZIrg==/
base.apk Binary XML file line #1050
06-28 03:58:33.697 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~95xb7cufWel_BB4Nz_Rhzw==/com.humtr.lewz-
GAzJa2lqXI4IaBHUDYZIrg==/base.apk Binary XML file line #2
06-28 03:58:33.721 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~IiUVpHy_DbKxbMtb1MkIWQ==/com.google.android.webview-
7alyDrtVUPTvR0kOiIlORQ==/base.apk Binary XML file line #3
06-28 03:58:33.721 1309 1503 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~IiUVpHy_DbKxbMtb1MkIWQ==/com.google.android.webview-
7alyDrtVUPTvR0kOiIlORQ==/base.apk Binary XML file line #5
06-28 03:58:33.722 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~IiUVpHy_DbKxbMtb1MkIWQ==/com.google.android.webview-
7alyDrtVUPTvR0kOiIlORQ==/base.apk Binary XML file line #9
06-28 03:58:33.722 1309 1503 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~IiUVpHy_DbKxbMtb1MkIWQ==/com.google.android.webview-
7alyDrtVUPTvR0kOiIlORQ==/base.apk Binary XML file line #10
06-28 03:58:33.722 1309 1503 W PackageParsing: Unknown element under <manifest>:
queries at /data/app/~~IiUVpHy_DbKxbMtb1MkIWQ==/com.google.android.webview-
7alyDrtVUPTvR0kOiIlORQ==/base.apk Binary XML file line #12
06-28 03:58:33.834 1309 1309 D PackageManager: updatedPkg =
PackageSetting{da81ca1 com.vivo.website/10086}
06-28 03:58:33.835 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.website
06-28 03:58:33.872 1309 1309 D PackageManager: updatedPkg =
PackageSetting{116129e com.google.android.apps.assistant/10149}
06-28 03:58:33.872 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.assistant
06-28 03:58:33.883 1309 1309 D PackageManager: updatedPkg =
PackageSetting{aa76de3 com.google.android.apps.photosgo/10159}
06-28 03:58:33.884 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.photosgo
06-28 03:58:34.073 1309 1504 W PackageParsing: Unknown element under <manifest>:
meta-data at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #341
06-28 03:58:34.074 1309 1504 W PackageParsing: Unknown element under <manifest>:
meta-data at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #361
06-28 03:58:34.142 1309 1504 W PackageParsing: Unknown element under
<application>: enable-feature at
/data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-RYbcQB03i4GIb-
WQ==/base.apk Binary XML file line #2221
06-28 03:58:34.150 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #14
06-28 03:58:34.151 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #18
06-28 03:58:34.153 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #9
06-28 03:58:34.153 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #13
06-28 03:58:34.155 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #9
06-28 03:58:34.155 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #13
06-28 03:58:34.155 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-
ujkCw-RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #42
06-28 03:58:34.155 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-
ujkCw-RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #43
06-28 03:58:34.155 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-
ujkCw-RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #44
06-28 03:58:34.157 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #9
06-28 03:58:34.157 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #13
06-28 03:58:34.160 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #9
06-28 03:58:34.161 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #13
06-28 03:58:34.161 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-
ujkCw-RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #23
06-28 03:58:34.163 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #9
06-28 03:58:34.163 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #13
06-28 03:58:34.167 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #9
06-28 03:58:34.167 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #13
06-28 03:58:34.170 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #9
06-28 03:58:34.170 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #13
06-28 03:58:34.170 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-
ujkCw-RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #23
06-28 03:58:34.170 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-
ujkCw-RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #24
06-28 03:58:34.170 1309 1504 W PackageParsing: Unknown element under <manifest>:
queries at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #26
06-28 03:58:34.171 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-
ujkCw-RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #32
06-28 03:58:34.177 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #9
06-28 03:58:34.177 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #13
06-28 03:58:34.179 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #9
06-28 03:58:34.179 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==/base.apk Binary XML file line #13
06-28 03:58:34.363 1309 1309 D PackageManager: updatedPkg =
PackageSetting{bf950a5 com.android.chrome/10167}
06-28 03:58:34.363 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.android.chrome
06-28 03:58:34.397 1309 1309 D PackageManager: updatedPkg = PackageSetting{cd41c9
com.vivo.easyshare/10054}
06-28 03:58:34.398 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.easyshare
06-28 03:58:34.414 1309 1502 W PackageParsing: Unknown element under <manifest>:
uses-sdk at
/data/app/~~e5lrkKyLZYLhh1HzhsSb8g==/com.ss.android.ugc.tiktok.livewallpaper-
VDlIWQLneXkEgeE1Xio1PQ==/base.apk Binary XML file line #9
06-28 03:58:34.414 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at
/data/app/~~e5lrkKyLZYLhh1HzhsSb8g==/com.ss.android.ugc.tiktok.livewallpaper-
VDlIWQLneXkEgeE1Xio1PQ==/base.apk Binary XML file line #13
06-28 03:58:34.417 1309 1502 W PackageParsing: Unknown element under <manifest>:
uses-sdk at
/data/app/~~e5lrkKyLZYLhh1HzhsSb8g==/com.ss.android.ugc.tiktok.livewallpaper-
VDlIWQLneXkEgeE1Xio1PQ==/base.apk Binary XML file line #9
06-28 03:58:34.417 1309 1502 W PackageParsing: Unknown element under <manifest>:
uses-permission at
/data/app/~~e5lrkKyLZYLhh1HzhsSb8g==/com.ss.android.ugc.tiktok.livewallpaper-
VDlIWQLneXkEgeE1Xio1PQ==/base.apk Binary XML file line #13
06-28 03:58:34.417 1309 1502 W PackageParsing: Unknown element under <manifest>:
module at
/data/app/~~e5lrkKyLZYLhh1HzhsSb8g==/com.ss.android.ugc.tiktok.livewallpaper-
VDlIWQLneXkEgeE1Xio1PQ==/base.apk Binary XML file line #15
06-28 03:58:34.417 1309 1502 W PackageParsing: Unknown element under <manifest>:
uses-permission at
/data/app/~~e5lrkKyLZYLhh1HzhsSb8g==/com.ss.android.ugc.tiktok.livewallpaper-
VDlIWQLneXkEgeE1Xio1PQ==/base.apk Binary XML file line #26
06-28 03:58:34.417 1309 1502 W PackageParsing: Unknown element under <manifest>:
uses-permission at
/data/app/~~e5lrkKyLZYLhh1HzhsSb8g==/com.ss.android.ugc.tiktok.livewallpaper-
VDlIWQLneXkEgeE1Xio1PQ==/base.apk Binary XML file line #27
06-28 03:58:34.434 1309 1309 W PackageManager: Failed to parse
/data/app/~~JSoQ_Y4zbopmMBT99uIQaA==: No packages found in split
06-28 03:58:34.435 1309 1309 W PackageManager: Deleting invalid package at
/data/app/~~JSoQ_Y4zbopmMBT99uIQaA==,error:-100
06-28 03:58:34.436 1309 1309 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/app/~~JSoQ_Y4zbopmMBT99uIQaA==
06-28 03:58:34.532 1309 1309 D PackageManager: updatedPkg =
PackageSetting{a12b93c com.google.android.inputmethod.latin/10117}
06-28 03:58:34.533 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.inputmethod.latin
06-28 03:58:34.536 1309 1505 W PackageParsing: No actions in intent-filter at
/data/app/~~2wGvidW-k5t3bYQxUV0GoA==/com.google.android.calendar-
lwj9QaXGN2R99dJ6Y9oY3A==/base.apk Binary XML file line #1026
06-28 03:58:34.546 1309 1309 D PackageManager: updatedPkg =
PackageSetting{7ddf502 com.google.android.apps.searchlite/10152}
06-28 03:58:34.546 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.searchlite
06-28 03:58:35.585 1309 1309 D PackageManager: updatedPkg =
PackageSetting{e04a76e com.google.android.apps.maps/10170}
06-28 03:58:35.585 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.maps
06-28 03:58:35.723 1309 1309 W PackageManager: Failed to parse
/data/app/~~QMSTSBY01_TZv2i0Osyoew==: No packages found in split
06-28 03:58:35.723 1309 1309 W PackageManager: Deleting invalid package at
/data/app/~~QMSTSBY01_TZv2i0Osyoew==,error:-100
06-28 03:58:35.724 1309 1309 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/app/~~QMSTSBY01_TZv2i0Osyoew==
06-28 03:58:35.745 1309 1309 I PackageManager: /data/app/~~_9Y_rZmP-
Pax28sBm_sYHw==/com.byv.TheCatapult2-OfM8SBPQkwxTtOkEFWZALA== changed; collecting
certs
06-28 03:58:35.755 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.INTERNET in package:
jpark.AOS5 at: Binary XML file line #22
06-28 03:58:35.756 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: com.google.android.gms.permission.AD_ID in
package: jpark.AOS5 at: Binary XML file line #27
06-28 03:58:35.861 1309 1309 D PackageManager: updatedPkg =
PackageSetting{3f9ec4b com.google.android.modulemetadata/10163}
06-28 03:58:35.862 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.modulemetadata
06-28 03:58:36.655 1309 1309 W PackageManager: Skipping provider name
com.dts.freefireth.fileprovider (in package com.dts.freefireth): name already used
by com.dts.freefireth
06-28 03:58:36.657 1309 1309 D PackageManager: updatedPkg =
PackageSetting{d92216a com.google.android.tts/10160}
06-28 03:58:36.657 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.tts
06-28 03:58:36.874 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #4
06-28 03:58:36.874 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #5
06-28 03:58:36.875 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #6
06-28 03:58:36.875 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #7
06-28 03:58:36.875 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #9
06-28 03:58:36.878 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #4
06-28 03:58:36.879 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #5
06-28 03:58:36.879 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #6
06-28 03:58:36.879 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #7
06-28 03:58:36.879 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #9
06-28 03:58:36.883 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #4
06-28 03:58:36.883 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #5
06-28 03:58:36.883 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #6
06-28 03:58:36.884 1309 1504 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #7
06-28 03:58:36.884 1309 1504 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~o0Kz0HaaBm8K3sbW-kHb2Q==/com.lazada.android-
8Hc1JB12vEbDPoPSdvqKRA==/base.apk Binary XML file line #9
06-28 03:58:36.920 1309 1503 W PackageParsing: No actions in intent-filter at
/data/app/~~xznAed7GUPfXVLF0SnEYZA==/com.vivo.appstore-0VqlHErU3KP5cSAZx-os_Q==/
base.apk Binary XML file line #278
06-28 03:58:37.227 1309 1309 D PackageManager: updatedPkg =
PackageSetting{487769b com.google.android.apps.wellbeing/10150}
06-28 03:58:37.228 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.wellbeing
06-28 03:58:37.347 1309 1505 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #3
06-28 03:58:37.347 1309 1505 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #5
06-28 03:58:37.348 1309 1505 W PackageParsing: Unknown element under <manifest>:
uses-split at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #11
06-28 03:58:37.350 1309 1505 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #3
06-28 03:58:37.350 1309 1505 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #5
06-28 03:58:37.350 1309 1505 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #9
06-28 03:58:37.350 1309 1505 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #10
06-28 03:58:37.350 1309 1505 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #11
06-28 03:58:37.350 1309 1505 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #12
06-28 03:58:37.351 1309 1505 W PackageParsing: Unknown element under <manifest>:
queries at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #13
06-28 03:58:37.351 1309 1505 W PackageParsing: Unknown element under <manifest>:
uses-permission at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #31
06-28 03:58:37.381 1309 1505 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #3
06-28 03:58:37.381 1309 1505 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~Qvt88TaYDGR9W0EH8_X1VQ==/net.upx.proxy.browser-
C85VNE9NrmpIqSYlYGHyVQ==/base.apk Binary XML file line #5
06-28 03:58:37.981 1309 1309 D PackageManager: updatedPkg =
PackageSetting{4769cca com.google.android.webview/10166}
06-28 03:58:37.982 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.webview
06-28 03:58:37.988 1309 1309 D PackageManager: updatedPkg =
PackageSetting{a83d9bd com.vivo.game/10096}
06-28 03:58:37.988 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.game
06-28 03:58:38.094 1309 1503 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~w-gRQjZLflKmu8-07IzJww==/jp.garud.ssimulator-dmSi_VR5IyBZK-
thMDw-RA==/base.apk Binary XML file line #2
06-28 03:58:38.099 1309 1309 I PackageManager:
/data/app/~~qvSMXS1RXAwYsPWuwKGrpw==/com.FDGEntertainment.BananaKong2.gp-
BzfWpeHY5glMbYFiK4jQjw== changed; collecting certs
06-28 03:58:38.146 1309 1309 I _V_VivoPmsImpl: scan_chekc Package{2c73dc4
com.kwai.bulldog} path:/data/app/~~C7dAcP4tddaCRUzILi1Rpw==/com.kwai.bulldog-
BGvymrhZrTlkWBIvTBUzAg==
06-28 03:58:38.208 1309 1505 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/~~q-56QpYK8Z4WIlciphaO6w==/com.android.vending-
NhjRv9erU6YvuTKo2aAKXA==/base.apk Binary XML file line #9
06-28 03:58:38.208 1309 1505 W PackageParsing: Unknown element under <manifest>:
module at /data/app/~~q-56QpYK8Z4WIlciphaO6w==/com.android.vending-
NhjRv9erU6YvuTKo2aAKXA==/base.apk Binary XML file line #11
06-28 03:58:39.081 1309 1309 I PackageManager:
/data/app/~~Qt8flhvnpvEzFwI1xutR8w==/com.byv.theships-_84oTJZNrypl4QrbpeoPDA==
changed; collecting certs
06-28 03:58:39.133 1309 1309 I PackageManager: /data/app/~~3JwU-
LuJSh1w5eAWr16usQ==/com.tatemgames.ragdollfall-NxRo1sNzz7tvz1YWdhxk6Q== changed;
collecting certs
06-28 03:58:39.190 1309 1309 I _V_VivoPmsImpl: scan_chekc Package{5493766
com.ss.android.ugc.trill}
path:/data/app/~~PXJ12h2CYHJFHr1KAFGJBw==/com.ss.android.ugc.trill-ujkCw-
RYbcQB03i4GIb-WQ==
06-28 03:58:39.296 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.ACCESS_NETWORK_STATE in
package: com.google.android.gm at: Binary XML file line #292
06-28 03:58:39.296 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.FOREGROUND_SERVICE in
package: com.google.android.gm at: Binary XML file line #295
06-28 03:58:39.297 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.INTERNET in package:
com.google.android.gm at: Binary XML file line #300
06-28 03:58:39.297 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.RECEIVE_BOOT_COMPLETED in
package: com.google.android.gm at: Binary XML file line #301
06-28 03:58:39.297 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.VIBRATE in package:
com.google.android.gm at: Binary XML file line #302
06-28 03:58:39.297 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.WAKE_LOCK in package:
com.google.android.gm at: Binary XML file line #303
06-28 03:58:39.297 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.READ_MEDIA_IMAGES in
package: com.google.android.gm at: Binary XML file line #305
06-28 03:58:39.297 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.READ_MEDIA_VIDEO in package:
com.google.android.gm at: Binary XML file line #306
06-28 03:58:39.297 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.POST_NOTIFICATIONS in
package: com.google.android.gm at: Binary XML file line #307
06-28 03:58:39.298 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: com.google.android.c2dm.permission.RECEIVE in
package: com.google.android.gm at: Binary XML file line #309
06-28 03:58:39.298 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.GET_PACKAGE_SIZE in package:
com.google.android.gm at: Binary XML file line #310
06-28 03:58:39.298 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m:
com.google.android.providers.gsf.permission.READ_GSERVICES in package:
com.google.android.gm at: Binary XML file line #311
06-28 03:58:39.298 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m:
com.google.android.providers.gsf.permission.READ_GSERVICES in package:
com.google.android.gm at: Binary XML file line #316
06-28 03:58:39.298 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.GET_PACKAGE_SIZE in package:
com.google.android.gm at: Binary XML file line #317
06-28 03:58:39.299 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.ACCESS_NETWORK_STATE in
package: com.google.android.gm at: Binary XML file line #319
06-28 03:58:39.299 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.CAMERA in package:
com.google.android.gm at: Binary XML file line #329
06-28 03:58:39.299 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.FOREGROUND_SERVICE in
package: com.google.android.gm at: Binary XML file line #344
06-28 03:58:39.299 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.INTERNET in package:
com.google.android.gm at: Binary XML file line #345
06-28 03:58:39.299 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.WAKE_LOCK in package:
com.google.android.gm at: Binary XML file line #348
06-28 03:58:39.300 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.POST_NOTIFICATIONS in
package: com.google.android.gm at: Binary XML file line #357
06-28 03:58:39.300 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.READ_CONTACTS in package:
com.google.android.gm at: Binary XML file line #369
06-28 03:58:39.300 1309 1503 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: com.google.android.hangouts.START_HANGOUT in
package: com.google.android.gm at: Binary XML file line #370
06-28 03:58:39.317 1309 1503 W PackageParsing: No actions in intent-filter at
/data/app/~~v2nOouXr103IWqurN7Tv9Q==/com.google.android.gm-YLF_nr2lgA-
fPM8RvGn8rw==/base.apk Binary XML file line #1044
06-28 03:58:39.318 1309 1503 W PackageParsing: No actions in intent-filter at
/data/app/~~v2nOouXr103IWqurN7Tv9Q==/com.google.android.gm-YLF_nr2lgA-
fPM8RvGn8rw==/base.apk Binary XML file line #1115
06-28 03:58:40.020 1309 1309 D PackageManager: updatedPkg =
PackageSetting{d63600f com.vivo.unionpay/10132}
06-28 03:58:40.021 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.unionpay
06-28 03:58:40.054 1309 1309 D PackageManager: updatedPkg =
PackageSetting{69173c2 com.google.android.calendar/10162}
06-28 03:58:40.054 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.calendar
06-28 03:58:40.096 1309 1309 I PackageManager:
/data/app/~~o4qQhfS5nebCclZYVCSvkw==/jp.co.dwango.HcgDW011GomugomuBattle-Kc-
51TnYzyl4eRY-bIdFhw== changed; collecting certs
06-28 03:58:40.121 1309 1505 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.READ_EXTERNAL_STORAGE in
package: com.moonvideo.android.resso at: Binary XML file line #154
06-28 03:58:40.122 1309 1505 W PackageParsing: Unknown element under <manifest>:
meta-data at /data/app/~~VvTb7WxUcVaBflbVJNgyig==/com.moonvideo.android.resso-
ldG0gXFICpeClp9Tm8lmug==/base.apk Binary XML file line #156
06-28 03:58:40.147 1309 1504 W PackageParsing: Unknown element under <manifest>:
meta-data at /data/app/~~gc-jEl6djeVAZSrFMjow_g==/com.shopee.id-b-
7enB_YSyWZxd6QPJW9Kg==/base.apk Binary XML file line #1195
06-28 03:58:40.148 1309 1504 W PackageParsing: Unknown element under <manifest>:
meta-data at /data/app/~~gc-jEl6djeVAZSrFMjow_g==/com.shopee.id-b-
7enB_YSyWZxd6QPJW9Kg==/base.apk Binary XML file line #1196
06-28 03:58:40.152 1309 1309 D PackageManager: updatedPkg = PackageSetting{de4ce6
com.google.android.youtube/10165}
06-28 03:58:40.153 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.youtube
06-28 03:58:40.181 1309 1309 I PackageManager:
/data/app/~~r0swTnmm7lDFCKEf5y1Rwg==/com.kayac.mannequinDownhill-
RJgc25YHHsESqyFZtNFhTw== changed; collecting certs
06-28 03:58:40.223 1309 1309 I PackageManager: /data/app/~~oNYkdLo80-G5nc-
XEU0DIQ==/com.rovio.angrybirdsfriends-4UMHF903arZFAzXDlauJsA== changed; collecting
certs
06-28 03:58:41.149 1309 1309 D PackageManager: updatedPkg = PackageSetting{f76e7d
com.google.android.apps.tachyon/10164}
06-28 03:58:41.150 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.tachyon
06-28 03:58:41.306 1309 1309 I PackageManager:
/data/app/~~sN0mPjjtzNESry4Q5cObVA==/vh.fightclub.allstars-rWy89RJOLInrIY4kJ-btfA==
changed; collecting certs
06-28 03:58:41.338 1309 1309 D PackageManager: updatedPkg =
PackageSetting{1ef35a3 com.google.android.marvin.talkback/10169}
06-28 03:58:41.339 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.marvin.talkback
06-28 03:58:41.346 1309 1309 D PackageManager: updatedPkg = PackageSetting{28ea36
com.google.android.apps.youtube.music/10161}
06-28 03:58:41.347 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.youtube.music
06-28 03:58:41.688 1309 1309 D PackageManager: updatedPkg =
PackageSetting{b49d952 com.vivo.appstore/10038}
06-28 03:58:41.689 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.appstore
06-28 03:58:41.749 1309 1309 W PackageManager: Failed to parse
/data/app/~~2ZbCnpFoi7xM47xrOIPzFg==: No packages found in split
06-28 03:58:41.750 1309 1309 W PackageManager: Deleting invalid package at
/data/app/~~2ZbCnpFoi7xM47xrOIPzFg==,error:-100
06-28 03:58:41.751 1309 1309 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/app/~~2ZbCnpFoi7xM47xrOIPzFg==
06-28 03:58:41.780 1309 1309 I PackageManager:
/data/app/~~hX1F3YxlBMKon4BS9O2X_w==/com.turbo.stars-dbMLYBcJMMPENohZZvOJ7A==
changed; collecting certs
06-28 03:58:41.809 1309 1309 I PackageManager: /data/app/~~ErtVvaCjtjcotTI5j5-
xQg==/com.soneraltincit.cityfightvsstreetgang-wmMEdzniKJ-g-dkSXGFDjA== changed;
collecting certs
06-28 03:58:41.851 1309 1309 I PackageManager: /data/app/~~7On-
HJcjrXhmbMbWVBldRA==/com.kwalee.muddertrucker3d-TTHgFzT2j_lD29c6hNILgg== changed;
collecting certs
06-28 03:58:42.125 1309 1309 I PackageManager:
/data/app/~~NQ_qXoQyreCOAZKS1Tt6Cg==/com.Gongulus.SpreadLegs-
1nWDi2JBxaZ4zQfwDrwH4Q== changed; collecting certs
06-28 03:58:42.157 1309 1309 I PackageManager:
/data/app/~~kZ2sCevk_fY_XPpLTmwDaQ==/com.SLOWMO.CrowdDefense-QG-
zHIz7HTtGQGEt6YiHkA== changed; collecting certs
06-28 03:58:42.200 1309 1309 D PackageManager: updatedPkg =
PackageSetting{2826b5f com.android.vending/10154}
06-28 03:58:42.201 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.android.vending
06-28 03:58:42.215 1309 1309 I PackageManager: /data/app/~~gFy-
AzjmdScg0YAMh9DELw==/com.crazylabs.light.it.up-KnZ44oBhv5ak-dFi3PhFrQ== changed;
collecting certs
06-28 03:58:42.787 1309 1309 D PackageManager: updatedPkg =
PackageSetting{550e7b9 com.google.android.apps.nbu.files/10151}
06-28 03:58:42.787 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.nbu.files
06-28 03:58:42.795 1309 1309 D PackageManager: updatedPkg =
PackageSetting{5863646 com.google.android.gm/10171}
06-28 03:58:42.795 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.gm
06-28 03:58:43.220 1309 1309 W PackageManager: Skipping provider name
com.moonvideo.android.resso.provider (in package com.moonvideo.android.resso): name
already used by com.moonvideo.android.resso
06-28 03:58:43.628 1309 1309 I _V_VivoPmsImpl: scan_chekc Package{cd6447b
com.shopee.id} path:/data/app/~~gc-jEl6djeVAZSrFMjow_g==/com.shopee.id-b-
7enB_YSyWZxd6QPJW9Kg==
06-28 03:58:44.323 1309 1309 W PackageManager: Skipping provider name
com.shopee.id.fileprovider (in package com.shopee.id): name already used by
com.shopee.id
06-28 03:58:44.330 1309 1309 D PackageManager: updatedPkg =
PackageSetting{c2337fe com.google.android.gms/10155}
06-28 03:58:44.331 1309 1309 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.gms
06-28 03:58:44.380 1309 1309 I PackageManager: Finished scanning non-system apps.
Time: 11726 ms, packageCount: 80 , timePerPackage: 146 , cached: 0
06-28 03:58:44.382 1309 1309 W PackageManager: There should probably be exactly
one storage manager; found 2: matches=[ResolveInfo{b82ee06
com.google.android.apps.nbu.files/.home.HomeActivity p=100 m=0x108000},
ResolveInfo{9e95cc7
com.android.storagemanager/.deletionhelper.DeletionHelperActivity m=0x108000}]
06-28 03:58:44.426 1309 1309 I PackageManager: Time to scan packages: 17.655
seconds
06-28 03:58:44.472 1309 1309 I PackageManager: Build fingerprint changed from
vivo/V2217T/V2217:12/SP1A.210812.003/compiler05161753:user/release-keys to
vivo/V2217T/V2217:12/SP1A.210812.003/compiler05301056:user/release-keys; regranting
permissions for internal storage
06-28 03:58:44.472 1309 1309 I PackageManager: Permission ownership changed.
Updating all permissions.
06-28 03:58:44.720 1309 1309 V PackageManager: reconcileAppsData for null u0 0x1
migrateAppData=true
06-28 03:58:45.082 1309 1309 V PackageManager: reconcileAppsData finished 34
packages
06-28 03:58:45.082 1309 1309 I PackageManager: Build fingerprint changed;
clearing code caches
06-28 03:58:45.082 1309 1527 I SystemServerTimingAsync:
InitThreadPoolExec:prepareAppData
06-28 03:58:46.393 1309 1309 I PackageManagerTiming: write settings
06-28 03:58:46.400 1309 1309 W PackageManager: Preserving older settings backup
06-28 03:58:46.562 1309 1309 I PackageManagerTiming: GC
06-28 03:58:46.563 1309 1501 W PackageManager: Preserving older settings backup
06-28 03:58:46.563 1309 1309 I PackageManager: Fix for b/169414761 is applied
06-28 03:58:46.611 1309 1309 D PackageManager: idleDexoptAppSet =
{com.vivo.easyshare, com.google.android.trichromelibrary_573506030,
com.google.android.trichromelibrary_573513130,
android.autoinstalls.config.vivo.devices, musicplayer.musicapps.music.mp3player,
com.google.android.modulemetadata, com.vivo.unionpay, com.google.android.gms,
com.ywhy.xstksjdqs, jp.garud.ssimulator, com.ohbibi.fps, com.hit.master,
com.byril.stickmanarcher, com.AimToMite.BerandalSekolah,
com.noodlecake.perfectgrind, com.moonvideo.android.resso, com.bbk.account}
06-28 03:58:46.611 1309 1309 D PackageManager: initIdleDexoptAppsSet:
{com.vivo.easyshare, com.google.android.trichromelibrary_573506030,
com.google.android.trichromelibrary_573513130,
android.autoinstalls.config.vivo.devices, musicplayer.musicapps.music.mp3player,
com.google.android.modulemetadata, com.vivo.unionpay, com.google.android.gms,
com.ywhy.xstksjdqs, jp.garud.ssimulator, com.ohbibi.fps, com.hit.master,
com.byril.stickmanarcher, com.AimToMite.BerandalSekolah,
com.noodlecake.perfectgrind, com.moonvideo.android.resso, com.bbk.account}
06-28 03:58:46.785 1309 1309 V UserManagerService: Checking that all system
packages are whitelisted.
06-28 03:58:46.790 1309 1309 W UserManagerService:
checkWhitelistedSystemPackages(mode=ENFORCE|IMPLICIT_WHITELIST) has 50 warnings:
06-28 03:58:46.790 1309 1309 W UserManagerService:
com.android.theme.color.amethyst is allowlisted but not present.
06-28 03:58:46.791 1309 1309 W UserManagerService: com.android.theme.icon.pebble
is allowlisted but not present.
06-28 03:58:46.791 1309 1309 W UserManagerService: com.android.theme.color.sand
is allowlisted but not present.
06-28 03:58:46.791 1309 1309 W UserManagerService: com.android.theme.icon.vessel
is allowlisted but not present.
06-28 03:58:46.791 1309 1309 W UserManagerService:
com.android.theme.color.cinnamon is allowlisted but not present.
06-28 03:58:46.791 1309 1309 W UserManagerService:
com.android.theme.icon_pack.victor.settings is allowlisted but not present.
06-28 03:58:46.791 1309 1309 W UserManagerService:
com.android.theme.icon_pack.rounded.systemui is allowlisted but not present.
06-28 03:58:46.791 1309 1309 W UserManagerService:
com.android.theme.icon.taperedrect is allowlisted but not present.
06-28 03:58:46.791 1309 1309 W UserManagerService:
com.android.theme.icon_pack.rounded.android is allowlisted but not present.
06-28 03:58:46.791 1309 1309 W UserManagerService:
com.android.theme.icon_pack.victor.systemui is allowlisted but not present.
06-28 03:58:46.791 1309 1309 W UserManagerService:
com.android.theme.icon_pack.circular.themepicker is allowlisted but not present.
06-28 03:58:46.791 1309 1309 W UserManagerService:
com.android.theme.color.tangerine is allowlisted but not present.
06-28 03:58:46.791 1309 1309 W UserManagerService:
com.android.theme.color.aquamarine is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService: com.android.theme.color.black
is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService: com.android.theme.color.green
is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService: com.android.theme.color.ocean
is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService: com.android.theme.color.space
is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService:
com.android.theme.icon_pack.rounded.launcher is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService:
com.android.theme.icon_pack.kai.settings is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService:
com.android.internal.systemui.navbar.twobutton is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService:
com.android.theme.icon_pack.sam.settings is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService:
com.android.theme.icon_pack.kai.themepicker is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService:
com.android.theme.icon_pack.victor.launcher is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService:
com.android.theme.icon_pack.filled.settings is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService:
com.android.theme.icon_pack.kai.systemui is allowlisted but not present.
06-28 03:58:46.792 1309 1309 W UserManagerService:
com.android.theme.icon_pack.circular.settings is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon_pack.sam.systemui is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon.teardrop is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon_pack.rounded.themepicker is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon_pack.filled.systemui is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon_pack.sam.android is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon_pack.filled.android is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon_pack.circular.systemui is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon_pack.kai.android is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon_pack.kai.launcher is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon_pack.sam.launcher is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon.squircle is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon_pack.victor.android is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.color.palette is allowlisted but not present.
06-28 03:58:46.793 1309 1309 W UserManagerService:
com.android.theme.icon_pack.filled.launcher is allowlisted but not present.
06-28 03:58:46.794 1309 1309 W UserManagerService: com.android.theme.color.carbon
is allowlisted but not present.
06-28 03:58:46.794 1309 1309 W UserManagerService:
com.android.theme.icon_pack.circular.launcher is allowlisted but not present.
06-28 03:58:46.794 1309 1309 W UserManagerService:
com.android.theme.icon_pack.filled.themepicker is allowlisted but not present.
06-28 03:58:46.794 1309 1309 W UserManagerService:
com.android.theme.icon_pack.victor.themepicker is allowlisted but not present.
06-28 03:58:46.794 1309 1309 W UserManagerService: com.android.theme.color.orchid
is allowlisted but not present.
06-28 03:58:46.794 1309 1309 W UserManagerService: com.android.theme.color.purple
is allowlisted but not present.
06-28 03:58:46.794 1309 1309 W UserManagerService:
com.android.theme.icon_pack.sam.themepicker is allowlisted but not present.
06-28 03:58:46.794 1309 1309 W UserManagerService:
com.android.theme.icon.roundedrect is allowlisted but not present.
06-28 03:58:46.794 1309 1309 W UserManagerService:
com.android.theme.icon_pack.rounded.settings is allowlisted but not present.
06-28 03:58:46.794 1309 1309 W UserManagerService:
com.android.theme.icon_pack.circular.android is allowlisted but not present.
06-28 03:58:46.794 1309 1309 I UserManagerService: Reviewing whitelisted packages
due to [upgrade]
06-28 03:58:46.801 1309 1309 I Watchdog: Resuming HandlerChecker: main thread for
reason: packagemanagermain. Pause count: 0
06-28 03:58:46.801 1309 1309 I SystemServerDexLoadReporter: Configuring system
server dex reporter
06-28 03:58:46.874 1309 1309 I SystemServerTiming: StartOtaDexOptService
06-28 03:58:46.874 1309 1309 I Watchdog: Pausing HandlerChecker: main thread for
reason: moveab. Pause count: 1
06-28 03:58:48.709 1309 1527 I PackageManager: Deferred reconcileAppsData
finished 264 packages
06-28 03:58:48.739 1309 1309 I OTADexopt: Moved 0/113
06-28 03:58:48.739 1309 1309 I Watchdog: Resuming HandlerChecker: main thread for
reason: moveab. Pause count: 0
06-28 03:58:48.739 1309 1309 I SystemServerTiming: StartUserManagerService
06-28 03:58:48.739 1309 1309 I SystemServiceManager: Starting
com.android.server.pm.UserManagerService$LifeCycle
06-28 03:58:48.740 1309 1309 I SystemServerTiming: InitAttributerCache
06-28 03:58:48.740 1309 1309 I SystemServerTiming: SetSystemProcess
06-28 03:58:48.758 1309 1419 V HistoricalRegistry: Interaction before persistence
initialized
06-28 03:58:48.768 1309 1447 I ActivityManager: Connection with lmkd established
06-28 03:58:48.772 1309 1309 I SystemServerTiming: InitWatchdog
06-28 03:58:48.774 1309 1309 I SystemServerTiming: StartOverlayManagerService
06-28 03:58:48.781 1309 1309 D OverlayManager: updateOverlaysForUser newUserId=0
06-28 03:58:48.782 1309 1309 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.corner
06-28 03:58:48.799 1309 1309 D OverlayManager:
com.google.android.networkstack.overlay.vivo:0: STATE_UNKNOWN ->
STATE_MISSING_TARGET
06-28 03:58:48.800 1309 1309 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.double
06-28 03:58:48.805 1309 1309 D OverlayManager:
com.android.networkstack.tethering.overlay:0: STATE_UNKNOWN -> STATE_MISSING_TARGET
06-28 03:58:48.805 1309 1309 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.gestural_wide_back
06-28 03:58:48.809 1309 1309 D OverlayManager: create idmap for
com.android.providers.settings and com.mediatek.SettingsProviderResOverlay
06-28 03:58:48.819 1309 1309 D OverlayManager:
com.mediatek.SettingsProviderResOverlay:0: STATE_UNKNOWN -> STATE_NO_IDMAP
06-28 03:58:48.819 1309 1309 D OverlayManager: create idmap for
com.android.systemui and com.mediatek.systemuiresoverlay
06-28 03:58:48.836 1309 1309 D OverlayManager: com.mediatek.systemuiresoverlay:0:
STATE_UNKNOWN -> STATE_NO_IDMAP
06-28 03:58:48.837 1309 1309 D OverlayManager: create idmap for
com.android.networkstack.tethering.inprocess and
com.android.networkstack.tethering.inprocess.overlay
06-28 03:58:48.842 1309 1309 D OverlayManager: create idmap for
com.android.wifi.resources and com.android.wifi.resources.overlay
06-28 03:58:48.848 1309 1309 D OverlayManager:
com.google.android.networkstack.tethering.overlay:0: STATE_UNKNOWN ->
STATE_MISSING_TARGET
06-28 03:58:48.849 1309 1309 D OverlayManager: create idmap for android and
com.android.internal.systemui.onehanded.gestural
06-28 03:58:48.853 1309 1309 D OverlayManager:
com.mediatek.cellbroadcastuiresoverlay:0: STATE_UNKNOWN -> STATE_MISSING_TARGET
06-28 03:58:48.853 1309 1309 D OverlayManager: create idmap for
com.android.networkstack.inprocess and com.android.networkstack.inprocess.overlay
06-28 03:58:48.861 1309 1309 D OverlayManager: create idmap for
com.google.android.permissioncontroller and
com.google.android.overlay.modules.permissioncontroller
06-28 03:58:48.870 1309 1309 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.hole
06-28 03:58:48.874 1309 1309 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.tall
06-28 03:58:48.879 1309 1309 D OverlayManager:
com.android.networkstack.overlay:0: STATE_UNKNOWN -> STATE_MISSING_TARGET
06-28 03:58:48.879 1309 1309 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.threebutton
06-28 03:58:48.884 1309 1309 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.gestural_extra_wide_back
06-28 03:58:48.889 1309 1309 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.threegestural
06-28 03:58:48.893 1309 1309 D OverlayManager: create idmap for android and
com.android.theme.font.notoserifsource
06-28 03:58:48.897 1309 1309 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.waterfall
06-28 03:58:48.903 1309 1309 D OverlayManager:
com.google.android.networkstack.overlay:0: STATE_UNKNOWN -> STATE_MISSING_TARGET
06-28 03:58:48.904 1309 1309 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.gestural
06-28 03:58:48.909 1309 1309 D OverlayManager: android.overlay.vivoresrro:0:
STATE_UNKNOWN -> STATE_MISSING_TARGET
06-28 03:58:48.909 1309 1309 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.gestural_narrow_back
06-28 03:58:48.921 1309 1309 E OverlayManager: Failed to set default overlay
'com.android.theme.icon.roundedrect' for user 0
06-28 03:58:48.921 1309 1309 E OverlayManager:
com.android.server.om.OverlayManagerSettings$BadKeyException: Bad key
'com.android.theme.icon.roundedrect' for user 0
06-28 03:58:48.921 1309 1309 E OverlayManager: at
com.android.server.om.OverlayManagerSettings.getOverlayInfo(OverlayManagerSettings.
java:102)
06-28 03:58:48.921 1309 1309 E OverlayManager: at
com.android.server.om.OverlayManagerServiceImpl.updateOverlaysForUser(OverlayManage
rServiceImpl.java:218)
06-28 03:58:48.921 1309 1309 E OverlayManager: at
com.android.server.om.OverlayManagerService.onSwitchUser(OverlayManagerService.java
:343)
06-28 03:58:48.921 1309 1309 E OverlayManager: at
com.android.server.om.OverlayManagerService.<init>(OverlayManagerService.java:301)
06-28 03:58:48.921 1309 1309 E OverlayManager: at
com.android.server.SystemServer.startBootstrapServices(SystemServer.java:1438)
06-28 03:58:48.921 1309 1309 E OverlayManager: at
com.android.server.SystemServer.run(SystemServer.java:1054)
06-28 03:58:48.921 1309 1309 E OverlayManager: at
com.android.server.SystemServer.main(SystemServer.java:739)
06-28 03:58:48.921 1309 1309 E OverlayManager: at
java.lang.reflect.Method.invoke(Native Method)
06-28 03:58:48.921 1309 1309 E OverlayManager: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
06-28 03:58:48.921 1309 1309 E OverlayManager: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
06-28 03:58:48.926 1309 1309 D OverlayManager: Writing overlay settings
06-28 03:58:48.939 1309 1309 D _V_OverlayManager: updateSystemAssets effectCount
= 1
06-28 03:58:48.939 1309 1309 D OverlayManager: Update package manager about
changed overlays
06-28 03:58:48.947 1309 1309 D OverlayManager: -> Updating overlay:
target=com.artlife.coloringbook overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.947 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.soundrecorder overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.947 1309 1309 D OverlayManager: -> Updating overlay:
target=com.mediatek.ims overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.947 1309 1309 D OverlayManager: -> Updating overlay:
target=com.flashkeyboard.leds overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.947 1309 1309 D OverlayManager: -> Updating overlay:
target=com.wildspike.wormszone overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.948 1309 1309 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.subscriptions.red overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.948 1309 1309 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
06-28 03:58:48.948 1309 1309 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
06-28 03:58:48.948 1309 1309 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
06-28 03:58:48.948 1309 1309 D OverlayManager: -> Updating overlay:
target=com.ss.android.ugc.tiktok.livewallpaper overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.948 1309 1309 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
06-28 03:58:48.948 1309 1309 D OverlayManager: -> Updating overlay:
target=com.kajokangin.indosaham overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.949 1309 1309 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
06-28 03:58:48.949 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.dynsystem overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.949 1309 1309 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
06-28 03:58:48.949 1309 1309 D OverlayManager: -> Updating overlay:
target=com.mediatek.telephony overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.949 1309 1309 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
06-28 03:58:48.949 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.setupwizard overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.949 1309 1309 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
06-28 03:58:48.950 1309 1309 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
06-28 03:58:48.950 1309 1309 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
06-28 03:58:48.951 1309 1309 D OverlayManager: -> Updating overlay:
target=com.focaltech.deltadiff overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.951 1309 1309 D OverlayManager: -> Updating overlay:
target=com.simejikeyboard overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.951 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.easyshare overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.951 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.abe overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.951 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.pem overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.951 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.wallpapercropper overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.952 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.appfilter overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.952 1309 1309 D OverlayManager: -> Updating overlay:
target=com.YsoCorp.FuryCars overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.952 1309 1309 D OverlayManager: -> Updating overlay:
target=com.focaltouchscreen.sensortest overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.952 1309 1309 D OverlayManager: -> Updating overlay:
target=com.dts.freefireth overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.952 1309 1309 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
06-28 03:58:48.952 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.documentsui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.952 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.externalstorage overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.953 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.crontab overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.953 1309 1309 D OverlayManager: -> Updating overlay:
target=com.mediatek.ygps overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.953 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.htmlviewer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.953 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.companiondevicemanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.953 1309 1309 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
06-28 03:58:48.954 1309 1309 D OverlayManager: -> Updating overlay:
target=com.funtouch.uiengine overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.954 1309 1309 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
06-28 03:58:48.954 1309 1309 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
06-28 03:58:48.954 1309 1309 D OverlayManager: -> Updating overlay:
target=jpark.AOS5 overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.954 1309 1309 D OverlayManager: -> Updating overlay:
target=com.SLOWMO.CrowdDefense overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.954 1309 1309 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
06-28 03:58:48.955 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.weather overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.955 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.website overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.955 1309 1309 D OverlayManager: -> Updating overlay:
target=com.kwalee.muddertrucker3d overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.955 1309 1309 D OverlayManager: -> Updating overlay:
target=com.jadard.noise overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.955 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.bbkmusic overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.955 1309 1309 D OverlayManager: -> Updating overlay:
target=com.turborilla.bmx2 overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.955 1309 1309 D OverlayManager: -> Updating overlay:
target=com.time.trigger overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.956 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.browser overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.956 1309 1309 D OverlayManager: -> Updating overlay:
target=com.nt36xxxtouchscreen.deltadiff overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.956 1309 1309 D OverlayManager: -> Updating overlay:
target=com.bbk.updater overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.956 1309 1309 D OverlayManager: -> Updating overlay:
target=com.nttouchscreen.mptest overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.956 1309 1309 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
06-28 03:58:48.956 1309 1309 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
06-28 03:58:48.957 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.ewarranty overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.957 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.pushservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.957 1309 1309 D OverlayManager: -> Updating overlay:
target=badminton.king.sportsgame.smash overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.957 1309 1309 D OverlayManager: -> Updating overlay:
target=com.kwai.bulldog overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.957 1309 1309 D OverlayManager: -> Updating overlay:
target=com.google.android.trichromelibrary_573513130 overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.957 1309 1309 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
06-28 03:58:48.957 1309 1309 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
06-28 03:58:48.958 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.vending overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.958 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.pacprocessor overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.958 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.simappdialog overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.958 1309 1309 D OverlayManager: -> Updating overlay:
target=com.humtr.lewz overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.958 1309 1309 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
06-28 03:58:48.958 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.certinstaller overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.958 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.carrierconfig overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.959 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.smartshot overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.959 1309 1309 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
06-28 03:58:48.959 1309 1309 D OverlayManager: -> Updating overlay:
target=com.tatemgames.ragdollfall overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.959 1309 1309 D OverlayManager: -> Updating overlay:
target=megaappx.esportlogomaker overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.959 1309 1309 D OverlayManager: -> Updating overlay:
target=com.turbo.stars overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.959 1309 1309 D OverlayManager: -> Updating overlay:
target=android overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.959 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.contacts overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.960 1309 1309 D OverlayManager: -> Updating overlay: target=vh.one
overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.960 1309 1309 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
06-28 03:58:48.960 1309 1309 D OverlayManager: -> Updating overlay:
target=com.touchscreen.chipone overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.960 1309 1309 D OverlayManager: -> Updating overlay:
target=com.bbk.cloud overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.960 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.timerwidget overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.960 1309 1309 D OverlayManager: -> Updating overlay:
target=com.bbk.theme overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.960 1309 1309 D OverlayManager: -> Updating overlay:
target=jp.co.dwango.HcgDW011GomugomuBattle overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.961 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.egg overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.961 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.mms overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.961 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.mtp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.961 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.ons overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.961 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.stk overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.961 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.launcher3 overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.961 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.backupconfirm overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.962 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.statementservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.962 1309 1309 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
06-28 03:58:48.962 1309 1309 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
06-28 03:58:48.962 1309 1309 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
06-28 03:58:48.962 1309 1309 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
06-28 03:58:48.962 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.daemonService overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.962 1309 1309 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
06-28 03:58:48.963 1309 1309 D OverlayManager: -> Updating overlay:
target=com.ringclip overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.963 1309 1309 D OverlayManager: -> Updating overlay:
target=com.debug.loggerui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.963 1309 1309 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
06-28 03:58:48.963 1309 1309 D OverlayManager: -> Updating overlay:
target=com.netease.ddsfna overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.963 1309 1309 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
06-28 03:58:48.963 1309 1309 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
06-28 03:58:48.963 1309 1309 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
06-28 03:58:48.964 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.sharedstoragebackup overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.964 1309 1309 D OverlayManager: -> Updating overlay:
target=com.byv.TheCatapult2 overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.964 1309 1309 D OverlayManager: -> Updating overlay:
target=com.facebook.services overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.964 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.imanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.964 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.printspooler overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.964 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.Tips overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.964 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.cota overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.965 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.game overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.965 1309 1309 D OverlayManager: -> Updating overlay:
target=com.jadard.tp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.965 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.incallui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.965 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.inputdevices overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.965 1309 1309 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
06-28 03:58:48.965 1309 1309 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
06-28 03:58:48.965 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.bips overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.966 1309 1309 D OverlayManager: -> Updating overlay:
target=com.mediatek overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.966 1309 1309 D OverlayManager: -> Updating overlay:
target=musicplayer.musicapps.music.mp3player overlays=[OverlayPaths { resourceDirs
= [/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.966 1309 1309 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
06-28 03:58:48.966 1309 1309 D OverlayManager: -> Updating overlay:
target=vh.fightclub.allstars overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.966 1309 1309 D OverlayManager: -> Updating overlay:
target=com.lazada.android overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.966 1309 1309 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
06-28 03:58:48.966 1309 1309 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
06-28 03:58:48.967 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.SmartKey overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.967 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.engineercamera overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.967 1309 1309 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.docs overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.967 1309 1309 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
06-28 03:58:48.967 1309 1309 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
06-28 03:58:48.967 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.cellbroadcastreceiver overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.967 1309 1309 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
06-28 03:58:48.968 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.faceui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.968 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.onetimeinitializer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.968 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.videoeditor overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.968 1309 1309 D OverlayManager: -> Updating overlay:
target=com.byv.theships overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.968 1309 1309 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
06-28 03:58:48.968 1309 1309 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
06-28 03:58:48.969 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.cellbroadcastservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.969 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.bbklog overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.969 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.keychain overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.969 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.camera overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.969 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.chrome overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.969 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.unionpay overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.969 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.dialer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.970 1309 1309 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
06-28 03:58:48.970 1309 1309 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
06-28 03:58:48.971 1309 1309 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
06-28 03:58:48.971 1309 1309 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
06-28 03:58:48.971 1309 1309 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
06-28 03:58:48.971 1309 1309 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
06-28 03:58:48.971 1309 1309 D OverlayManager: -> Updating overlay:
target=com.ywhy.xstksjdqs overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.972 1309 1309 D OverlayManager: -> Updating overlay:
target=jp.garud.ssimulator overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.972 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.calllogbackup overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.972 1309 1309 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
06-28 03:58:48.972 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.cameraextensions overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.972 1309 1309 D OverlayManager: -> Updating overlay:
target=com.ohbibi.fps overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.972 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.localtransport overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.972 1309 1309 D OverlayManager: -> Updating overlay:
target=com.google.android.videos overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.973 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.carrierdefaultapp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.973 1309 1309 D OverlayManager: -> Updating overlay:
target=com.mojang.minecraftpe overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.973 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.networkstate overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.973 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.proxyhandler overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.973 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.VideoPlayer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.973 1309 1309 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
06-28 03:58:48.973 1309 1309 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
06-28 03:58:48.974 1309 1309 D OverlayManager: -> Updating overlay:
target=com.Gongulus.SpreadLegs overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.974 1309 1309 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
06-28 03:58:48.974 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.doubletimezoneclock overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.974 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.managedprovisioning overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.974 1309 1309 D OverlayManager: -> Updating overlay:
target=com.spotify.music overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.974 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.soundpicker overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.974 1309 1309 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
06-28 03:58:48.975 1309 1309 D OverlayManager: -> Updating overlay:
target=com.nttouchscreen.getdata overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.975 1309 1309 D OverlayManager: -> Updating overlay:
target=com.ertanto.kompas.official overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.975 1309 1309 D OverlayManager: -> Updating overlay:
target=com.facebook.katana overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.975 1309 1309 D OverlayManager: -> Updating overlay:
target=com.hit.master overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.975 1309 1309 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
06-28 03:58:48.975 1309 1309 D OverlayManager: -> Updating overlay:
target=com.soneraltincit.cityfightvsstreetgang overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.975 1309 1309 D OverlayManager: -> Updating overlay:
target=net.upx.proxy.browser overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.976 1309 1309 D OverlayManager: -> Updating overlay:
target=com.facebook.lite overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.976 1309 1309 D OverlayManager: -> Updating overlay:
target=com.facebook.system overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.976 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.networkimprove overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.976 1309 1309 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
06-28 03:58:48.976 1309 1309 D OverlayManager: -> Updating overlay:
target=com.epic_free_apps.graffiti_on_phone overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.976 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.audiofx overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.976 1309 1309 D OverlayManager: -> Updating overlay:
target=com.byril.stickmanarcher overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.977 1309 1309 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
06-28 03:58:48.977 1309 1309 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
06-28 03:58:48.977 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.storagemanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.977 1309 1309 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
06-28 03:58:48.977 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.bookmarkprovider overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.977 1309 1309 D OverlayManager: -> Updating overlay:
target=com.crazylabs.light.it.up overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.977 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.settings overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.978 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.multinlp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.978 1309 1309 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
06-28 03:58:48.978 1309 1309 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
06-28 03:58:48.978 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.carrierlocation overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.978 1309 1309 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
06-28 03:58:48.978 1309 1309 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
06-28 03:58:48.979 1309 1309 D OverlayManager: -> Updating overlay:
target=com.pixelbite.ga2 overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.979 1309 1309 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
06-28 03:58:48.980 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.upslide overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.980 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.vpndialogs overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.980 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.gallery overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.980 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.notes overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.980 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.omacp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.980 1309 1309 D OverlayManager: -> Updating overlay:
target=com.AimToMite.BerandalSekolah overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.980 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.phone overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.981 1309 1309 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
06-28 03:58:48.981 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.shell overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.981 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.wallpaperbackup overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.981 1309 1309 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
06-28 03:58:48.981 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.customtool overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.981 1309 1309 D OverlayManager: -> Updating overlay:
target=com.kayac.mannequinDownhill overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.981 1309 1309 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
06-28 03:58:48.982 1309 1309 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
06-28 03:58:48.982 1309 1309 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
06-28 03:58:48.982 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vuclip.viu overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.982 1309 1309 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
06-28 03:58:48.982 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.emergency overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.982 1309 1309 D OverlayManager: -> Updating overlay:
target=com.shopee.id overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.982 1309 1309 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
06-28 03:58:48.982 1309 1309 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
06-28 03:58:48.983 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.FMRadio overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.983 1309 1309 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
06-28 03:58:48.983 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.deskclock overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.983 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.systemui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.983 1309 1309 D OverlayManager: -> Updating overlay:
target=com.noodlecake.perfectgrind overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.983 1309 1309 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
06-28 03:58:48.983 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.bluetoothmidiservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.984 1309 1309 D OverlayManager: -> Updating overlay:
target=com.kiloo.subwaysurf overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.984 1309 1309 D OverlayManager: -> Updating overlay:
target=my.one.studio.draw.graffiti overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.984 1309 1309 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
06-28 03:58:48.984 1309 1309 D OverlayManager: -> Updating overlay:
target=com.rovio.angrybirdsfriends overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.984 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.appstore overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.984 1309 1309 D OverlayManager: -> Updating overlay:
target=com.facebook.appmanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.984 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.browser overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.985 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.traceur overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.985 1309 1309 D OverlayManager: -> Updating overlay:
target=com.moonvideo.android.resso overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.985 1309 1309 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
06-28 03:58:48.985 1309 1309 D OverlayManager: -> Updating overlay:
target=com.kayac.block_gladiator_3d overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.985 1309 1309 D OverlayManager: -> Updating overlay:
target=org.detikcom.rss overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.985 1309 1309 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.magazines overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.985 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.bluetooth overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.986 1309 1309 D OverlayManager: -> Updating overlay:
target=com.FDGEntertainment.BananaKong2.gp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.986 1309 1309 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
06-28 03:58:48.986 1309 1309 D OverlayManager: -> Updating overlay:
target=com.android.captiveportallogin overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.986 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.calculator overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.986 1309 1309 D OverlayManager: -> Updating overlay:
target=com.google.android.apps.kids.familylinkhelper overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.986 1309 1309 D OverlayManager: -> Updating overlay:
target=com.mediatek.gbaservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.986 1309 1309 D OverlayManager: -> Updating overlay:
target=com.wapi.wapicertmanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.987 1309 1309 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
06-28 03:58:48.987 1309 1309 D OverlayManager: -> Updating overlay:
target=com.kakarod.bighunter overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.987 1309 1309 D OverlayManager: -> Updating overlay:
target=com.gsma.rcs overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.987 1309 1309 D OverlayManager: -> Updating overlay:
target=com.vivo.simplelauncher overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.987 1309 1309 D OverlayManager: -> Updating overlay:
target=com.bbk.account overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
06-28 03:58:48.987 1309 1309 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
06-28 03:58:48.988 1309 1309 D _V_OverlayManager: updatePackageManagerLocked
containsAndroid = true
06-28 03:58:48.989 1309 1309 I SystemServerTiming: StartSensorPrivacyService
06-28 03:58:48.997 1309 1309 I SystemServerTiming: StartSensorService
06-28 03:58:48.997 1309 1309 I SystemServiceManager: Starting
com.android.server.sensors.SensorService
06-28 03:58:48.998 1309 1309 I MtkSystemServerImpl: startMtkBootstrapServices
06-28 03:58:48.998 1309 1539 I SystemServerTimingAsync:
InitThreadPoolExec:StartNativeSensorService
06-28 03:58:48.999 1309 1539 I SystemServerTimingAsync: StartNativeSensorService
06-28 03:58:48.999 1309 1309 I SystemServerTiming: startCoreServices
06-28 03:58:48.999 1309 1309 I SystemServerTiming: StartSystemConfigService
06-28 03:58:48.999 1309 1422 W ActivityTaskManager: Skip updateConfiguration
because mWindowManager isn't set
06-28 03:58:48.999 1309 1309 I SystemServiceManager: Starting
com.android.server.SystemConfigService
06-28 03:58:49.001 1309 1309 I SystemServerTiming: StartBatteryService
06-28 03:58:49.001 1309 1422 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}
06-28 03:58:49.003 1309 1309 I SystemServiceManager: Starting
com.android.server.BatteryService
06-28 03:58:49.005 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.artlife.coloringbook
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.007 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.networkstack.tethering flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.008 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.soundrecorder
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.009 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.ims
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.009 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.flashkeyboard.leds
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.010 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.wildspike.wormszone
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.011 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.subscriptions.red flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.013 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cts.priv.ctsshim flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.013 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.weather.provider
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.014 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.youtube
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.015 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.ss.android.ugc.tiktok.livewallpaper flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.018 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.019 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.ext.services flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.020 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.kajokangin.indosaham
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.022 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.022 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.023 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.telephony flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.024 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.dynsystem
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.025 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.calendar flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.026 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.telephony
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.026 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.providers.media
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.027 1309 1539 V HistoricalRegistry: Interaction before persistence
initialized
06-28 03:58:49.027 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.tethering.overlay flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.028 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.setupwizard
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.028 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.onetimeinitializer flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.029 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.ext.shared flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.029 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.029 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.location.lppe.main flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.030 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.focaltech.deltadiff
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.030 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.simejikeyboard
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.030 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.easyshare
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.031 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.abe flg=0x44000010
} ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.031 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.pem flg=0x44000010
} ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.032 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.wallpapercropper flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.032 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.SettingsProviderResOverlay flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.032 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.appfilter
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.033 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.systemuiresoverlay flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.033 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.YsoCorp.FuryCars
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.033 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.focaltouchscreen.sensortest flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.034 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.dts.freefireth
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.034 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.036 1309 1431 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 35, .batteryVoltage = 3755, .batteryTemperature =
264, .batteryCurrent = -377, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 4000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
06-28 03:58:49.036 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.ilitek.touchscreen.noisev2 flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.037 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.wifi.resources.overlay flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.037 1309 1431 D VivoBatteryService: INCOME SUCCESS
06-28 03:58:49.038 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.documentsui
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.038 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.externalstorage
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.039 1309 1431 E VivoBatteryService: start PhoneLocationService
failed : java.lang.NullPointerException: Attempt to invoke virtual method 'int
android.os.BatteryManagerInternal.getPlugType()' on a null object reference
06-28 03:58:49.039 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.crontab
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.039 1309 1431 D VivoBatteryService: INCOME SUCCESS
06-28 03:58:49.040 1309 1431 E VivoBatteryService: start PhoneLocationService
failed : java.lang.NullPointerException: Attempt to invoke virtual method 'int
android.os.BatteryManagerInternal.getPlugType()' on a null object reference
06-28 03:58:49.040 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.ygps
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.040 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.htmlviewer
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.041 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.companiondevicemanager flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.041 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:android.overlay.vrro
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.041 1309 1467 W KernelCpuUidActiveTimeBpfMapReader: Failed to read
bpf times
06-28 03:58:49.041 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.mms.service
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.042 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.funtouch.uiengine
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.042 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.touchscreen.chipone.icnl9911c flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.043 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.downloads flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.043 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:jpark.AOS5 flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.043 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.SLOWMO.CrowdDefense
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.044 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.inprocess flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.044 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.044 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.weather
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.044 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.website
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.045 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.045 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.kwalee.muddertrucker3d
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.045 1309 1431 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 35, .batteryVoltage = 3752, .batteryTemperature =
264, .batteryCurrent = -359, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 4000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
06-28 03:58:49.046 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.jadard.noise
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.046 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.cellbroadcastuiresoverlay flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.046 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.bbkmusic
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.047 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.turborilla.bmx2
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.047 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.time.trigger
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.047 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.inprocess.overlay flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.047 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 03:58:49.048 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.browser
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.049 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.nt36xxxtouchscreen.deltadiff flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.049 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.updater
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.050 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.nttouchscreen.mptest
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.050 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.configupdater flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.050 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.050 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 03:58:49.051 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.iqoo.user.engineermode
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.051 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.ewarranty
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.051 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.pushservice
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.051 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:badminton.king.sportsgame.smash flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.052 1309 1309 I HealthServiceWrapper: health: HealthServiceWrapper
listening to instance default
06-28 03:58:49.052 1309 1309 I BatteryService: health: Waited 1ms and received
the update.
06-28 03:58:49.052 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.kwai.bulldog
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.053 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.trichromelibrary_573513130 flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.053 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.053 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.ar.core
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.054 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.vending
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.054 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.pacprocessor
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.054 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.simappdialog
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.055 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.networkstack
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.055 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.humtr.lewz
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.056 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.connectivity.resources flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.056 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.056 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.056 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.overlay flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.057 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.certinstaller
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.057 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.carrierconfig
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.057 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.smartshot
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.057 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.marvin.talkback flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.058 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.tatemgames.ragdollfall
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.058 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.058 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:megaappx.esportlogomaker
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.059 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.turbo.stars
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.059 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:android flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.059 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.contacts
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.059 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:vh.one flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.059 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.ilitek.touchscreen.tptest3X flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.060 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.touchscreen.chipone
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.060 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.cloud
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.060 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.timerwidget
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.060 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.theme
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.061 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:jp.co.dwango.HcgDW011GomugomuBattle flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.061 1309 1309 E BatteryService: charging shutdown voltage: 3200
06-28 03:58:49.061 1309 1309 I SystemServerTiming: StartUsageService
06-28 03:58:49.061 1309 1309 I SystemServiceManager: Starting
com.android.server.usage.UsageStatsService
06-28 03:58:49.061 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.egg
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.062 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.mms
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.063 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.mtp
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.063 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.ons
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.064 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.stk
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.064 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.launcher3
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.065 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.backupconfirm
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.066 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.statementservice flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.066 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.gm
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.067 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.tachyon flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.068 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.trichromelibrary_511209730 flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.068 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vlife.vivo.wallpaper
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.069 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.069 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.daemonService
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.070 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.settings.intelligence flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.070 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.frameworkresoverlay flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.071 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.ringclip flg=0x44000010
} ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.072 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.debug.loggerui
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.072 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.searchlite flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.073 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.073 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.netease.ddsfna
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.074 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.permissioncontroller flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.075 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.setupwizard flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.075 1309 1309 I SystemServerTiming: StartWebViewUpdateService
06-28 03:58:49.075 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.settings flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.076 1309 1309 I SystemServiceManager: Starting
com.android.server.webkit.WebViewUpdateService
06-28 03:58:49.076 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.sharedstoragebackup flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.077 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.byv.TheCatapult2
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.077 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.services
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.078 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.imanager
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.079 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.printspooler
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.079 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.Tips
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.080 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.cota
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.080 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.game
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.081 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.081 1309 1309 I SystemServerTiming: StartCachedDeviceStateService
06-28 03:58:49.082 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.jadard.tp
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.082 1309 1309 I SystemServiceManager: Starting
com.android.server.CachedDeviceStateService
06-28 03:58:49.082 1309 1309 I SystemServerTiming: StartBinderCallsStatsService
06-28 03:58:49.082 1309 1309 I SystemServiceManager: Starting
com.android.server.BinderCallsStatsService$LifeCycle
06-28 03:58:49.082 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.incallui
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.083 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.083 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.inputdevices
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.084 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.wellbeing flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.085 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:android.autoinstalls.config.vivo.devices flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.085 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.bips
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.086 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek flg=0x44000010
} ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.086 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:musicplayer.musicapps.music.mp3player flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.087 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.087 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:vh.fightclub.allstars
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.088 1309 1309 I SystemServerTiming: StartLooperStatsService
06-28 03:58:49.088 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.lazada.android
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.089 1309 1309 I SystemServiceManager: Starting
com.android.server.LooperStatsService$Lifecycle
06-28 03:58:49.089 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.090 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:vivo flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.090 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.iqoo.logsystem
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.090 1309 1309 I SystemServerTiming: StartRollbackManagerService
06-28 03:58:49.091 1309 1309 I SystemServiceManager: Starting
com.android.server.rollback.RollbackManagerService
06-28 03:58:49.091 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.iqoo.aftersale.engineermode flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.091 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.SmartKey
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.092 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.engineercamera
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.093 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.docs flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.093 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.maps flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.094 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.modulemetadata flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.094 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.095 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cellbroadcastreceiver flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.096 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.webview
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.096 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.faceui
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.097 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.onetimeinitializer flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.097 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.videoeditor
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.097 1309 1309 I PackageWatchdog: Syncing state, reason: added new
observer
06-28 03:58:49.097 1309 1309 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-28 03:58:49.098 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 03:58:49.098 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.networkstack flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.099 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.byv.theships
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.099 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.server.telecom
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.100 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.syncadapters.contacts flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.101 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cellbroadcastservice flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.101 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.bbklog
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.102 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.keychain
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.103 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.camera
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.103 1309 1309 I SystemServerTiming:
StartNativeTombstoneManagerService
06-28 03:58:49.103 1309 1309 I SystemServiceManager: Starting
com.android.server.os.NativeTombstoneManagerService
06-28 03:58:49.103 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.chrome
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.104 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.unionpay
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.104 1309 1309 I SystemServerTiming: StartBugreportManagerService
06-28 03:58:49.104 1309 1309 I SystemServiceManager: Starting
com.android.server.os.BugreportManagerService
06-28 03:58:49.104 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.dialer
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.105 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.packageinstaller flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.105 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.gms
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.106 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.gsf
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.106 1309 1309 I SystemServerTiming: GpuService
06-28 03:58:49.106 1309 1309 I SystemServiceManager: Starting
com.android.server.gpu.GpuService
06-28 03:58:49.106 1309 1309 I MtkSystemServerImpl: startMtkCoreServices
06-28 03:58:49.106 1309 1309 I SystemServerTiming: startOtherServices
06-28 03:58:49.107 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.tts
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.107 1309 1309 I SystemServerTiming:
StartKeyAttestationApplicationIdProviderService
06-28 03:58:49.107 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.ss.android.ugc.trill
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.107 1309 1553 I SystemServerTimingAsync:
InitThreadPoolExec:SecondaryZygotePreload
06-28 03:58:49.107 1309 1553 I SystemServer: SecondaryZygotePreload
06-28 03:58:49.107 1309 1553 I SystemServerTimingAsync: SecondaryZygotePreload
06-28 03:58:49.108 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.wifi.resources
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.108 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.ywhy.xstksjdqs
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.108 1309 1309 I SystemServerTiming: StartKeyChainSystemService
06-28 03:58:49.108 1309 1309 I SystemServiceManager: Starting
com.android.server.security.KeyChainSystemService
06-28 03:58:49.109 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:jp.garud.ssimulator
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.109 1309 1309 I SystemServerTiming: StartSchedulingPolicyService
06-28 03:58:49.109 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.calllogbackup
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.110 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.partnersetup flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.110 1309 1553 E SystemServer: Unable to preload default resources
06-28 03:58:49.111 1309 1554 I SystemServerTimingAsync:
InitThreadPoolExec:SchedulingPolicyService.<init>
06-28 03:58:49.111 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cameraextensions flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.111 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.ohbibi.fps
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.111 1309 1309 I SystemServerTiming: StartTelecomLoaderService
06-28 03:58:49.111 1309 1309 I SystemServiceManager: Starting
com.android.server.telecom.TelecomLoaderService
06-28 03:58:49.112 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.localtransport
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.112 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.videos
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.113 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.carrierdefaultapp flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.114 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mojang.minecraftpe
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.114 1309 1309 I SystemServerTiming: StartTelephonyRegistry
06-28 03:58:49.114 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.networkstate
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.115 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.theme.font.notoserifsource flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.115 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.FrameworkResOverlayExt flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.116 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.proxyhandler
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.117 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.117 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.VideoPlayer
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.118 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.118 1309 1309 I SystemServerTiming: StartEntropyMixer
06-28 03:58:49.118 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.feedback
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.119 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.printservice.recommendation flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.120 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.Gongulus.SpreadLegs
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.120 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.calendar
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.121 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.vivo.doubletimezoneclock flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.121 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.managedprovisioning flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.121 1309 1309 I EntropyMixer: Writing entropy...
06-28 03:58:49.122 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.spotify.music
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.122 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.tethering flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.123 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.soundpicker
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.123 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.capctrl.service flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.124 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.nttouchscreen.getdata
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.124 1309 1309 I SystemServerTiming: StartAccountManagerService
06-28 03:58:49.125 1309 1309 I SystemServiceManager: Starting
com.android.server.accounts.AccountManagerService$Lifecycle
06-28 03:58:49.125 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.ertanto.kompas.official
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.125 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.katana
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.126 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.hit.master
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.127 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.partnerbookmarks flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.127 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.soneraltincit.cityfightvsstreetgang flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.128 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:net.upx.proxy.browser
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.128 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cellbroadcastreceiver.module flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.129 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.lite
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.130 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.system
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.130 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.networkimprove
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.131 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.132 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.epic_free_apps.graffiti_on_phone flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.132 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.audiofx
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.133 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.byril.stickmanarcher
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.134 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.photosgo flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.134 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.theme.resources
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.135 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.storagemanager
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.136 1309 1309 I SystemServerTiming: StartContentService
06-28 03:58:49.136 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.touchscreen.chipone.vivo_noise flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.136 1309 1309 I SystemServiceManager: Starting
com.android.server.content.ContentService$Lifecycle
06-28 03:58:49.137 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.138 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.bookmarkprovider flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.138 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.crazylabs.light.it.up
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.139 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.settings
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.140 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.networkstack.overlay flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.141 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.multinlp
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.141 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.tethering.inprocess flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.142 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.permissionconfig flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.142 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.carrierlocation
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.143 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.lbs.em2.ui
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.144 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.cts.ctsshim
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.144 1309 1309 I SystemServerTiming: InstallSystemProviders
06-28 03:58:49.145 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.145 1309 1309 I _V_VivoBroadcastQueueImpl: calling observe
method !
06-28 03:58:49.145 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.pixelbite.ga2
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.146 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.assistant flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.146 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.upslide
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.147 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.vpndialogs
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.148 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.gallery
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.148 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.notes
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.149 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.omacp
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.149 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.AimToMite.BerandalSekolah flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.150 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.phone
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.150 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.se.go
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.150 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.shell
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.151 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.wallpaperbackup
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.151 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.blockednumber flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.151 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.customtool
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.152 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.kayac.mannequinDownhill
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.152 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.email.partnerprovider flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.153 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.userdictionary flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.153 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.media.module flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.154 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vuclip.viu
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.154 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.154 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.emergency
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.155 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.shopee.id
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.155 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.hotspot2.osulogin flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.156 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.156 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.156 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.FMRadio
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.157 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.location.fused
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.157 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.deskclock
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.157 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.systemui
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.157 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.noodlecake.perfectgrind
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.158 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.158 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:android.overlay.vivoresrro
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.158 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.bluetoothmidiservice flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.158 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.kiloo.subwaysurf
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.159 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:my.one.studio.draw.graffiti
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.159 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.amap.android.location
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.159 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.rovio.angrybirdsfriends
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.160 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.appstore
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.160 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.appmanager
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.160 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.browser
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.160 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.traceur
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.160 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.moonvideo.android.resso
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.161 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.yozo.vivo.office
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.161 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.kayac.block_gladiator_3d flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.161 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:org.detikcom.rss
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.162 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.magazines flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.162 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.bluetooth
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.162 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.FDGEntertainment.BananaKong2.gp flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.162 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.contacts flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.163 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.captiveportallogin flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.163 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.calculator
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.163 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.kids.familylinkhelper flg=0x44000010 }
ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.164 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.164 1309 1422 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=1309 ,pkg=null
06-28 03:58:49.165 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.gbaservice
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.165 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.wapi.wapicertmanager
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.165 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.inputmethod.latin flg=0x44000010 } ordered=false
userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.166 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.kakarod.bighunter
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.166 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.gsma.rcs flg=0x44000010
} ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.166 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.simplelauncher
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.166 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.account
flg=0x44000010 } ordered=false userid=0 ,pid=1309 ,pkg=null
06-28 03:58:49.167 1309 1422 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.restore flg=0x44000010 } ordered=false userid=0
,pid=1309 ,pkg=null
06-28 03:58:49.167 1309 1422 W Looper : Slow dispatch took 179ms android.fg
h=android.os.Handler c=com.android.server.om.OverlayManagerService$
$ExternalSyntheticLambda2@aa8d6c3 m=0
06-28 03:58:49.195 1309 1309 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 03:58:49.289 1309 1431 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 35, .batteryVoltage = 3752, .batteryTemperature =
264, .batteryCurrent = -373, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 4000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
06-28 03:58:49.293 1309 1435 V ActivityManager: Broadcast: Intent
{ act=android.os.action.DISCHARGING flg=0x44000010 } ordered=false userid=-1 ,pid=-
1 ,pkg=null
06-28 03:58:49.359 1309 1309 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 03:58:49.376 1309 1422 W Looper : Slow dispatch took 202ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f73ca93 m=0
06-28 03:58:49.555 1309 1309 W _V_PackageManager: setEnabledSetting
packageName:com.android.shell className:com.android.shell.BugreportStorageProvider
newState:0 userId:0 callingPackage:null callingUid:1000 callingPid:1309
06-28 03:58:49.570 1309 1309 D ActivityManager: cgroup.freeze not present
06-28 03:58:49.571 1309 1445 D ActivityManager: Freezer disabled
06-28 03:58:49.571 1309 1309 I SystemServerTiming: StartDropBoxManager
06-28 03:58:49.572 1309 1309 I SystemServiceManager: Starting
com.android.server.DropBoxManagerService
06-28 03:58:49.573 1309 1309 I SystemServerTiming: StartRoleManagerService
06-28 03:58:49.574 1309 1309 I SystemServiceManager: Starting
com.android.role.RoleService
06-28 03:58:49.580 1309 1309 I SystemServerTiming: StartVibratorManagerService
06-28 03:58:49.580 1309 1309 I SystemServiceManager: Starting
com.android.server.vibrator.VibratorManagerService$Lifecycle
06-28 03:58:49.703 1309 1309 D _V_VibratorManagerService: Turn vibrator off
06-28 03:58:49.716 1309 1309 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:haptic_left_pressure_button_intensity
value:-1 pkg:android userId:0
06-28 03:58:49.717 1309 1309 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:haptic_right_pressure_button_intensity
value:-1 pkg:android userId:0
06-28 03:58:49.717 1309 1309 D _V_VivoVibratorManagerServiceImpl: leftRet --->
true rightRet ---> true
06-28 03:58:49.725 1309 1309 W SystemServiceManager: Service
com.android.server.vibrator.VibratorManagerService$Lifecycle took 144 ms in onStart
06-28 03:58:49.725 1309 1309 I SystemServerTiming: StartDynamicSystemService
06-28 03:58:49.726 1309 1309 I SystemServerTiming: StartConsumerIrService
06-28 03:58:49.730 1309 1309 I SystemServerTiming: StartAlarmManagerService
06-28 03:58:49.731 1309 1309 I MtkSystemServerImpl: startMtkAlarmManagerService
06-28 03:58:49.733 1309 1309 I SystemServiceManager: Starting
com.mediatek.server.MtkAlarmManagerService
06-28 03:58:49.736 1309 1309 I _V_VivoApexServiceFactory: Instance implClass
com.android.server.VivoApexServiceFactoryImpl
06-28 03:58:49.740 1309 1309 I _V_AlarmManager_Log: vendor alarm service impl.
06-28 03:58:49.751 1309 1309 I _V_AlarmManager: alarm imp onStart..
06-28 03:58:49.761 1309 1309 I SystemServerTiming: StartInputManagerService
06-28 03:58:49.764 1309 1309 I InputManager: Initializing input manager,
mUseDevInputEventForAudioJack=true
06-28 03:58:49.782 1309 1309 I _V_UntrustedTouchController: local file has exist
= false
06-28 03:58:49.782 1309 1309 I _V_UntrustedTouchController: initLocalConfig
mTrustedPackageLocalList = []
06-28 03:58:49.789 1309 1309 I SystemServerTiming: DeviceStateManagerService
06-28 03:58:49.789 1309 1309 I SystemServiceManager: Starting
com.android.server.devicestate.DeviceStateManagerService
06-28 03:58:49.793 1309 1425 D _V_ConfigurationManager:
/data/bbkcore/android_unTrustedDialog_trustedpackage.xml is null,just return file
content, no need decrypt file
06-28 03:58:49.794 1309 1309 D PowerManagerService: /proc/cmdline=console=tty0
console=ttyS0,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=ZDAEROCUVKZXCY7D
bootopt=64S3,32S1,32S1 product.version=PD2236F_EX_A_12.0.8.1.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.meta_log_disable=0 boot_silent=1 vivolog_flag=0 country_code=ID
product_version=PD2236LF_EX_A_12.0.8.0.W20.V000L1 oem_name=V000 factory_mode=0
tier=2 bbk_dp=0 androidboot.anti.sec_nonsec_reco=0,2,2
androidboot.anti.avb_anti_ver=2 mtk_printk_ctrl.disable_uart=1
androidboot.serialno=10DD3A024G000P4 bbk_pcb_version=MP_0.1
androidboot.product.hardware.sku=1011110011111 emmc_pns=Y2P032 emmc_size=29
boot_storage=E_X androidboot.bootreason=reboot gpt=1 usb2jtag_mode=0
androidboot.dtb_idx=0 androidboot.dtbo_idx=0
06-28 03:58:49.796 1309 1425 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
06-28 03:58:49.801 1309 1309 D DeviceStateManagerService: Notifying policy to
configure state: 0
06-28 03:58:49.801 1309 1423 D _V_DeviceStateProviderImpl:
handleSettingsChangedLocked mSleepAfterFoldPhone=true
06-28 03:58:49.802 1309 1309 D DeviceStateManagerService: Committing state:
DeviceState{identifier=0, name='DEFAULT'}
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: Failed to userActivity
because system not ready. WAIT!
06-28 03:58:49.804 1309 1309 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
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
com.android.server.power.PowerManagerService.userActivityInternal(PowerManagerServi
ce.java:1826)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
com.android.server.power.PowerManagerService$BinderService.userActivity(PowerManage
rService.java:5756)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
android.os.PowerManager.userActivity(PowerManager.java:1350)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
com.android.server.policy.DeviceStateProviderImpl.notifyDeviceStateChangedIfNeeded(
DeviceStateProviderImpl.java:510)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
com.android.server.policy.DeviceStateProviderImpl.setListener(DeviceStateProviderIm
pl.java:397)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
com.android.server.devicestate.DeviceStateManagerService.<init>(DeviceStateManagerS
ervice.java:180)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
com.android.server.devicestate.DeviceStateManagerService.<init>(DeviceStateManagerS
ervice.java:173)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
java.lang.reflect.Constructor.newInstance0(Native Method)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:177)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
com.android.server.SystemServer.startOtherServices(SystemServer.java:1692)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
com.android.server.SystemServer.run(SystemServer.java:1066)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
com.android.server.SystemServer.main(SystemServer.java:739)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
java.lang.reflect.Method.invoke(Native Method)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
06-28 03:58:49.804 1309 1309 D _V_DeviceStateProviderImpl: this is first wake
after silent reboot, so not to wake up
06-28 03:58:49.807 1309 1309 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:camera_rear_selfie_capture value:0
pkg:android userId:0
06-28 03:58:49.807 1309 1309 I SystemServerTiming: StartCameraServiceProxy
06-28 03:58:49.808 1309 1309 I SystemServiceManager: Starting
com.android.server.camera.CameraServiceProxy
06-28 03:58:49.811 1309 1309 E CameraService_proxy: mVivoCameraActionList size: 0
06-28 03:58:49.812 1309 1309 I SystemServerTiming: StartWindowManagerService
06-28 03:58:49.813 1309 1309 I SystemServiceManager: Starting phase 200
06-28 03:58:49.813 1309 1309 I SystemServerTiming: OnBootPhase_200
06-28 03:58:49.813 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.vivo.services.vgc.cbs.VivoCbsService
06-28 03:58:49.813 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.security.FileIntegrityService
06-28 03:58:49.813 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.Installer
06-28 03:58:49.813 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.os.DeviceIdentifiersPolicyService
06-28 03:58:49.813 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.uri.UriGrantsManagerService$Lifecycle
06-28 03:58:49.813 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.powerstats.PowerStatsService
06-28 03:58:49.813 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.wm.ActivityTaskManagerService$Lifecycle
06-28 03:58:49.813 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.am.ActivityManagerService$Lifecycle
06-28 03:58:49.814 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.DataLoaderManagerService
06-28 03:58:49.814 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.power.PowerManagerService
06-28 03:58:49.814 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.power.ThermalManagerService
06-28 03:58:49.814 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.power.hint.HintManagerService
06-28 03:58:49.814 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
06-28 03:58:49.814 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.lights.LightsService
06-28 03:58:49.814 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.display.DisplayManagerService
06-28 03:58:49.814 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.display.VivoDisplayStateService
06-28 03:58:49.814 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.verify.domain.DomainVerificationService
06-28 03:58:49.814 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.PackageInstallerService$Lifecycle
06-28 03:58:49.815 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.UserManagerService$LifeCycle
06-28 03:58:49.815 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.om.OverlayManagerService
06-28 03:58:49.815 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.SensorPrivacyService
06-28 03:58:49.815 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.sensors.SensorService
06-28 03:58:49.815 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.SystemConfigService
06-28 03:58:49.815 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.BatteryService
06-28 03:58:49.815 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.usage.UsageStatsService
06-28 03:58:49.815 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.webkit.WebViewUpdateService
06-28 03:58:49.815 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.CachedDeviceStateService
06-28 03:58:49.815 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.BinderCallsStatsService$LifeCycle
06-28 03:58:49.816 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.LooperStatsService$Lifecycle
06-28 03:58:49.816 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.rollback.RollbackManagerService
06-28 03:58:49.816 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.os.NativeTombstoneManagerService
06-28 03:58:49.816 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.os.BugreportManagerService
06-28 03:58:49.816 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.gpu.GpuService
06-28 03:58:49.816 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.security.KeyChainSystemService
06-28 03:58:49.816 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.telecom.TelecomLoaderService
06-28 03:58:49.816 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.accounts.AccountManagerService$Lifecycle
06-28 03:58:49.816 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.content.ContentService$Lifecycle
06-28 03:58:49.816 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.DropBoxManagerService
06-28 03:58:49.817 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.role.RoleService
06-28 03:58:49.817 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.vibrator.VibratorManagerService$Lifecycle
06-28 03:58:49.817 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.mediatek.server.MtkAlarmManagerService
06-28 03:58:49.817 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.devicestate.DeviceStateManagerService
06-28 03:58:49.817 1309 1309 I SystemServerTiming:
OnBootPhase_200_com.android.server.camera.CameraServiceProxy
06-28 03:58:49.825 1309 1309 I WindowManager: No existing display settings,
starting empty
06-28 03:58:49.825 1309 1309 I WindowManager: No existing display settings,
starting empty
06-28 03:58:49.922 1309 1425 E _V_VivoKeyguardOverlayController:
com.vivo.permissionmanager apk is not exsisted !
06-28 03:58:49.923 1309 1425 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:enable_koc_feature value:1 pkg:android
userId:0
06-28 03:58:49.931 1309 1571 D _V_WmsConfigLoader: loadLocalConfig.
06-28 03:58:49.937 1309 1425 D _V_VivoFreeformGesturesPointerEventListener:
isFreeformMinimizeOnce : false
06-28 03:58:49.946 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.zplay.migupopstar.vivo
06-28 03:58:49.947 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.lemon.lv
06-28 03:58:49.947 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.wedobest.xiangqi.vivo
06-28 03:58:49.947 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.organized
06-28 03:58:49.947 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.andouya
06-28 03:58:49.947 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.brianbaek.popstar
06-28 03:58:49.947 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.fenbi.android.zenglish
06-28 03:58:49.947 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sankuai.youxuan
06-28 03:58:49.948 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.kugou.android.elder
06-28 03:58:49.948 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.xiaobanlong.main
06-28 03:58:49.948 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.citiccard.mobilebank
06-28 03:58:49.948 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.letv.android.client
06-28 03:58:49.948 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.tencent.KiHan
06-28 03:58:49.948 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.baidu.video
06-28 03:58:49.948 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sitech.ac
06-28 03:58:49.949 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.tencent.peng
06-28 03:58:49.949 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.mfp.jelly.vivo
06-28 03:58:49.949 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.fenqile.fenqile
06-28 03:58:49.949 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.xiaomi.shop
06-28 03:58:49.949 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.soft.blued
06-28 03:58:49.949 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.bf.sgs.hdexp.vivo
06-28 03:58:49.949 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.kuwo.tingshu
06-28 03:58:49.950 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.og.danjiddz.vivo
06-28 03:58:49.950 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.outfit7.talkingtom2free.vivo
06-28 03:58:49.950 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.laifenqi.android.app
06-28 03:58:49.950 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.outfit7.mytalkinghankfree.vivo
06-28 03:58:49.950 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.damai
06-28 03:58:49.950 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.netease.dwrg5.vivo
06-28 03:58:49.950 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.midea.ai.appliances
06-28 03:58:49.950 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.baidu.wenku
06-28 03:58:49.950 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.qileyx.ddz2.vivo
06-28 03:58:49.951 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.shopping
06-28 03:58:49.951 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.mengtuiapp.mall
06-28 03:58:49.951 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.taobao.idlefish
06-28 03:58:49.951 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sankuai.meituan.takeoutnew
06-28 03:58:49.951 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.qidian.dldl.vivo
06-28 03:58:49.951 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
net.mobigame.zombietsunami.vivo
06-28 03:58:49.951 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.garden
06-28 03:58:49.951 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.yingxiong.hero.vivo
06-28 03:58:49.952 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.netease.avg.vivo
06-28 03:58:49.952 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.mygamez.hcr2.vivo
06-28 03:58:49.952 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.carrot.carrotfantasy
06-28 03:58:49.952 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.qiyi.video.pad
06-28 03:58:49.952 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.carrot.iceworld
06-28 03:58:49.952 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.care
06-28 03:58:49.952 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cc.quanben.novel
06-28 03:58:49.952 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.career
06-28 03:58:49.952 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.chef
06-28 03:58:49.952 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.magichouse
06-28 03:58:49.952 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.ultralisk.gameapp.game83.vivo
06-28 03:58:49.953 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.homeland
06-28 03:58:49.953 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.ultralisk.gameapp.game23.vivo
06-28 03:58:49.953 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
wb.gc.xmxx.zxb
06-28 03:58:49.953 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.adventure
06-28 03:58:49.953 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.zxscnew
06-28 03:58:49.953 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.spdbccc.app
06-28 03:58:49.953 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.miHoYo.bh3.vivo
06-28 03:58:49.953 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.taikang.tailife
06-28 03:58:49.953 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.htinns
06-28 03:58:49.954 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.cpic.sxbxxe
06-28 03:58:49.954 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.wanmei.wmsjjdb.vivo
06-28 03:58:49.954 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.tenengxing.tnxandroid
06-28 03:58:49.954 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.tencent.tmgp.supercell.clashofclans
06-28 03:58:49.954 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.miHoYo.Yuanshen
06-28 03:58:49.954 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.feiyu.carrot3.vivo
06-28 03:58:49.954 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.boxiang.friend.shmj
06-28 03:58:49.954 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.blizzard.wtcg.hearthstone
06-28 03:58:49.955 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.tencent.tmgp.cod
06-28 03:58:49.955 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.zhaopin.social
06-28 03:58:49.955 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.netease.mc.vivo
06-28 03:58:49.955 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
plus.H5A84F959
06-28 03:58:49.955 1309 1571 E _V_WmsConfigLoader: load mLocalFoldRebootList app
ccom.popcap.pvz2cthdbbg
06-28 03:58:49.958 1309 1425 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)
06-28 03:58:49.959 1309 1425 I _V_SplashStoreUtils: listAllPackage success. pack
size:0
06-28 03:58:49.960 1309 1425 W Looper : Slow dispatch took 135ms android.display
h=android.os.Handler c=android.os.Handler$BlockingRunnable@426d41e m=0
06-28 03:58:49.962 1309 1309 I SystemServerTiming: SetWindowManagerService
06-28 03:58:50.047 1309 1423 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_fullscreen_flag value:0 pkg:android userId:0
06-28 03:58:50.067 1309 1423 D _V_VivoRatioControllerUtilsImpl: StartObserver
unregisterReceiver err!
06-28 03:58:50.125 1309 1309 I _V_VivoDisplayPolicyImpl: getDefaultNavBar = 0,
isOverseas = true isVosProduct = true
06-28 03:58:50.184 1309 1309 D _V_BarAnimController: create BarAnimController
06-28 03:58:50.186 1309 1309 E _V_FakeBarSurfaceControl-FakeStatusBar: create
success 0
06-28 03:58:50.187 1309 1309 E _V_FakeBarSurfaceControl-FakeGestureBar: create
success 1
06-28 03:58:50.189 1309 1309 D _V_VivoFloatWindowManager: create
06-28 03:58:50.190 1309 1309 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
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: Failed to write to
/sys/rsc/rsc_svp
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: java.io.FileNotFoundException:
/sys/rsc/rsc_svp: open failed: ENOENT (No such file or directory)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
libcore.io.IoBridge.open(IoBridge.java:575)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
java.io.FileWriter.<init>(FileWriter.java:63)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
com.android.server.wm.BarAnimController.boostBarAnimThread(BarAnimController.java:1
70)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
com.android.server.wm.BarAnimController.access$100(BarAnimController.java:61)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
com.android.server.wm.BarAnimController$1.run(BarAnimController.java:159)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
android.os.Handler.handleCallback(Handler.java:938)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
android.os.Handler.dispatchMessage(Handler.java:99)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
android.os.Looper.loopOnce(Looper.java:233)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
android.os.Looper.loop(Looper.java:334)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
android.os.HandlerThread.run(HandlerThread.java:67)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
libcore.io.Linux.open(Native Method)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: at
libcore.io.IoBridge.open(IoBridge.java:561)
06-28 03:58:50.190 1309 1583 W _V_AnimationThread: ... 11 more
06-28 03:58:50.201 1309 1309 I ActivityTaskManager: Loaded persisted task ids for
user 0
06-28 03:58:50.222 1309 1309 I SystemServerTiming:
WindowManagerServiceOnInitReady
06-28 03:58:50.222 1309 1423 W Looper : Slow dispatch took 158ms android.ui
h=com.android.server.wm.DisplayPolicy$PolicyHandler
c=com.android.server.policy.VivoRatioControllerUtilsImpl$1@f63ffc4 m=0
06-28 03:58:50.224 1309 1423 D _V_VivoDisplayPolicyImpl: updateGameSwitchState...
06-28 03:58:50.224 1309 1423 W _V_ContentProviderHelper: Failed to find
provider:com.sohu.sogou.inputmethod.gameprovider for user 0
06-28 03:58:50.225 1309 1423 W ActivityThread: Failed to find provider info for
com.sohu.sogou.inputmethod.gameprovider (user not unlocked)
06-28 03:58:50.226 1309 1423 D _V_VivoDisplayPolicyImpl:
disableSwape:falsegamecube_shorten:false isGameMode:false
06-28 03:58:50.233 1309 1568 D _V_ConfigurationManager: get key from abe
06-28 03:58:50.233 1309 1568 D _V_ConfigurationManager: effectcipher : true false
06-28 03:58:50.239 1309 1568 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
06-28 03:58:50.248 1309 1425 D _V_DeviceStateManager: Don't send fold event
because this is not a foldable device!
06-28 03:58:50.251 1309 1543 V HistoricalRegistry: Interaction before persistence
initialized
06-28 03:58:50.253 1309 1423 V ActivityManager: Broadcast sticky: Intent
{ act=android.intent.action.HDMI_PLUGGED flg=0x44000010 (has extras) }
ordered=false userid=-1 ,pid=1309 ,pkg=android
06-28 03:58:50.271 1309 1423 I _V_VivoInputPolicy: initForVivo
06-28 03:58:50.290 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 1000, arg4: 0, name: android
06-28 03:58:50.329 1309 1423 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:aikey_version value:10 pkg:android
userId:0
06-28 03:58:50.330 1309 1423 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:aikey_disable_setting value:0 pkg:android
userId:0
06-28 03:58:50.360 1309 1423 W Looper : Slow dispatch took 131ms android.ui
h=android.os.Handler c=android.os.Handler$BlockingRunnable@15ca2c8 m=0
06-28 03:58:50.399 1309 1309 I ProtoLogViewerConfigReader: Loaded 598 log
definitions from /system/etc/protolog.conf.json.gz
06-28 03:58:50.401 1309 1309 I SystemServerTiming: StartInputManager
06-28 03:58:50.401 1309 1309 I InputManager: Starting input manager
06-28 03:58:50.401 1309 1593 I SystemServerTimingAsync:
InitThreadPoolExec:StartHidlServices
06-28 03:58:50.402 1309 1593 I SystemServerTimingAsync: StartHidlServices
06-28 03:58:50.412 1309 1309 I SystemServerTiming:
DisplayManagerWindowManagerAndInputReady
06-28 03:58:50.413 1309 1309 I SystemServerTiming: StartBluetoothService
06-28 03:58:50.413 1309 1309 I SystemServiceManager: Starting
com.android.server.BluetoothService
06-28 03:58:50.415 1309 1425 I LogicalDisplayMapper: Requesting Transition to
state: 0
06-28 03:58:50.415 1309 1566 I _V_VivoDisplayManagerServiceImpl:
onStateChangedBoost for fold
06-28 03:58:50.416 1309 1425 I LogicalDisplayMapper: Applying layout: [{addr:
{port=0}, dispId: 0(ON)}], Previous layout: [{addr: {port=0}, dispId: 0(ON)}]
06-28 03:58:50.442 1309 1309 D BluetoothManagerService: Loading stored name and
address
06-28 03:58:50.443 1309 1309 D BluetoothManagerService: Bluetooth persisted
state: 0
06-28 03:58:50.443 1309 1309 D BluetoothManagerService: Detected SystemUiUid:
10049
06-28 03:58:50.454 1309 1309 I SystemServerTiming: IpConnectivityMetrics
06-28 03:58:50.455 1309 1309 I SystemServiceManager: Starting
com.android.server.connectivity.IpConnectivityMetrics
06-28 03:58:50.458 1309 1309 I SystemServerTiming: NetworkWatchlistService
06-28 03:58:50.459 1309 1309 I SystemServiceManager: Starting
com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
06-28 03:58:50.471 1309 1309 I WatchlistSettings: Reload watchlist settings done
06-28 03:58:50.475 1309 1598 I WatchlistLoggingHandler: No need to aggregate
record yet.
06-28 03:58:50.475 1309 1598 I WatchlistLoggingHandler: Milliseconds spent on
tryAggregateRecords(): 1
06-28 03:58:50.477 1309 1309 D _V_VivoNetworkAnalyser: is oversea = true
06-28 03:58:50.479 1309 1309 I SystemServerTiming: PinnerService
06-28 03:58:50.479 1309 1309 I SystemServiceManager: Starting
com.android.server.PinnerService
06-28 03:58:50.480 1309 1309 V HistoricalRegistry: Interaction before persistence
initialized
06-28 03:58:50.482 1309 1309 I SystemServerTiming: IorapForwardingService
06-28 03:58:50.482 1309 1309 I SystemServiceManager: Starting
com.google.android.startop.iorap.IorapForwardingService
06-28 03:58:50.483 1309 1309 I SystemServerTiming: SignedConfigService
06-28 03:58:50.495 1309 1309 I SystemServerTiming: AppIntegrityService
06-28 03:58:50.499 1309 1309 I SystemServiceManager: Starting
com.android.server.integrity.AppIntegrityManagerService
06-28 03:58:50.502 1309 1309 E IntegrityFileManager: Error creating staging and
rules directory
06-28 03:58:50.510 1309 1309 I SystemServerTiming:
StartInputMethodManagerLifecycle
06-28 03:58:50.511 1309 1309 I SystemServiceManager: Starting
com.android.server.inputmethod.InputMethodManagerService$Lifecycle
06-28 03:58:50.531 1309 1309 D _V_InputMethodManagerService: mSecureImsOn:true
userId=0 ,mHasSecureIME=false
06-28 03:58:50.542 1309 1309 E SystemServiceRegistry: Manager wrapper not
available: clipboard
06-28 03:58:50.552 1309 1309 I _V_InputMethodManagerService: new normal
service=com.android.server.inputmethod.InputMethodManagerService@472c556
06-28 03:58:50.554 1309 1309 D _V_InputMethodManagerService: mSecureImsOn:true
userId=0 ,mHasSecureIME=false
06-28 03:58:50.556 1309 1309 E SystemServiceRegistry: Manager wrapper not
available: clipboard
06-28 03:58:50.559 1309 1309 I _V_SecInputMethodManagerService: new secure
service=com.android.server.inputmethod.InputMethodManagerService@eb94730
06-28 03:58:50.560 1309 1309 D _V_InputMethodManagerService: setSecFlag
mImms=com.android.server.inputmethod.InputMethodManagerService@472c556 ,mImmsB=com.
android.server.inputmethod.InputMethodManagerService@eb94730 ,mImmsNomal=com.androi
d.server.inputmethod.InputMethodManagerService@472c556 ,mImmsSecure=com.android.ser
ver.inputmethod.InputMethodManagerService@eb94730
06-28 03:58:50.561 1309 1309 D _V_SecInputMethodManagerService: setSecFlag
mImms=com.android.server.inputmethod.InputMethodManagerService@eb94730 ,mImmsB=com.
android.server.inputmethod.InputMethodManagerService@472c556 ,mImmsNomal=com.androi
d.server.inputmethod.InputMethodManagerService@472c556 ,mImmsSecure=com.android.ser
ver.inputmethod.InputMethodManagerService@eb94730
06-28 03:58:50.562 1309 1309 I SystemServerTiming:
StartAccessibilityManagerService
06-28 03:58:50.562 1309 1309 I SystemServiceManager: Starting
com.android.server.accessibility.AccessibilityManagerService$Lifecycle
06-28 03:58:50.577 1309 1309 I SystemServerTiming: MakeDisplayReady
06-28 03:58:50.586 1309 1309 I ActivityTaskManager: Config changes=20005df8
{1.0 ?mcc?mnc [in_ID] 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}
06-28 03:58:50.590 1309 1309 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [in_ID] 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}
06-28 03:58:50.593 1309 1309 I WindowManager: Override config changes=60007dfc
{1.0 ?mcc?mnc [in_ID] 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
06-28 03:58:50.598 1309 1309 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{2475a18 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=true sz=0}
06-28 03:58:50.674 1309 1309 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}
}
06-28 03:58:50.681 1309 1309 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} }
06-28 03:58:50.683 1309 1423 W Looper : Slow dispatch took 100ms android.ui
h=android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate c=null m=2
06-28 03:58:50.686 1309 1425 W Looper : Slow dispatch took 100ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H c=<recycled
PooledLambda@fddff3e> m=0
06-28 03:58:50.686 1309 1425 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.CONFIGURATION_CHANGED flg=0x70200010 } ordered=false
userid=-1 ,pid=1309 ,pkg=null
06-28 03:58:50.686 1309 1425 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.SPLIT_CONFIGURATION_CHANGED flg=0x61000010 }
ordered=false userid=-1 ,pid=1309 ,pkg=null
06-28 03:58:50.687 1309 1309 I ActivityTaskManager: Config changes=8 {1.0 ?mcc?
mnc [in_ID] 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}
06-28 03:58:50.690 1309 1309 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [in_ID] 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}
06-28 03:58:50.691 1309 1309 I WindowManager: Override config changes=8 {1.0 ?
mcc?mnc [in_ID] 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
06-28 03:58:50.694 1309 1309 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{2475a18 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=true sz=0}
06-28 03:58:50.695 1309 1309 I SystemServerTiming: StartStorageManagerService
06-28 03:58:50.696 1309 1309 I SystemServiceManager: Starting
com.android.server.StorageManagerService$Lifecycle
06-28 03:58:50.696 1309 1426 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
06-28 03:58:50.698 1309 1425 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.CONFIGURATION_CHANGED flg=0x70200010 } ordered=false
userid=-1 ,pid=1309 ,pkg=null
06-28 03:58:50.710 1309 1309 E _V_StorageManagerService: no
needGCPolicyInUserSpace
06-28 03:58:50.715 1309 1601 D StorageManagerService: Thinking about init,
mBootCompleted=false, mDaemonConnected=true
06-28 03:58:50.715 1309 1601 D StorageManagerService: Thinking about reset,
mBootCompleted=false, mDaemonConnected=true
06-28 03:58:50.717 1309 1601 D StorageManagerService: Thinking about init,
mBootCompleted=false, mDaemonConnected=true
06-28 03:58:50.717 1309 1601 D StorageManagerService: Thinking about reset,
mBootCompleted=false, mDaemonConnected=true
06-28 03:58:50.718 1309 1309 V _V_StorageManagerService: initNotification
06-28 03:58:50.718 1309 1309 I SystemServerTiming: StartStorageStatsService
06-28 03:58:50.719 1309 1309 I SystemServiceManager: Starting
com.android.server.usage.StorageStatsService$Lifecycle
06-28 03:58:50.719 1309 1423 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
06-28 03:58:50.725 1309 1423 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{android:1aaa433 u0
RatioSwitchButtonView} task=null
06-28 03:58:50.726 1309 1423 D _V_VivoDisplayPolicyImpl:
DEBUG_RATIOSWITCH:prepareAddWindowLw mRatioSwitch=Window{android:1aaa433 u0
RatioSwitchButtonView}
06-28 03:58:50.732 1309 1426 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
06-28 03:58:50.735 1309 1309 I _V_StorageMgrImpl:
sIsCheckFileExistsFuncLoaded:true
06-28 03:58:50.740 1309 1309 D _V_StorageMgrImpl: checkFileExists
filePath:/data/misc/vold/user_keys/de/0, result:1
06-28 03:58:50.740 1309 1309 I SystemServerTiming: StartUiModeManager
06-28 03:58:50.740 1309 1309 I SystemServiceManager: Starting
com.android.server.UiModeManagerService
06-28 03:58:50.746 1309 1604 I SystemServerTimingAsync:
InitThreadPoolExec:UiModeManager.onStart
06-28 03:58:50.749 1309 1309 I SystemServerTiming: UpdatePackagesIfNeeded
06-28 03:58:50.749 1309 1309 I Watchdog: Pausing HandlerChecker: main thread for
reason: dexopt. Pause count: 1
06-28 03:58:50.753 1309 1423 I WindowManager: Relayout Window{android:1aaa433 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
06-28 03:58:50.754 1309 1426 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
06-28 03:58:50.764 1309 1309 D _V_PackageManager: topFgTimeList:
[com.google.android.youtube, com.ss.android.ugc.trill, com.dts.freefireth,
com.android.chrome, vh.one, com.mojang.minecraftpe, com.ohbibi.fps,
jp.garud.ssimulator, vh.fightclub.allstars, com.wildspike.wormszone, jpark.AOS5,
net.upx.proxy.browser, com.kwai.bulldog, com.kayac.mannequinDownhill,
com.google.android.apps.searchlite, com.turbo.stars, com.byv.TheCatapult2,
badminton.king.sportsgame.smash, com.kiloo.subwaysurf,
com.kayac.block_gladiator_3d, com.netease.ddsfna, com.android.vending,
com.time.trigger, com.byril.stickmanarcher, com.byv.theships, com.hit.master,
com.humtr.lewz, com.soneraltincit.cityfightvsstreetgang, com.kajokangin.indosaham,
com.vivo.gallery, com.turborilla.bmx2, com.noodlecake.perfectgrind,
com.YsoCorp.FuryCars, com.android.camera, com.google.android.gms,
com.crazylabs.light.it.up, com.tatemgames.ragdollfall, com.ywhy.xstksjdqs,
jp.co.dwango.HcgDW011GomugomuBattle, com.SLOWMO.CrowdDefense,
com.kakarod.bighunter, com.simejikeyboard, org.detikcom.rss,
com.AimToMite.BerandalSekolah, com.rovio.angrybirdsfriends, com.vivo.appstore,
my.one.studio.draw.graffiti, com.Gongulus.SpreadLegs, com.lazada.android,
com.kwalee.muddertrucker3d, com.artlife.coloringbook, megaappx.esportlogomaker,
com.FDGEntertainment.BananaKong2.gp, com.ertanto.kompas.official,
com.epic_free_apps.graffiti_on_phone, musicplayer.musicapps.music.mp3player,
com.bbk.theme, com.google.android.tts, com.pixelbite.ga2,
com.iqoo.user.engineermode, com.google.android.permissioncontroller,
com.spotify.music, com.vivo.notes, com.vivo.calculator]
06-28 03:58:50.765 1309 1309 D _V_PackageManager: add speed-
profile:Package{62715dd com.google.android.youtube}
06-28 03:58:50.765 1309 1309 D _V_PackageManager: add speed-
profile:Package{5493766 com.ss.android.ugc.trill}
06-28 03:58:50.765 1309 1309 D _V_PackageManager: add speed-
profile:Package{d3bd552 com.dts.freefireth}
06-28 03:58:50.765 1309 1309 D _V_PackageManager: add speed-
profile:Package{ce50023 com.android.chrome}
06-28 03:58:50.765 1309 1309 D _V_PackageManager: add speed-
profile:Package{19de920 vh.one}
06-28 03:58:50.765 1309 1309 D _V_PackageManager: add speed-
profile:Package{c0432d9 com.mojang.minecraftpe}
06-28 03:58:50.765 1309 1309 D _V_PackageManager: add speed-
profile:Package{21df49e com.ohbibi.fps}
06-28 03:58:50.765 1309 1309 D _V_PackageManager: add speed-
profile:Package{77d7b7f jp.garud.ssimulator}
06-28 03:58:50.765 1309 1309 D _V_PackageManager: add speed-
profile:Package{f48774c vh.fightclub.allstars}
06-28 03:58:50.765 1309 1309 D _V_PackageManager: add speed-
profile:Package{6fc2395 com.wildspike.wormszone}
06-28 03:58:50.766 1309 1309 D _V_PackageManager: add speed-
profile:Package{670bcaa jpark.AOS5}
06-28 03:58:50.766 1309 1309 D _V_PackageManager: add speed-
profile:Package{cf8509b net.upx.proxy.browser}
06-28 03:58:50.766 1309 1309 D _V_PackageManager: add speed-
profile:Package{2c73dc4 com.kwai.bulldog}
06-28 03:58:50.766 1309 1309 D _V_PackageManager: add speed-
profile:Package{12bbc38 com.kayac.mannequinDownhill}
06-28 03:58:50.766 1309 1309 D _V_PackageManager: add speed-
profile:Package{e486411 com.google.android.apps.searchlite}
06-28 03:58:50.766 1309 1309 D _V_PackageManager: add speed-
profile:Package{975f976 com.turbo.stars}
06-28 03:58:50.766 1309 1309 D _V_PackageManager: add speed-
profile:Package{815b77 com.byv.TheCatapult2}
06-28 03:58:50.766 1309 1309 D _V_PackageManager: add speed-
profile:Package{5fc63e4 badminton.king.sportsgame.smash}
06-28 03:58:50.766 1309 1309 D _V_PackageManager: add speed-
profile:Package{93e304d com.kiloo.subwaysurf}
06-28 03:58:50.766 1309 1309 D _V_PackageManager: add speed-
profile:Package{ac03702 com.kayac.block_gladiator_3d}
06-28 03:58:50.767 1309 1309 D _V_PackageManager: add speed-
profile:Package{2263813 com.netease.ddsfna}
06-28 03:58:50.767 1309 1309 D _V_PackageManager: add speed-
profile:Package{10dda50 com.android.vending}
06-28 03:58:50.767 1309 1309 D _V_PackageManager: add speed-
profile:Package{54a8449 com.time.trigger}
06-28 03:58:50.767 1309 1309 D _V_PackageManager: add speed-
profile:Package{e7ec14e com.byril.stickmanarcher}
06-28 03:58:50.767 1309 1309 D _V_PackageManager: add speed-
profile:Package{b32426f com.byv.theships}
06-28 03:58:50.767 1309 1309 D _V_PackageManager: add speed-
profile:Package{57e4b7c com.hit.master}
06-28 03:58:50.767 1309 1309 D _V_PackageManager: add speed-
profile:Package{fae1c05 com.humtr.lewz}
06-28 03:58:50.767 1309 1309 D _V_PackageManager: add speed-
profile:Package{a89a45a com.soneraltincit.cityfightvsstreetgang}
06-28 03:58:50.768 1309 1309 D _V_PackageManager: add speed-
profile:Package{44a968b com.kajokangin.indosaham}
06-28 03:58:50.768 1309 1309 D _V_PackageManager: add speed-
profile:Package{822a368 com.vivo.gallery}
06-28 03:58:50.773 1309 1309 D _V_PackageManager: #1: speed-profile
for:Package{62715dd com.google.android.youtube}
06-28 03:58:50.785 1309 1423 D FtDeviceInfo: No
sys/module/hall_sensor/parameters/hall_status exception=
java.io.FileNotFoundException: sys/module/hall_sensor/parameters/hall_status: open
failed: ENOENT (No such file or directory)
06-28 03:58:50.786 1309 1423 D FtDeviceInfo:
sys/module/hall_sensor/parameters/hall_status :
06-28 03:58:50.826 1309 1423 D _V_BootMessageFullDialog: get logo successful
06-28 03:58:50.876 1309 1423 D _V_VivoInputManager: isTrustedWindow result=
false
06-28 03:58:50.878 1309 1423 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{android:a5bafd3 u0 Mengupdate
ponsel…} task=null
06-28 03:58:50.881 1309 1426 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
06-28 03:58:50.889 1309 1423 D _V_FingerprintUnlockController:
onBootMessageDialogShown(true)
06-28 03:58:50.890 1309 1423 W Looper : Slow dispatch took 119ms android.ui
h=com.android.server.policy.PhoneWindowManager$PolicyHandler
c=com.android.server.policy.PhoneWindowManager$20@4c22209 m=0
06-28 03:58:50.893 1309 1423 I _V_TouchMotionHandler: handler onAttached
06-28 03:58:50.893 1309 1423 I _V_TouchMotionHandler: window type filtered
06-28 03:58:50.933 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 5, arg2: 1, arg3: -1, arg4: 0, name:
android.frameworks.sensorservice@1.0::ISensorManager
06-28 03:58:50.939 1309 1423 D _V_VivoDisplayContentImpl:
SystemAutoRecoverService not start yet~
06-28 03:58:50.941 1309 1423 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 03:58:50.945 1309 1423 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{android:a5bafd3 u0 Mengupdate ponsel…} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=true
06-28 03:58:50.950 1309 1423 I WindowManager: Relayout Window{android:a5bafd3 u0
Mengupdate ponsel…}: 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
06-28 03:58:50.952 1309 1426 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
06-28 03:58:50.955 1309 1426 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 1000; state: ENABLED
06-28 03:58:51.266 1309 1423 D _V_WindowManager: finishDrawingWindow:
Window{android:a5bafd3 u0 Mengupdate ponsel…} mDrawState=DRAW_PENDING
06-28 03:58:51.266 1309 1423 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@539fc27 mSyncState=0
06-28 03:58:51.267 1309 1423 W Looper : Slow dispatch took 376ms android.ui
h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver@1ae6ed4 m=0
06-28 03:58:51.270 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 03:58:51.278 1309 1423 W Looper : Slow delivery took 373ms android.ui
h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver@1ae6ed4 m=0
06-28 03:58:51.286 1309 1426 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
06-28 03:58:51.289 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 03:58:51.291 1309 1423 W Looper : Drained
06-28 03:58:51.309 1309 1426 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
06-28 03:58:51.314 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 03:58:51.322 1309 1426 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
06-28 03:58:51.335 1309 1309 D _V_PackageManager: #2: speed-profile
for:Package{5493766 com.ss.android.ugc.trill}
06-28 03:58:51.490 1309 1425 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{2475a18 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=true sz=0}
06-28 03:58:51.497 1309 1423 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=android.view.inputmethod.InputMethodManager$1@d3ec19f ,windowToken=android.v
iew.ViewRootImpl$W@243720d ,isPassword=false ,mIsSecImms=false
06-28 03:58:51.497 1309 1425 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 03:58:51.498 1309 1423 D _V_SafeScreenUtil: initPdProtectSetting
06-28 03:58:51.498 1309 1423 D _V_SafeScreenUtil: syncPasswordMode cause
exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void
com.vivo.services.autorecover.SystemAutoRecoverManagerInternal.notifyPasswordMode(b
oolean)' on a null object reference
06-28 03:58:51.498 1309 1423 D _V_SafeScreenUtil: syncPdMode set value = false
06-28 03:58:51.502 1309 1423 D _V_SafeScreenUtil: syncPdMode success, value:
false
06-28 03:58:51.502 1309 1426 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
06-28 03:58:51.505 1309 1423 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.view.inputmethod.InputMethodManager$1@d3ec19f inputContext=null
missingMethods= attribute=android.view.inputmethod.EditorInfo@5843d17
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_PAN windowFlags=#81810502 unverifiedTargetSdkVersion=31
06-28 03:58:51.508 1309 1425 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 03:58:51.511 1309 1423 V InputMethodManagerService: Unspecified window will
hide input
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: Unknown input method
from prefs: com.simejikeyboard/com.baidu.simeji.SimejiIME
06-28 03:58:51.512 1309 1423 W InputMethodManagerService:
java.lang.IllegalArgumentException: Unknown id:
com.simejikeyboard/com.baidu.simeji.SimejiIME
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
com.android.server.inputmethod.InputMethodManagerService.setInputMethodLocked(Input
MethodManagerService.java:3279)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
com.android.server.inputmethod.InputMethodManagerService.updateInputMethodsFromSett
ingsLocked(InputMethodManagerService.java:3259)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
com.android.server.inputmethod.InputMethodManagerService.startInputUncheckedLocked(
InputMethodManagerService.java:2580)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
com.android.server.inputmethod.InputMethodManagerService.startInputOrWindowGainedFo
cusInternalLocked(InputMethodManagerService.java:3967)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
com.android.server.inputmethod.VivoInputMethodManagerServiceImpl.startInputOrWindow
GainedFocus(VivoInputMethodManagerServiceImpl.java:579)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
com.android.server.inputmethod.InputMethodManagerService.startInputOrWindowGainedFo
cusInternal(InputMethodManagerService.java:3666)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
com.android.server.inputmethod.InputMethodManagerService.startInputOrWindowGainedFo
cus(InputMethodManagerService.java:3620)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
android.view.inputmethod.InputMethodManager.startInputInner(InputMethodManager.java
:2213)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
android.view.inputmethod.InputMethodManager$DelegateImpl.startInput(InputMethodMana
ger.java:622)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
android.view.inputmethod.InputMethodManager$DelegateImpl.startInputAsyncOnWindowFoc
usGain(InputMethodManager.java:705)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
android.view.ImeFocusController.onPostWindowFocus(ImeFocusController.java:171)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
android.view.ViewRootImpl.handleWindowFocusChanged(ViewRootImpl.java:3924)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
android.view.ViewRootImpl.access$1200(ViewRootImpl.java:268)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl(ViewRootImpl.java:5914)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:5806)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
android.os.Handler.dispatchMessage(Handler.java:106)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
android.os.Looper.loopOnce(Looper.java:233)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
android.os.Looper.loop(Looper.java:334)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
android.os.HandlerThread.run(HandlerThread.java:67)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
06-28 03:58:51.512 1309 1423 W InputMethodManagerService: at
com.android.server.UiThread.run(UiThread.java:45)
06-28 03:58:51.514 1309 1426 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
06-28 03:58:51.999 1309 1441 D _V_SafeScreenUtil: mReadConfigRunnable!
06-28 03:58:51.999 1309 1441 D _V_SafeScreenUtil: start
updateSafeScreenSwitchFromUCS
06-28 03:58:52.000 1309 1441 D _V_SafeScreenUtil: ERROR OPEN DB!!!
e=java.lang.IllegalArgumentException: Attempt to launch content provider before
system ready
06-28 03:58:56.867 1309 1501 W PackageManager: Preserving older settings backup
06-28 03:58:58.966 1309 1543 W OverlayManager: service 'idmap' died
06-28 03:59:20.777 1309 1424 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 03:59:20.777 1309 1424 W _V_VivoAmsImpl: mCallingPidFilter=1309,
mCallingUidFilter=1000
06-28 03:59:20.781 1309 1452 V ActivityManager: Broadcast: Intent
{ act=com.vivo.abe.third.lifecontrol flg=0x40000010 (has extras) } ordered=false
userid=-1 ,pid=1309 ,pkg=null
06-28 04:00:02.520 1309 1605 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 35, .batteryVoltage = 3755, .batteryTemperature =
265, .batteryCurrent = -365, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 12000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
06-28 04:00:06.195 1309 1309 D _V_PackageManager: #3: speed-profile
for:Package{d3bd552 com.dts.freefireth}
06-28 04:00:09.472 1309 1309 D _V_PackageManager: #4: speed-profile
for:Package{ce50023 com.android.chrome}
06-28 04:00:15.483 1309 1309 D _V_PackageManager: #5: speed-profile
for:Package{19de920 vh.one}
06-28 04:00:34.376 1309 1309 D _V_PackageManager: #6: speed-profile
for:Package{c0432d9 com.mojang.minecraftpe}
06-28 04:00:45.536 1309 1309 D _V_PackageManager: #7: speed-profile
for:Package{21df49e com.ohbibi.fps}
06-28 04:00:59.863 1309 1309 D _V_PackageManager: #8: speed-profile
for:Package{77d7b7f jp.garud.ssimulator}
06-28 04:01:10.490 1309 1309 D _V_PackageManager: #9: speed-profile
for:Package{f48774c vh.fightclub.allstars}
06-28 04:04:32.615 1309 1309 E UpdatableFontDir: Failed to lookup font file that
has GoogleSans-Bold
06-28 04:04:32.615 1309 1309 E UpdatableFontDir: Failed to lookup font file that
has GoogleSansText-Regular
06-28 04:04:32.615 1309 1309 E UpdatableFontDir: Failed to lookup font file that
has GoogleSans-Medium
06-28 04:04:32.615 1309 1309 E UpdatableFontDir: Failed to lookup font file that
has GoogleSansText-Medium
06-28 04:04:32.615 1309 1309 E UpdatableFontDir: Failed to lookup font file that
has GoogleSans-Regular
06-28 04:04:32.615 1309 1309 E UpdatableFontDir: Failed to lookup font file that
has GoogleSansText-Bold
06-28 04:04:34.465 1309 1309 E WiredAccessoryManager: file
/sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon3/name not found
06-28 04:04:34.466 1309 1309 E WiredAccessoryManager: file
/sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon2/name not found
06-28 04:04:34.467 1309 1309 E WiredAccessoryManager: file
/sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon1/name not found
06-28 04:04:34.468 1309 1309 E WiredAccessoryManager: file
/sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon0/name not found
06-28 04:04:34.486 1309 1433 E UsbDeviceManager: failed to write to
/sys/class/android_usb/android0/f_rndis/ethaddr
06-28 04:04:34.491 1309 1433 E UsbDeviceManager: Failed to open control for mtp
06-28 04:04:34.492 1309 1433 E UsbDeviceManager: Failed to open control for ptp
06-28 04:04:34.652 1309 1309 E _V_VivoLcmUtils: Can't find
file:/system/etc/LcmConfig/LcmSreConfig.json
06-28 04:04:34.653 1309 1309 E _V_VivoLcmUtils: parseLcmConfigJson conf null, use
default hard code conf.
06-28 04:04:34.653 1309 1309 E _V_VivoLcmUtils: parseLcmConfigJson conf null, use
default hard code conf.
06-28 04:04:34.653 1309 1309 E _V_VivoLcmUtils: parseLcmConfigJson conf null, use
default hard code conf.
06-28 04:04:34.653 1309 1309 E _V_VivoLcmSre: getLcmConfigObject found empty
object
06-28 04:04:34.653 1309 1309 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm/sre_enable: open failed: ENOENT (No such file or directory)
06-28 04:04:34.653 1309 1309 E _V_VivoLcmSre: This product have not enable sre
for main screen
06-28 04:04:34.653 1309 1309 E _V_VivoLcmSre: VivoLcmSre init failed
06-28 04:04:34.655 1309 1309 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm1/vivo_esd_check_enable: open failed: ENOENT (No such file or directory)
06-28 04:04:34.690 1309 1309 E _V_VivoLcmUtils: the readKernelNode
is:sys/lcm/ltpo_mode: open failed: ENOENT (No such file or directory)
06-28 04:04:34.864 1309 2245 E _V_VivoNightModeService: inNightModeFilter error
android.content.pm.PackageManager$NameNotFoundException: com.instagram.android
06-28 04:04:34.943 1309 1309 E _V_Sensor_AppTypeManager: init scene
AppChangeScene!
06-28 04:04:35.173 1309 1309 E AuthService: HIDL fingerprint configuration
exists, but FingerprintService is null.
06-28 04:04:35.259 1309 1309 E AutofillManagerServiceImpl: Bad service name:
com.google.android.gms/.autofill.service.AutofillService
06-28 04:04:35.279 1309 1309 E MtkSystemServerImpl:
com.mediatek.fmradio.FmRadioPackageManager not found
06-28 04:04:35.620 1309 1309 E StatsPullAtomCallbackImpl: Failed to start
PowerStatsService statsd pullers
06-28 04:04:35.626 1309 1309 E BatteryStatsService: Could not register
PowerStatsInternal
06-28 04:04:35.744 1309 1309 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:35.993 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:36.014 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:36.087 1309 1309 E DisplayPowerController[0]: failed to set up
display white-balance: java.lang.IllegalStateException: cannot find sensor
com.google.sensor.color
06-28 04:04:36.115 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:36.126 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:36.137 1309 2323 E _V_Sensor_FactoryConfig: parseLcmBrightnessJson
06-28 04:04:36.137 1309 2323 E _V_Sensor_JsonObjectOperate: Can't find
file:/system/etc/SensorConfig/LcmBrightnessLevel.json
06-28 04:04:38.434 1309 1309 E DefaultPermGrantPolicy: Package not found:
com.vivo.tws.vivotws
06-28 04:04:38.435 1309 1309 E DefaultPermGrantPolicy: Package not found:
com.android.vivo.tws.vivotws
06-28 04:04:38.438 1309 1309 E DefaultPermGrantPolicy: Package not found:
com.google.android.apps.actionsservice
06-28 04:04:38.469 1309 1309 E _V_VivoPermManagerImpl: PackageNot found:
com.tencent.tmgp.sgame
06-28 04:04:38.470 1309 1309 E _V_VivoPermManagerImpl: PackageNot found:
com.tencent.tmgp.pubgmhd
06-28 04:04:38.479 1309 1425 E DisplayModeDirector: Asked about unknown display,
returning empty display mode specs!(id=0)
06-28 04:04:38.479 1309 1425 E DisplayModeDirector: Asked about unknown display,
returning empty display mode specs!(id=0)
06-28 04:04:38.484 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:38.579 1309 1309 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:39.432 1309 1428 E _V_VivoWatchdogImpl: Get ANRManager error
06-28 04:04:41.825 1309 1309 E _V_WindowManager: check default
home,preferredHome:ActivityInfo{c745e86 com.android.launcher3.Launcher}
06-28 04:04:41.887 1309 1435 E CountryDetector: Could not instantiate the custom
country detector class
06-28 04:04:42.283 1309 1309 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:42.298 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:42.461 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:42.573 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:42.823 1309 1419 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:42.829 1309 1419 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:42.856 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:42.871 1309 1542 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:42.881 1309 1309 E _V_ANRManager: mPackageName = android, Get anr
service = com.android.server.am.anr.ANRManagerService@6fbf49c
06-28 04:04:42.898 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:42.905 1309 1542 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:43.055 1309 1542 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:43.082 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:43.094 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:43.118 1309 1309 E _V_VivoWatchdogImpl: main thread block: 8688ms
06-28 04:04:43.119 1309 1309 E _V_VivoWatchdogImpl: main thread block: 8701ms
06-28 04:04:43.119 1309 1309 E _V_VivoWatchdogImpl: main thread block: 8701ms
06-28 04:04:43.126 1309 2253 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
06-28 04:04:43.126 1309 2253 E _V_Sensor_AppTypeManager: arraySize <= 3!
06-28 04:04:43.223 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-28 04:04:43.223 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-28 04:04:43.345 1309 1309 E AutofillManagerServiceImpl: Bad service name:
com.google.android.gms/.autofill.service.AutofillService
06-28 04:04:43.354 1309 2739 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:43.444 1309 2739 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:43.645 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:43.687 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:43.749 1309 1542 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:43.764 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:43.835 1309 1425 E PowerStatsService: Failed to start
PowerStatsService loggers
06-28 04:04:43.881 1309 1425 E _V_UsbDeviceManager: Whitelist keywords cursor is
null
06-28 04:04:44.336 1309 1426 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:44.874 1309 1476 E _V_PowerDataReport: The current time is less than
the last time, so failed
06-28 04:04:44.962 1309 1423 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:45.000 1309 1423 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
06-28 04:04:47.404 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:04:47.486 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:04:47.488 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:04:47.489 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:04:47.489 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-28 04:04:47.494 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:04:47.496 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:04:47.499 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:04:47.499 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:04:47.521 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:04:47.521 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:04:47.531 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:04:47.531 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:04:47.673 1309 1309 I Telecom : mq: Registering broadcast receiver:
android.content.IntentFilter@e5b3c80
06-28 04:04:47.673 1309 1309 I Telecom : mq: Registering broadcast receiver:
android.content.IntentFilter@447f2b9
06-28 04:04:48.305 1309 2229 E BackupPasswordManager: Unable to read backup pw
version
06-28 04:04:48.306 1309 2229 E BackupPasswordManager: Unable to read saved backup
pw hash
06-28 04:04:48.595 1309 1441 E _V_EmergencyBroadcastManager: start
getEmergencyBroadcastFromXmlFile
06-28 04:04:48.596 1309 1441 E _V_EmergencyBroadcastManager: end
getEmergencyBroadcastFromXmlFile
06-28 04:04:48.944 1309 2517 E DiscreteRegistry: Deleting file 1687812965531tl
06-28 04:04:48.960 1309 2253 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
06-28 04:04:48.961 1309 2253 E _V_Sensor_AppTypeManager: arraySize <= 3!
06-28 04:04:50.057 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:04:50.058 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:04:50.185 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{8569abc #u0a167/54
com.android.chrome/org.chromium.components.background_task_scheduler.internal.Backg
roundTaskJobService u=0 s=10167 TIME=-15s482ms:+20h46m47s488ms PERSISTED READY}
06-28 04:04:50.187 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{3ad9ecb #u0a151/10007
com.google.android.apps.nbu.files/.notifications.NotificationService u=0 s=10151
TIME=-15s483ms:-15s483ms CHARGING BATNOTLOW IDLE PERSISTED READY}
06-28 04:04:50.188 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{a818166 #u0a101/3000
com.facebook.appmanager/com.facebook.preloads.platform.common.periodicwork.Periodic
WorkJobService u=0 s=10101 TIME=-15s483ms:-15s483ms CHARGING IDLE PERSISTED READY}
06-28 04:04:50.188 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{84d3615 #u0a110/11012
com.vivo.weather.provider/.dataParse.WeatherHandleJobService u=0 s=10110
TIME=none:-1s202ms READY}
06-28 04:04:50.798 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 04:04:56.359 1309 2165 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
06-28 04:05:04.840 1309 1445 E AppOps : attributionTag TZManagerService not
declared in manifest of android
06-28 04:05:18.543 1309 3233 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
06-28 04:05:18.702 1309 3233 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
06-28 04:05:18.799 1309 3233 E AppOps : attributionTag not declared in manifest
of com.android.server.telecom
06-28 04:05:29.293 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:05:29.294 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:05:30.229 1309 5590 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.259 1309 5599 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.273 1309 2588 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:05:30.279 1309 5601 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.298 1309 5604 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.299 1309 5605 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.334 1309 5607 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.335 1309 5608 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.359 1309 5610 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.375 1309 5612 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.376 1309 5613 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.392 1309 3968 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:05:30.400 1309 5614 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.405 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:05:30.408 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:05:30.426 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:05:30.428 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:05:30.436 1309 4344 W _V_AlarmAlign: Do not set to kernel
06-28 04:05:30.455 1309 1423 D DeviceIdleController: Adding AppId 10169 to temp
whitelist. New entry: true
06-28 04:05:30.456 1309 1423 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10169, delay=20000
06-28 04:05:30.456 1309 1423 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10085, 10100, 10169]
06-28 04:05:30.457 1309 3946 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.marvin.talkback
06-28 04:05:30.458 1309 3946 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10169; state: DISABLED
06-28 04:05:30.459 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10169; state: ENABLED
06-28 04:05:30.470 1309 3946 I ActivityManager: Killing
3776:com.android.printspooler/u0a123 (adj 975): empty #17
06-28 04:05:30.474 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:05:30.487 1309 1423 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10085, 10100, 10169]
06-28 04:05:30.494 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:05:30.497 1309 1446 I ActivityManager: Start proc
5617:com.google.android.marvin.talkback/u0a169 for broadcast
{com.google.android.marvin.talkback/com.google.android.accessibility.talkback.BootR
eceiver}
06-28 04:05:30.502 1309 2588 W _V_AlarmAlign: Do not set to kernel
06-28 04:05:30.509 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:05:30.548 1309 2588 I _V_VivoCommonService: get info binder pid is :5524
06-28 04:05:30.588 1309 4072 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:05:30.599 1309 4076 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:05:30.605 1309 4076 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:05:30.738 1309 4069 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:05:30.749 1309 3946 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:05:30.825 1309 4069 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:05:30.835 1309 4069 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 04:05:30.842 1309 5640 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.850 1309 5642 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.899 1309 5643 I _V_ActivityManager: collectPssSampleEventTracking
06-28 04:05:30.909 1309 1418 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:05:40.325 1309 2174 E AppOps : attributionTag
wifiservice_sunrise_sunset not declared in manifest of android
06-28 04:05:40.413 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:05:42.541 1309 3233 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
06-28 04:05:42.543 1309 3233 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
06-28 04:05:45.473 1309 2253 E AppOps : attributionTag sensor not declared in
manifest of android
06-28 04:06:02.545 1309 1441 E _V_EmergencyBroadcastManager: start
readEmergencyBroadcastFromUnifiedConfig
06-28 04:06:02.569 1309 1441 E _V_EmergencyBroadcastManager: end
readEmergencyBroadcastFromUnifiedConfig
06-28 04:06:28.598 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-28 04:06:52.857 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-28 04:07:05.815 1309 2739 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 04:07:05.866 1309 1549 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10079, 10085, 10086, 10093, 10096, 10100, 10145, 10160,
10165, 10182]
06-28 04:07:05.887 1309 2338 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 04:07:05.910 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:05.957 1309 4075 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:05.984 1309 1549 D DeviceIdleController: handleMessage(15)
06-28 04:07:05.985 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:07:05.997 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:06.000 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:06.026 1309 4069 W _V_PackageManager: setEnabledSetting
packageName:com.vivo.website
className:androidx.work.impl.background.systemalarm.RescheduleReceiver newState:1
userId:0 callingPackage:null callingUid:10086 callingPid:8315
06-28 04:07:06.036 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:06.064 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-28 04:07:06.092 1309 1549 D DeviceIdleController: handleMessage(6)
06-28 04:07:06.092 1309 1549 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10145, timeNow=544113
06-28 04:07:06.092 1309 1549 D DeviceIdleController: Time to remove uid 10145:
544946
06-28 04:07:06.092 1309 1549 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10145, delay=833
06-28 04:07:06.098 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-28 04:07:13.437 1309 2704 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_cb value:1
pkg:com.google.android.gms userId:0
06-28 04:07:13.469 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:13.469 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:13.476 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:13.480 1309 4069 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 04:07:13.492 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:13.518 1309 4069 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.wallet.service.WalletGcmTaskService newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:3551
06-28 04:07:13.522 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:13.584 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:13.593 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:13.793 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:14.043 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:14.104 1309 4073 D BiometricService: canAuthenticate: User=0,
Caller=0, Authenticators=255
06-28 04:07:14.104 1309 4073 D BiometricService/PreAuthInfo: Package:
com.google.android.gms Sensor ID: 1 Modality: 8 Status: 4
06-28 04:07:14.104 1309 4073 D BiometricService/PreAuthInfo:
getCanAuthenticateInternal Modality: 8 AuthenticatorStatus: 4
06-28 04:07:14.105 1309 4073 D AuthService: canAuthenticate, userId: 0,
callingUserId: 0, authenticators: 255, result: 12
06-28 04:07:14.148 1309 1542 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.lgaayl.ConfirmLgaaylActivity newState:0
userId:0 callingPackage:null callingUid:10155 callingPid:3551
06-28 04:07:14.153 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:14.203 1309 2991 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:14.338 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:14.365 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:14.504 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:14.848 1309 2849 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:14.933 1309 1419 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:14.941 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:14.949 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:14.963 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:14.995 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:15.190 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:15.193 1309 1549 D DeviceIdleController: handleMessage(6)
06-28 04:07:15.193 1309 1549 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=553214
06-28 04:07:15.194 1309 1549 D DeviceIdleController: Time to remove uid 1001:
562336
06-28 04:07:15.195 1309 1549 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=9122
06-28 04:07:15.326 1309 4065 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 04:07:15.463 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:15.480 1309 1435 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:15.485 1309 2704 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #4036} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(1023 skipped)
06-28 04:07:15.566 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:15.693 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:15.731 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:15.742 1309 1435 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:15.886 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:15.952 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:15.988 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.021 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.067 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.070 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.087 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.158 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.173 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.174 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.180 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.221 1309 1418 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:16.285 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.298 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.322 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.376 1309 2531 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:16.379 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.399 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.515 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.522 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.527 1309 1542 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:16.567 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.594 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.603 1309 2991 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:16.606 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.609 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.612 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.634 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.638 1309 2531 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:16.734 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.747 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.750 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.771 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.873 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.883 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.901 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:16.911 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.003 1309 2991 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=21214, 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.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.app.net.NetworkUsageActivityAdvanced,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
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.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
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.trustlet.onbody.discovery.OnbodyPromotionActivity,
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.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.location.wearable.WearableLocationService,
com.google.android.gms.location.lgaayl.GoogleLocationSettingsChangedListener,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
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.auth.managed.ui.SetupWorkProfileActivity,
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.trustagent.discovery.OnbodyPromotionActivity,
com.google.android.gms.pay.bluetooth.service.PayBluetoothLeService,
com.google.android.gms.app.net.NetworkUsageActivity,
com.google.android.location.drivingmode.DrivingModeFrxActivity},
enabledComponents={com.google.android.gms.family.v2.create.FamilyCreationActivity,
com.google.android.gms.nearby.sharing.ReceiveSurfaceService,
com.google.android.gms.auth.account.mdm.GcmReceiverService,
com.google.android.gms.matchstick.net.MessagingService,
com.google.android.gms.thunderbird.config.EmergencyConfigContentProvider,
com.google.android.gms.autofill.ui.AutofillActivity,
com.google.android.gms.googlehelp.webview.GoogleHelpRe
06-28 04:07:17.004 1309 2991 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.presencemanager.service.START
pkg=com.google.android.gms } U=0: not found
06-28 04:07:17.005 1309 2531 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@e3b4ced
06-28 04:07:17.005 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.019 1309 2991 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=21214, 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.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.app.net.NetworkUsageActivityAdvanced,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
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.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
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.trustlet.onbody.discovery.OnbodyPromotionActivity,
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.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.location.wearable.WearableLocationService,
com.google.android.gms.location.lgaayl.GoogleLocationSettingsChangedListener,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
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.auth.managed.ui.SetupWorkProfileActivity,
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.trustagent.discovery.OnbodyPromotionActivity,
com.google.android.gms.pay.bluetooth.service.PayBluetoothLeService,
com.google.android.gms.app.net.NetworkUsageActivity,
com.google.android.location.drivingmode.DrivingModeFrxActivity},
enabledComponents={com.google.android.gms.family.v2.create.FamilyCreationActivity,
com.google.android.gms.nearby.sharing.ReceiveSurfaceService,
com.google.android.gms.auth.account.mdm.GcmReceiverService,
com.google.android.gms.matchstick.net.MessagingService,
com.google.android.gms.thunderbird.config.EmergencyConfigContentProvider,
com.google.android.gms.autofill.ui.AutofillActivity,
com.google.android.gms.googlehelp.webview.GoogleHelpRe
06-28 04:07:17.129 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.153 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.198 1309 1542 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:17.208 1309 1542 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:17.228 1309 2991 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:17.265 1309 2704 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:17.271 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.311 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.389 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.431 1309 2704 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 04:07:17.478 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.485 1309 2991 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:17.512 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.558 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.574 1309 2531 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 04:07:17.606 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.683 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.737 1309 2991 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:17.784 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.836 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.839 1309 2991 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.socialwifi.detection.SocialWifiDetectorActivity newState:2
userId:0 callingPackage:null callingUid:10199 callingPid:8509
06-28 04:07:17.845 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.866 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.869 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.925 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:17.929 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-28 04:07:18.018 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.075 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.082 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.089 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.106 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.132 1309 1431 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 34, .batteryVoltage = 3740, .batteryTemperature =
272, .batteryCurrent = -418, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 59000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
06-28 04:07:18.136 1309 1309 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
06-28 04:07:18.137 1309 1309 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
06-28 04:07:18.141 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:07:18.142 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:07:18.142 1309 1309 I DeviceIdleController: updateChargingLocked:
charging=false
06-28 04:07:18.213 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.226 1309 1418 I ActivityManager: Killing
7638:com.google.android.onetimeinitializer/u0a146 (adj 975): empty #17
06-28 04:07:18.492 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.503 1309 2991 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:18.558 1309 1418 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.mqttlite.MqttService
newState:1 userId:0 callingPackage:null callingUid:10199 callingPid:8509
06-28 04:07:18.682 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.683 1309 2991 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.socialwifi.detection.SocialWifiDetectorActivity newState:2
userId:0 callingPackage:null callingUid:10199 callingPid:8509
06-28 04:07:18.693 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:18.717 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.721 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:18.748 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:18.770 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:18.804 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:18.806 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.820 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:18.847 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.859 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:18.894 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.902 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:18.918 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:18.937 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.943 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:18.953 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:18.980 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:18.984 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.002 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.004 1309 2991 W ActivityManager: Background start not allowed:
service Intent { act=Orca.START
cmp=com.facebook.katana/com.facebook.mqttlite.MqttService (has extras) } to
com.facebook.katana/com.facebook.mqttlite.MqttService from pid=8509 uid=10199
pkg=com.facebook.katana startFg?=false
06-28 04:07:19.021 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.022 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.032 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.041 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.099 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.128 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.141 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.187 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.232 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.266 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.270 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.303 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.304 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.318 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.339 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.345 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.372 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.378 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.393 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.426 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.449 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.458 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.485 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.492 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.511 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.546 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.557 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.581 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.598 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.624 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.632 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.658 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.660 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.680 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.707 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.730 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.750 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.776 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.776 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.789 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.821 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.835 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.857 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.859 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.897 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.898 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.910 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.925 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:19.945 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:19.989 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.001 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.030 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:20.046 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.069 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:20.085 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.099 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.138 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.168 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:20.188 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.216 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:20.253 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:20.262 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.293 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:20.293 1309 2704 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ImplicitShareIntentHandlerDefaultAlias
newState:1 userId:0 callingPackage:null callingUid:10199 callingPid:8509
06-28 04:07:20.299 1309 2704 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.AddToStoryAlias newState:1 userId:0
callingPackage:null callingUid:10199 callingPid:8509
06-28 04:07:20.306 1309 1418 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToGroupsAlias newState:2 userId:0
callingPackage:null callingUid:10199 callingPid:8509
06-28 04:07:20.306 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.309 1309 2704 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToGroupsDisableSinglePhotoAlias
newState:2 userId:0 callingPackage:null callingUid:10199 callingPid:8509
06-28 04:07:20.330 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:20.333 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.385 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:20.388 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.439 1309 1423 D DeviceIdleController: Adding AppId 10199 to temp
whitelist. New entry: false
06-28 04:07:20.442 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.453 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.481 1309 1445 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{2d769d1 10199/u0 ReceiverList{fa040f8
8509 com.facebook.katana/10199/u0 remote:58cf05b}}
06-28 04:07:20.491 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.522 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.530 1309 1423 D DeviceIdleController: Adding AppId 10199 to temp
whitelist. New entry: false
06-28 04:07:20.538 1309 2991 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.574 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.589 1309 1423 D DeviceIdleController: Adding AppId 10238 to temp
whitelist. New entry: true
06-28 04:07:20.589 1309 1423 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10238, delay=20000
06-28 04:07:20.589 1309 1423 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10079, 10085, 10086, 10093, 10096, 10100, 10184,
10199, 10215, 10238]
06-28 04:07:20.616 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:20.617 1309 1446 I ActivityManager: Start proc
8981:com.flashkeyboard.leds/u0a238 for broadcast
{com.flashkeyboard.leds/com.android.inputmethod.latin.SystemBroadcastReceiver}
06-28 04:07:20.631 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.642 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.647 1309 2739 D JobServiceContext: doCallback of :
JobStatus{83295c2 #u0a199/-854430855
com.facebook.katana/com.facebook.battery.monitor.ContinuousBatteryMonitorService
u=0 s=10199 TIME=none:-100ms READY} v:VERB_EXECUTING
06-28 04:07:20.708 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.710 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:20.751 1309 1542 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:07:20.754 1309 2704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:07:20.766 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:20.847 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.848 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:20.972 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:20.982 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.020 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.049 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.052 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.070 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.072 1309 4065 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 04:07:21.091 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.105 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.143 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.145 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.167 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.221 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.239 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.244 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.262 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.312 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.350 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.363 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.405 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.430 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.434 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.450 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.470 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.480 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.489 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.511 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.514 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.521 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.523 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.532 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.549 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.550 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.571 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.597 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.631 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.647 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.655 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.676 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:21.682 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.699 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.732 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.741 1309 1418 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:21.758 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.783 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.794 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.842 1309 4065 W _V_ContentProviderHelper: Failed to find
provider:com.android.launcher3.cornermark.unreadbadge for user 0
06-28 04:07:21.853 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.868 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.880 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.890 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.899 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.901 1309 1419 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:21.914 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.918 1309 4065 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10199 callingPid:8509
06-28 04:07:21.927 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.942 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.954 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.966 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.976 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.987 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:21.999 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.006 1309 1419 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8509 callingUid:10199
06-28 04:07:22.010 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.029 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.072 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:22.072 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.084 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.126 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.145 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.157 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:22.173 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.232 1309 1419 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8981 callingUid:10238
06-28 04:07:22.232 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.289 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:22.293 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.306 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.314 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.325 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.360 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:22.372 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.393 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.402 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.436 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.447 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.467 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.502 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.514 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.534 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.549 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.564 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.576 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.578 1309 1549 D DeviceIdleController: handleMessage(6)
06-28 04:07:22.579 1309 1549 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10096, timeNow=560600
06-28 04:07:22.579 1309 1549 D DeviceIdleController: Time to remove uid 10096:
561572
06-28 04:07:22.579 1309 1549 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10096, delay=972
06-28 04:07:22.590 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.697 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:22.704 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.716 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.719 1309 1418 W _V_PackageManager: setEnabledSetting
packageName:com.flashkeyboard.leds
className:com.flashkeyboard.leds.ui.main.MainActivity newState:1 userId:0
callingPackage:null callingUid:10238 callingPid:8981
06-28 04:07:22.759 1309 4076 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:22.766 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.776 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.786 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.852 1309 2160 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.861 1309 1446 I ActivityManager: Start proc
9105:com.google.android.apps.docs/u0a194 for broadcast
{com.google.android.apps.docs/com.google.android.libraries.internal.growth.growthki
t.inject.GrowthKitBootCompletedBroadcastReceiver}
06-28 04:07:22.862 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.927 1309 4069 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.943 1309 4069 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:22.943 1309 4065 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:07:22.945 1309 4069 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:07:22.948 1309 4069 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:07:23.014 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:23.018 1309 4069 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:23.035 1309 4065 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.stagingground.Fb4aProfilePictureShareActivityAlias
newState:1 userId:0 callingPackage:null callingUid:10199 callingPid:8509
06-28 04:07:23.282 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:23.326 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:23.359 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:23.373 1309 1419 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 04:07:23.419 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:23.466 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:23.482 1309 4069 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:23.550 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:23.593 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:23.600 1309 1549 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10079, 10085, 10086, 10100, 10184, 10194, 10199, 10215,
10238]
06-28 04:07:23.602 1309 1549 D DeviceIdleController: handleMessage(6)
06-28 04:07:23.602 1309 1549 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10079, timeNow=561623
06-28 04:07:23.602 1309 1549 D DeviceIdleController: Removing uid 10079 from temp
whitelist
06-28 04:07:23.602 1309 1549 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10085, 10086, 10100, 10184, 10194, 10199, 10215,
10238]
06-28 04:07:23.606 1309 1549 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10085, 10086, 10100, 10184, 10194, 10199, 10215, 10238]
06-28 04:07:23.608 1309 1549 D DeviceIdleController: handleMessage(15)
06-28 04:07:23.608 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:07:23.609 1309 1549 D DeviceIdleController: handleMessage(15)
06-28 04:07:23.609 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:07:23.688 1309 1549 D DeviceIdleController: handleMessage(6)
06-28 04:07:23.688 1309 1549 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10100, timeNow=561710
06-28 04:07:23.689 1309 1549 D DeviceIdleController: Removing uid 10100 from temp
whitelist
06-28 04:07:23.689 1309 1549 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10085, 10086, 10184, 10194, 10199, 10215, 10238]
06-28 04:07:23.690 1309 1549 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10085, 10086, 10184, 10194, 10199, 10215, 10238]
06-28 04:07:23.692 1309 1549 D DeviceIdleController: handleMessage(15)
06-28 04:07:23.693 1309 1549 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10100; state: ENABLED
06-28 04:07:23.694 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:07:23.729 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:23.933 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:24.348 1309 1549 D DeviceIdleController: handleMessage(6)
06-28 04:07:24.348 1309 1549 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=562370
06-28 04:07:24.348 1309 1549 D DeviceIdleController: Removing uid 1001 from temp
whitelist
06-28 04:07:24.349 1309 1549 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10085, 10086, 10184, 10194, 10199, 10215, 10238]
06-28 04:07:24.403 1309 4069 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:24.410 1309 4069 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:24.415 1309 4069 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:24.848 1309 1549 D DeviceIdleController: Setting wakelock temp
whitelist to [10184, 10194, 10199, 10215, 10238]
06-28 04:07:24.859 1309 1549 D DeviceIdleController: handleMessage(15)
06-28 04:07:24.859 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:07:24.860 1309 1549 D DeviceIdleController: handleMessage(15)
06-28 04:07:24.860 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:07:24.861 1309 1549 D DeviceIdleController: handleMessage(15)
06-28 04:07:24.861 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:07:24.902 1309 4069 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=21214, 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.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.app.net.NetworkUsageActivityAdvanced,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
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.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
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.trustlet.onbody.discovery.OnbodyPromotionActivity,
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.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.location.wearable.WearableLocationService,
com.google.android.gms.location.lgaayl.GoogleLocationSettingsChangedListener,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
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.auth.managed.ui.SetupWorkProfileActivity,
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.trustagent.discovery.OnbodyPromotionActivity,
com.google.android.gms.pay.bluetooth.service.PayBluetoothLeService,
com.google.android.gms.app.net.NetworkUsageActivity,
com.google.android.location.drivingmode.DrivingModeFrxActivity},
enabledComponents={com.google.android.gms.family.v2.create.FamilyCreationActivity,
com.google.android.gms.nearby.sharing.ReceiveSurfaceService,
com.google.android.gms.auth.account.mdm.GcmReceiverService,
com.google.android.gms.matchstick.net.MessagingService,
com.google.android.gms.thunderbird.config.EmergencyConfigContentProvider,
com.google.android.gms.autofill.ui.AutofillActivity,
com.google.android.gms.googlehelp.webview.GoogleHelpRe
06-28 04:07:24.902 1309 4069 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
06-28 04:07:24.931 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:24.934 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:24.972 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.075 1309 4069 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:25.076 1309 4069 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.docs uid 10194, isRmsPreload = false, keepQuiet
=false
06-28 04:07:25.107 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.151 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.203 1309 1542 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 04:07:25.243 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.284 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.376 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.392 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.423 1309 1424 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
06-28 04:07:25.469 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.493 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:25.495 1309 1419 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
06-28 04:07:25.573 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.575 1309 1419 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.BOOT_COMPLETED flg=0x89000010 (has extras) } to
com.google.android.apps.kids.familylinkhelper/androidx.work.impl.background.systema
larm.RescheduleReceiver requires android.permission.RECEIVE_BOOT_COMPLETED due to
sender null (uid 1000)
06-28 04:07:25.597 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.613 1309 1446 I ActivityManager: Start proc
9245:com.google.android.apps.magazines/u0a192 for broadcast
{com.google.android.apps.magazines/com.google.apps.dots.android.newsstand.receiver.
BootReceiver}
06-28 04:07:25.649 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.678 1309 1542 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:07:25.761 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:25.765 1309 4069 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:25.793 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.842 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:25.846 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:25.865 1309 1418 I ActivityManager: Killing
7732:com.google.android.tts/u0a160 (adj 975): empty #17
06-28 04:07:25.964 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.096 1309 2531 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 04:07:26.102 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.198 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.259 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.263 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.275 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.295 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.338 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.352 1309 2991 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:26.355 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.392 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.439 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.484 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:07:26.544 1309 4076 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 04:07:26.662 1309 4069 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:26.740 1309 1446 I ActivityManager: Start proc
9323:com.google.android.apps.subscriptions.red/u0a187 for broadcast
{com.google.android.apps.subscriptions.red/com.google.android.libraries.internal.gr
owth.growthkit.tiktok.GrowthKitBootCompletedListener_Receiver}
06-28 04:07:26.754 1309 2849 W ActivityManager: Scheduling restart of crashed
service
com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabsConnectionServi
ce in 1000ms for connection
06-28 04:07:26.755 1309 2849 I ActivityManager: Killing
8065:com.android.chrome:sandboxed_process0:org.chromium.content.app.SandboxedProces
sService0:0/u0a167i-9000 (adj 0): isolated not needed
06-28 04:07:26.779 1309 2531 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=18202, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=1, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents=[], enabledComponents=[], vHidden=1}
06-28 04:07:26.829 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.836 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.847 1309 2589 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:07:26.850 1309 2589 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:07:26.852 1309 2589 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:07:26.890 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:26.906 1309 2589 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:26.910 1309 2589 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:26.973 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.049 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.091 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.170 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.304 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.354 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.406 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.439 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.467 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.510 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.550 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.651 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.659 1309 2531 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:27.734 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.793 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:27.834 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.051 1309 2221 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:28.139 1309 1423 D DeviceIdleController: Adding AppId 10187 to temp
whitelist. New entry: false
06-28 04:07:28.173 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.260 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.301 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.346 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.346 1309 4074 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:28.385 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.419 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.474 1309 1549 D DeviceIdleController: Setting wakelock temp
whitelist to [10187, 10192, 10194, 10199, 10238]
06-28 04:07:28.475 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.488 1309 1419 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.videos
06-28 04:07:28.488 1309 1419 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10190; state: DISABLED
06-28 04:07:28.490 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10190; state: DISABLED
06-28 04:07:28.553 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:07:28.554 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:07:28.555 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.559 1309 4074 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=20707, 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.apps.tiktok.sync.constraints.onnetworkconnected.OnNe
tworkConnectedConstraintReceiver_Receiver,
com.google.apps.tiktok.sync.impl.SyncBootReceiver_Receiver,
com.google.apps.tiktok.sync.constraints.oncharger.OnChargerConstraintReceiver_Recei
ver, com.google.apps.tiktok.sync.impl.gcm.SyncGmsPackageUpdatedReceiver_Receiver,
com.google.apps.tiktok.sync.constraints.onnetworkunmetered.OnNetworkUnmeteredConstr
aintReceiver_Receiver}, enabledComponents=[], vHidden=1}
06-28 04:07:28.605 1309 1419 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10190; state: DISABLED
06-28 04:07:28.638 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:28.642 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:28.671 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.703 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:28.739 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.779 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.818 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:28.901 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.002 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.014 1309 2531 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:29.048 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.091 1309 4074 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:29.091 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.266 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.474 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.658 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.730 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.755 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.766 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:29.767 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.777 1309 2531 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:29.780 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:29.782 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.804 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.810 1309 1419 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:29.845 1309 1419 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
06-28 04:07:29.845 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.926 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.978 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:29.982 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-28 04:07:30.025 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.069 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.074 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.077 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.130 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.134 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.144 1309 1419 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:30.145 1309 1419 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:30.152 1309 2531 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10 pkg=com.kwai.bulldog (has extras) }
06-28 04:07:30.155 1309 1423 D DeviceIdleController: Adding AppId 10190 to temp
whitelist. New entry: false
06-28 04:07:30.182 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.229 1309 2531 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 04:07:30.236 1309 1423 D DeviceIdleController: Adding AppId 10191 to temp
whitelist. New entry: true
06-28 04:07:30.236 1309 1423 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10191, delay=20000
06-28 04:07:30.236 1309 1423 D DeviceIdleController: Setting activity manager
temp whitelist to [10187, 10190, 10191, 10192, 10194, 10199, 10238]
06-28 04:07:30.237 1309 1419 I _V_ActivityManager: isSystemApp: false,
packageName: com.shopee.id
06-28 04:07:30.238 1309 1419 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10191; state: DISABLED
06-28 04:07:30.239 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10191; state: ENABLED
06-28 04:07:30.244 1309 1423 D DeviceIdleController: Setting wakelock temp
whitelist to [10187, 10190, 10191, 10192, 10194, 10199, 10238]
06-28 04:07:30.249 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:07:30.273 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.278 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.339 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.349 1309 2589 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 04:07:30.400 1309 2221 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:30.420 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.454 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.500 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.541 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.576 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.617 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.666 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.764 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.793 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.837 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.922 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:30.969 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.029 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.033 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.046 1309 2739 I ActivityManager: Killing
7082:com.google.android.apps.wellbeing/u0a150 (adj 925): empty #17
06-28 04:07:31.051 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.149 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.151 1309 2739 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:31.151 1309 2739 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:31.198 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.213 1309 2739 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-28 04:07:31.248 1309 1563 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:31.249 1309 1563 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:31.251 1309 1549 D DeviceIdleController: stepLightIdleStateLocked:
mLightState=1
06-28 04:07:31.251 1309 1549 D DeviceIdleController:
scheduleLightAlarmLocked(300000/60000)
06-28 04:07:31.252 1309 1563 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:31.258 1309 1563 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{aeefb38 com.android.providers.calendar} should
with permissions for security!!!
06-28 04:07:31.263 1309 1563 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.drive.ApiService.RESET_AFTER_BOOT flg=0x4
cmp=com.google.android.gms/.drive.api.ApiService (has extras) } U=0: not found
06-28 04:07:31.318 1309 1549 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10118; state: ENABLED
06-28 04:07:31.325 1309 1549 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10170; state: ENABLED
06-28 04:07:31.340 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.388 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.389 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.393 1309 1542 W _V_AlarmAlign: Do not set to kernel
06-28 04:07:31.477 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.518 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.561 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.674 1309 2589 I RescueParty: Starting to observe: [android,
com.android.providers.media.module], updated namespace: storage_native_boot
06-28 04:07:31.675 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:31.675 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android, com.android.providers.media.module]
06-28 04:07:31.675 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:31.675 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:31.678 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/storage_native_boot/fuse_enabled/transcode_compat_manifes
t/take_over_get_content/transcode_compat_stale/
06-28 04:07:31.699 1309 2517 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.
06-28 04:07:31.732 1309 2589 I ExplicitHealthCheckController: Explicit health
check service is unbound
06-28 04:07:31.776 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:31.784 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/runtime_native_boot/iorap_perfetto_enable/
iorapd_options/disable_lock_profiling/disable_cdex/iorap_blacklisted_packages/
iorap_readahead_enable/
06-28 04:07:31.797 1309 2589 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
06-28 04:07:31.982 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/netd_native/dot_validation_latency_factor/
dns_event_subsample_map/doh/keep_listening_udp/dot_query_timeout_ms/
parallel_lookup_sleep_time/retry_count/retransmission_time_interval/
parallel_lookup/dot_validation_latency_offset_ms/sort_nameservers/
06-28 04:07:31.992 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:32.126 1309 1542 I RescueParty: Starting to observe: [android],
updated namespace: connectivity
06-28 04:07:32.126 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:32.126 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
06-28 04:07:32.126 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:32.126 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-28 04:07:32.126 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:32.133 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:32.134 1309 1309 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
06-28 04:07:32.135 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 04:07:32.141 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is bound
06-28 04:07:32.144 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/connectivity/ip_reachability_ignore_incompleted_ipv6_defa
ult_router_version/ipclient_parse_netlink_events_version/
ipclient_garp_na_roaming_version/
ip_reachability_ignore_incompleted_ipv6_dns_server_version/
dhcp_ipv6_only_preferred_version/dhcp_restart_configuration_delay/
ip_reachability_mcast_resolicit_version/
data_stall_consecutive_dns_timeout_threshold/dhcp_ip_conflict_detect_version/
dhcp_init_reboot_version/dhcp_server_decline_version/
ipclient_gratuitous_na_version/dhcp_rapid_commit_version/dhcp_init_reboot_enabled/
ipclient_multicast_ns_version/dhcp_rapid_commit_enabled/
06-28 04:07:32.145 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
06-28 04:07:32.146 1309 1309 I ExplicitHealthCheckController: Service
initialized, syncing requests
06-28 04:07:32.146 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:32.146 1309 1309 D ExplicitHealthCheckController: Getting health
check supported packages
06-28 04:07:32.149 1309 1419 I ExplicitHealthCheckController: Explicit health
check supported packages []
06-28 04:07:32.149 1309 1419 D PackageWatchdog: Received supported packages []
06-28 04:07:32.149 1309 1419 D ExplicitHealthCheckController: Getting health
check requested packages
06-28 04:07:32.150 1309 1419 I ExplicitHealthCheckController: Explicit health
check requested packages []
06-28 04:07:32.151 1309 1419 I ExplicitHealthCheckController: No more health
check requests, unbinding...
06-28 04:07:32.151 1309 1542 I RescueParty: Starting to observe: [android,
com.google.android.permissioncontroller], updated namespace: permissions
06-28 04:07:32.151 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:32.151 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android, com.google.android.permissioncontroller]
06-28 04:07:32.151 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:32.151 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-28 04:07:32.152 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:32.152 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/permissions/auto_revoke_unused_threshold_millis2/
auto_revoke_check_frequency_millis/
06-28 04:07:32.156 1309 1419 I ExplicitHealthCheckController: Explicit health
check service is unbound
06-28 04:07:32.160 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:32.160 1309 1309 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
06-28 04:07:32.163 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 04:07:32.326 1309 2589 I RescueParty: Starting to observe: [android],
updated namespace: wifi
06-28 04:07:32.326 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:32.327 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
06-28 04:07:32.327 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:32.327 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-28 04:07:32.327 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:32.329 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/wifi/short_connection_nonlocal_count_min/
nonstationary_scan_rssi_valid_time_ms/
health_monitor_short_connection_duration_thr_ms/
disconnection_nonlocal_high_thr_percent/abnormal_disconnection_bugreport_enabled/
handle_rssi_organic_kernel_failures_enabled/
connection_failure_disconnection_high_thr_percent/
health_monitor_min_num_connection_attempt/health_monitor_min_rssi_thr_dbm/
report_bug_report_threshold_extra_ratio/
short_connection_nonlocal_high_thr_percent/connection_failure_high_thr_percent/
health_monitor_rssi_poll_valid_time_ms/stationary_scan_rssi_valid_time_ms/
connection_failure_disconnection_count_min/connection_failure_count_min/
assoc_rejection_high_thr_percent/health_monitor_ratio_thr_numerator/
oob_pseudonym_enabled/assoc_timeout_high_thr_percent/
abnormal_connection_failure_bugreport_enabled/bug_report_min_window_ms/
assoc_timeout_count_min/assoc_rejection_count_min/
health_monitor_fw_alert_valid_time_ms/auth_failure_high_thr_percent/
auth_failure_count_min/disconnection_nonlocal_count_min/
06-28 04:07:32.334 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:32.335 1309 1309 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
06-28 04:07:32.337 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 04:07:32.346 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is bound
06-28 04:07:32.349 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
06-28 04:07:32.349 1309 1309 I ExplicitHealthCheckController: Service
initialized, syncing requests
06-28 04:07:32.349 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:32.349 1309 1309 D ExplicitHealthCheckController: Getting health
check supported packages
06-28 04:07:32.353 1309 2589 I ExplicitHealthCheckController: Explicit health
check supported packages []
06-28 04:07:32.353 1309 2589 D PackageWatchdog: Received supported packages []
06-28 04:07:32.353 1309 2589 D ExplicitHealthCheckController: Getting health
check requested packages
06-28 04:07:32.355 1309 2589 I ExplicitHealthCheckController: Explicit health
check requested packages []
06-28 04:07:32.355 1309 2589 I ExplicitHealthCheckController: No more health
check requests, unbinding...
06-28 04:07:32.360 1309 2589 I ExplicitHealthCheckController: Explicit health
check service is unbound
06-28 04:07:32.372 1309 1542 I RescueParty: Starting to observe: [android],
updated namespace: settings_stats
06-28 04:07:32.373 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:32.373 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
06-28 04:07:32.373 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:32.373 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-28 04:07:32.373 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:32.374 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/settings_stats/SystemFeature__float_whitelist/
SecureFeature__float_whitelist/SystemFeature__boolean_whitelist/
SecureFeature__integer_whitelist/SecureFeature__boolean_whitelist/
SystemFeature__integer_whitelist/GlobalFeature__string_whitelist/
GlobalFeature__float_whitelist/SystemFeature__string_whitelist/
SecureFeature__string_whitelist/GlobalFeature__integer_whitelist/
GlobalFeature__boolean_whitelist/
06-28 04:07:32.395 1309 2589 I ExplicitHealthCheckController: Explicit health
check supported packages []
06-28 04:07:32.395 1309 2589 D PackageWatchdog: Received supported packages []
06-28 04:07:32.395 1309 2589 D ExplicitHealthCheckController: Getting health
check requested packages
06-28 04:07:32.396 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:32.397 1309 2589 I ExplicitHealthCheckController: Explicit health
check requested packages []
06-28 04:07:32.397 1309 2589 I ExplicitHealthCheckController: No more health
check requests, unbinding...
06-28 04:07:32.404 1309 2589 I ExplicitHealthCheckController: Explicit health
check service is unbound
06-28 04:07:32.413 1309 1542 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:32.462 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:32.478 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/interaction_jank_monitor/enabled/trace_threshold_missed_f
rames/trace_threshold_frame_time_millis/sampling_interval/
06-28 04:07:32.663 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:32.725 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:32.801 1309 1419 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:9507 callingUid:10191
06-28 04:07:32.854 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/lmkd_native/thrashing_limit_critical/
06-28 04:07:32.924 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:32.953 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/launcher_lily/MiniGames__enable_feature/
HomeScreenShortcuts__enable_mini_games_block/HomeScreenShortcuts__enable_feature/
Pagination__enable_feature/HomeScreenShortcuts__enable_rani_block/
HomeScreenShortcuts__enable_files_block/MiniGames__enable_mini_games_tab/
HomeScreenShortcuts__enable_camera_block/
06-28 04:07:33.017 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:33.025 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/activity_manager/push_messaging_over_quota_behavior/
06-28 04:07:33.083 1309 1542 I ExplicitHealthCheckController: Explicit health
check service is unbound
06-28 04:07:33.162 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/device_personalization_services/Captions__visibility_play
ing_duration_millis/People__pecan_cell_disabled_packages/Overview__enable_lens/
Captions__enable_clearcut_logging/Captions__enable_setting_page/
Captions__model_version_v1/VisualCortex__enable_whitelist_packages/
Captions__visibility_stopped_duration_millis/Captions__enable_punctuations/
Echo__include_event_reservation_in_smartspace_upcoming_setting/
Captions__model_version_v1_2/Translate__enable_spa_setting/
Captions__surface_sound_events/Captions__enable/
SmartSelect__enable_smart_select_example_cache_on_suggest_selection/
Captions__enable_westworld_logging/Echo__smartspace_enable_score_ranker/
Captions__speech_threshold/VisualCortex__enable/Captions__manifest_url_template/
NowPlaying__ambient_music_get_model_state_cooldown_seconds_cloud_search/
Captions__enable_zero_day/SmartRecPixelSearch__enable_search_on_files/
06-28 04:07:33.188 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:33.196 1309 1419 I RescueParty: Starting to observe: [android],
updated namespace: content_capture
06-28 04:07:33.196 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:33.196 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
06-28 04:07:33.196 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:33.196 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-28 04:07:33.196 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:33.197 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/content_capture/service_explicitly_enabled/
idle_flush_frequency/enable_contentcapture/
06-28 04:07:33.201 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:33.201 1309 1309 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
06-28 04:07:33.202 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 04:07:33.209 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is bound
06-28 04:07:33.210 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
06-28 04:07:33.211 1309 1309 I ExplicitHealthCheckController: Service
initialized, syncing requests
06-28 04:07:33.211 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:33.211 1309 1309 D ExplicitHealthCheckController: Getting health
check supported packages
06-28 04:07:33.214 1309 1542 I ExplicitHealthCheckController: Explicit health
check supported packages []
06-28 04:07:33.214 1309 1542 D PackageWatchdog: Received supported packages []
06-28 04:07:33.214 1309 1542 D ExplicitHealthCheckController: Getting health
check requested packages
06-28 04:07:33.216 1309 1542 I ExplicitHealthCheckController: Explicit health
check requested packages []
06-28 04:07:33.216 1309 1542 I ExplicitHealthCheckController: No more health
check requests, unbinding...
06-28 04:07:33.220 1309 1542 I ExplicitHealthCheckController: Explicit health
check service is unbound
06-28 04:07:33.344 1309 2589 I RescueParty: Starting to observe: [android],
updated namespace: telephony
06-28 04:07:33.344 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:33.345 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
06-28 04:07:33.345 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:33.345 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-28 04:07:33.345 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:33.345 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/telephony/ramping_ringer_enabled/ramping_ringer_duration/
ramping_ringer_vibration_duration/
06-28 04:07:33.354 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:33.354 1309 1309 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
06-28 04:07:33.356 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 04:07:33.360 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is bound
06-28 04:07:33.385 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:33.435 1309 2589 I ExplicitHealthCheckController: Explicit health
check supported packages []
06-28 04:07:33.436 1309 2589 D PackageWatchdog: Received supported packages []
06-28 04:07:33.436 1309 2589 D ExplicitHealthCheckController: Getting health
check requested packages
06-28 04:07:33.438 1309 2589 I ExplicitHealthCheckController: Explicit health
check requested packages []
06-28 04:07:33.438 1309 2589 I ExplicitHealthCheckController: No more health
check requests, unbinding...
06-28 04:07:33.447 1309 2589 I ExplicitHealthCheckController: Explicit health
check service is unbound
06-28 04:07:33.449 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/configuration/AdbWritableFlags__adb_writable_flags_list/
flag/flag_two/
06-28 04:07:33.463 1309 2517 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.
06-28 04:07:33.499 1309 2739 I RescueParty: Starting to observe: [com.vivo.pem,
android, com.android.launcher3, com.google.android.permissioncontroller,
com.android.phone, com.android.systemui, com.android.providers.contacts], updated
namespace: privacy
06-28 04:07:33.500 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:33.500 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [com.vivo.pem, android, com.android.launcher3,
com.google.android.permissioncontroller, com.android.phone, com.android.systemui,
com.android.providers.contacts]
06-28 04:07:33.500 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:33.500 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:33.505 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/privacy/permissions_hub_enabled/privacy_dashboard_7_day_t
oggle/location_accuracy_enabled/location_indicators_enabled/
location_access_check_enabled/permissions_hub_subattribution_enabled/
06-28 04:07:33.512 1309 2739 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:33.515 1309 4077 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:33.527 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {com.android.providers.contacts}
06-28 04:07:33.528 1309 1309 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
06-28 04:07:33.531 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 04:07:33.583 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is bound
06-28 04:07:33.589 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/systemui/use_back_gesture_ml_model/ssin_requires_targetin
g_p/enable_screenshot_corner_flow/ssin_enabled/ssin_edit_choices_before_sending/
default_qr_code_scanner/share_sheet_direct_share_timeout/
predict_using_people_service_share/nas_generate_replies/
enable_screenshot_scrolling/back_gesture_ml_model_threshold/
ssin_max_squeeze_remeasure_attempts/nas_generate_actions/ssin_max_num_actions/
ssin_show_in_heads_up/back_gesture_ml_model_name/
home_button_long_press_duration_ms/ssin_min_num_system_generated_replies/
nas_max_messages_to_extract/apply_sharing_app_limits_in_sysui/nas_max_suggestions/
06-28 04:07:33.589 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:33.589 1309 1309 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
06-28 04:07:33.590 1309 1309 I ExplicitHealthCheckController: Not binding to
service, service already connecting
06-28 04:07:33.590 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
06-28 04:07:33.590 1309 1309 I ExplicitHealthCheckController: Service
initialized, syncing requests
06-28 04:07:33.591 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:33.591 1309 1309 D ExplicitHealthCheckController: Getting health
check supported packages
06-28 04:07:33.595 1309 4077 I ExplicitHealthCheckController: Explicit health
check supported packages []
06-28 04:07:33.595 1309 4077 D PackageWatchdog: Received supported packages []
06-28 04:07:33.595 1309 4077 D ExplicitHealthCheckController: Getting health
check requested packages
06-28 04:07:33.597 1309 2589 I RescueParty: Starting to observe: [android],
updated namespace: media
06-28 04:07:33.598 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:33.598 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
06-28 04:07:33.598 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:33.598 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-28 04:07:33.598 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:33.602 1309 4077 I ExplicitHealthCheckController: Explicit health
check requested packages []
06-28 04:07:33.602 1309 4077 I ExplicitHealthCheckController: No more health
check requests, unbinding...
06-28 04:07:33.603 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/media/player_metrics_per_app_user_media_activity_allowlis
t/player_metrics_per_app_user_media_activity_blocklist/
player_metrics_per_app_attribution_allowlist/
player_metrics_per_app_attribution_blocklist/media_metrics_mode/
player_metrics_per_app_use_time_allowlist/player_metrics_app_blocklist/
player_metrics_app_allowlist/player_metrics_per_app_use_time_blocklist/
06-28 04:07:33.604 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:33.608 1309 4077 I ExplicitHealthCheckController: Explicit health
check service is unbound
06-28 04:07:33.609 1309 1309 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
06-28 04:07:33.613 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 04:07:33.622 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is bound
06-28 04:07:33.625 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
06-28 04:07:33.625 1309 1309 I ExplicitHealthCheckController: Service
initialized, syncing requests
06-28 04:07:33.626 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:33.626 1309 1309 D ExplicitHealthCheckController: Getting health
check supported packages
06-28 04:07:33.630 1309 4077 I ExplicitHealthCheckController: Explicit health
check supported packages []
06-28 04:07:33.630 1309 4077 D PackageWatchdog: Received supported packages []
06-28 04:07:33.630 1309 4077 D ExplicitHealthCheckController: Getting health
check requested packages
06-28 04:07:33.632 1309 2589 I ExplicitHealthCheckController: Explicit health
check requested packages []
06-28 04:07:33.632 1309 2589 I ExplicitHealthCheckController: No more health
check requests, unbinding...
06-28 04:07:33.640 1309 2589 I ExplicitHealthCheckController: Explicit health
check service is unbound
06-28 04:07:33.782 1309 2221 I RescueParty: Starting to observe: [android,
com.google.android.permissioncontroller], updated namespace: app_hibernation
06-28 04:07:33.783 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:33.783 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android, com.google.android.permissioncontroller]
06-28 04:07:33.783 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:33.783 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-28 04:07:33.783 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:33.784 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/app_hibernation/app_hibernation_enabled/
auto_revoke_check_frequency_millis/app_hibernation_targets_pre_s_apps/
auto_revoke_unused_threshold_millis2/
06-28 04:07:33.787 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:33.787 1309 1309 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
06-28 04:07:33.789 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 04:07:33.869 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is bound
06-28 04:07:33.870 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
06-28 04:07:33.871 1309 1309 I ExplicitHealthCheckController: Service
initialized, syncing requests
06-28 04:07:33.871 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:33.871 1309 1309 D ExplicitHealthCheckController: Getting health
check supported packages
06-28 04:07:33.874 1309 2589 I ExplicitHealthCheckController: Explicit health
check supported packages []
06-28 04:07:33.874 1309 2589 D PackageWatchdog: Received supported packages []
06-28 04:07:33.874 1309 2589 D ExplicitHealthCheckController: Getting health
check requested packages
06-28 04:07:33.875 1309 2589 I ExplicitHealthCheckController: Explicit health
check requested packages []
06-28 04:07:33.875 1309 2589 I ExplicitHealthCheckController: No more health
check requests, unbinding...
06-28 04:07:33.880 1309 2589 I ExplicitHealthCheckController: Explicit health
check service is unbound
06-28 04:07:33.982 1309 1309 D BluetoothDeviceConfigListener:
onPropertiesChanged:
location_denylist_name='',location_denylist_advertising_data='⊆0016AAFE/
00FFFFFF,⊆00FF4C0002/00FFFFFFFF',location_denylist_mac=''
06-28 04:07:33.982 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/bluetooth/location_denylist_advertising_data/
location_denylist_mac/location_denylist_name/
06-28 04:07:34.007 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/system_scheduler/EnableFastMetricsCollection__dummy_flag/
06-28 04:07:34.008 1309 4077 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:34.028 1309 4077 I RescueParty: Starting to observe: [android,
com.android.systemui], updated namespace: latency_tracker
06-28 04:07:34.028 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:34.028 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android, com.android.systemui]
06-28 04:07:34.028 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:34.028 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-28 04:07:34.029 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:34.030 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/latency_tracker/enabled/sampling_interval/
06-28 04:07:34.033 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:34.033 1309 1309 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
06-28 04:07:34.035 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 04:07:34.039 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is bound
06-28 04:07:34.041 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
06-28 04:07:34.042 1309 1309 I ExplicitHealthCheckController: Service
initialized, syncing requests
06-28 04:07:34.042 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:34.042 1309 1309 D ExplicitHealthCheckController: Getting health
check supported packages
06-28 04:07:34.046 1309 4077 I ExplicitHealthCheckController: Explicit health
check supported packages []
06-28 04:07:34.046 1309 4077 D PackageWatchdog: Received supported packages []
06-28 04:07:34.046 1309 4077 D ExplicitHealthCheckController: Getting health
check requested packages
06-28 04:07:34.047 1309 4077 I ExplicitHealthCheckController: Explicit health
check requested packages []
06-28 04:07:34.047 1309 4077 I ExplicitHealthCheckController: No more health
check requests, unbinding...
06-28 04:07:34.051 1309 4077 I ExplicitHealthCheckController: Explicit health
check service is unbound
06-28 04:07:34.055 1309 2221 I RescueParty: Starting to observe: [android],
updated namespace: battery_saver
06-28 04:07:34.055 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:34.056 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
06-28 04:07:34.056 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:34.056 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-28 04:07:34.056 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:34.058 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/battery_saver/location_mode/
06-28 04:07:34.060 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:34.060 1309 1309 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
06-28 04:07:34.062 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 04:07:34.096 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 04:07:34.098 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:34.103 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is bound
06-28 04:07:34.105 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
06-28 04:07:34.105 1309 1309 I ExplicitHealthCheckController: Service
initialized, syncing requests
06-28 04:07:34.106 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:34.106 1309 1309 D ExplicitHealthCheckController: Getting health
check supported packages
06-28 04:07:34.110 1309 2589 I ExplicitHealthCheckController: Explicit health
check supported packages []
06-28 04:07:34.110 1309 2589 D PackageWatchdog: Received supported packages []
06-28 04:07:34.110 1309 2589 D ExplicitHealthCheckController: Getting health
check requested packages
06-28 04:07:34.111 1309 2589 I ExplicitHealthCheckController: Explicit health
check requested packages []
06-28 04:07:34.111 1309 2589 I ExplicitHealthCheckController: No more health
check requests, unbinding...
06-28 04:07:34.117 1309 2589 I ExplicitHealthCheckController: Explicit health
check service is unbound
06-28 04:07:34.150 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:34.188 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:34.199 1309 2589 I RescueParty: Starting to observe: [android],
updated namespace: location
06-28 04:07:34.199 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-28 04:07:34.199 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
06-28 04:07:34.199 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-28 04:07:34.199 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-28 04:07:34.199 1309 1435 I PackageWatchdog: Saving observer state to file
06-28 04:07:34.201 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/location/enable_gnss_raw_meas_full_tracking/
ignore_settings_allowlist/adas_settings_allowlist/
06-28 04:07:34.204 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:34.204 1309 1309 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
06-28 04:07:34.206 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10183, isRmsPreload = false, keepQuiet
=false
06-28 04:07:34.211 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is bound
06-28 04:07:34.212 1309 1309 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
06-28 04:07:34.212 1309 1309 I ExplicitHealthCheckController: Service
initialized, syncing requests
06-28 04:07:34.213 1309 1309 I PackageWatchdog: Syncing health check requests for
packages: {}
06-28 04:07:34.213 1309 1309 D ExplicitHealthCheckController: Getting health
check supported packages
06-28 04:07:34.216 1309 2589 I ExplicitHealthCheckController: Explicit health
check supported packages []
06-28 04:07:34.216 1309 2589 D PackageWatchdog: Received supported packages []
06-28 04:07:34.216 1309 2589 D ExplicitHealthCheckController: Getting health
check requested packages
06-28 04:07:34.217 1309 2849 I ExplicitHealthCheckController: Explicit health
check requested packages []
06-28 04:07:34.217 1309 2849 I ExplicitHealthCheckController: No more health
check requests, unbinding...
06-28 04:07:34.247 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/wallpaper_content/G_WALLPAPER_GALLERY/
06-28 04:07:34.290 1309 2849 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 04:07:34.369 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:34.467 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:34.499 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-28 04:07:34.538 1309 2589 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:9507 callingUid:10191
06-28 04:07:34.564 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:34.663 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:34.723 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:34.839 1309 2221 W NotificationHistory: Attempted to remove channel
for locked/gone/disabled user 0
06-28 04:07:34.864 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:34.883 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:35.101 1309 1424 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
06-28 04:07:35.104 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:35.149 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:35.431 1309 3968 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 04:07:35.481 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:35.629 1309 2589 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 04:07:35.630 1309 2589 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 04:07:35.632 1309 2589 W _V_PackageManager: setEnabledSetting
packageName:com.simejikeyboard
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10258 callingPid:9769
06-28 04:07:35.682 1309 3968 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 04:07:35.700 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:36.111 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:36.497 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 04:07:36.792 1309 2849 I ActivityManager: com.vivo.appstore is exempt from
freezer
06-28 04:07:36.792 1309 2849 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.appstore
06-28 04:07:36.792 1309 2849 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10038; state: DISABLED
06-28 04:07:36.793 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10038; state: ENABLED
06-28 04:07:36.795 1309 2849 I ActivityManager: Killing
7677:com.google.android.partnersetup/u0a145 (adj 975): empty #17
06-28 04:07:36.803 1309 1423 D DeviceIdleController: Setting wakelock temp
whitelist to [10038, 10187, 10190, 10191, 10192, 10194, 10199, 10238, 10258]
06-28 04:07:36.806 1309 1549 D DeviceIdleController: handleMessage(13)
06-28 04:07:36.815 1309 1446 I ActivityManager: Start proc
9931:com.vivo.appstore/u0a38 for broadcast
{com.vivo.appstore/com.vivo.appstore.receiver.BootCompleteReceiver}
06-28 04:13:05.188 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-28 04:17:07.768 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:17:07.768 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:18:11.768 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:18:11.769 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:20:58.455 1309 1435 E DiscreteRegistry: Deleting file 1687813990806tl
06-28 04:28:12.684 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:28:12.684 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:38:12.680 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:38:12.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:41:17.701 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:41:17.702 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:43:55.183 1309 2850 E NotificationService: Package enqueue rate is
6.5118246. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
06-28 04:44:40.123 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:44:40.124 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:46:35.964 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.byv.TheCatapult2
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10224
06-28 04:46:36.057 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
58 ms.
06-28 04:46:41.369 1309 1309 I Telecom : eo: Package com.byv.TheCatapult2 is not
tracked.: SSH.oR@AAA
06-28 04:46:42.713 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~7o2QjjHO0RkWiXxpPhEMvA==/com.byv.TheCatapult2-
Pf4GiNj_xSceAqukmU44CQ==/base.apk
06-28 04:46:42.821 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~7o2QjjHO0RkWiXxpPhEMvA==/com.byv.TheCatapult2-
Pf4GiNj_xSceAqukmU44CQ==/base.apk
06-28 04:47:43.261 1309 15263 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-28 04:47:43.263 1309 15263 E VivoArtKeeperService: delete donwload failed file
06-28 04:47:50.718 1309 15411 E _V_RichTapVibratorService: getExtension == null
06-28 04:48:11.800 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:48:11.808 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:49:24.785 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:49:24.791 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:50:44.007 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:50:44.008 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 04:51:35.289 1309 1531 E PackageInstallerSession: Failed to verify session
446908056 [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries,
res=-113]
06-28 04:51:35.763 1309 15763 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-28 04:51:35.764 1309 15763 E VivoArtKeeperService: delete donwload failed file
06-28 04:52:57.960 1309 1501 E PackageInstallerSession: Failed to verify session
1163615076 [INSTALL_FAILED_VERIFICATION_FAILURE: Package Verification Result]
06-28 04:58:12.775 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 04:58:12.775 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 05:08:02.728 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-28 05:08:04.340 1309 2991 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-28 05:08:11.782 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 05:08:11.782 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 05:18:12.668 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 05:18:12.669 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 05:20:55.985 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 05:20:55.986 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 05:27:53.941 1309 1435 E DiscreteRegistry: Deleting file 1687817714600tl
06-28 05:28:11.782 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 05:28:11.783 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 05:38:12.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 05:38:12.679 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 05:38:14.640 1309 16110 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-28 05:38:14.643 1309 16110 E VivoArtKeeperService: delete donwload failed file
06-28 05:40:04.079 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 05:40:04.085 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 05:40:36.527 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 05:48:13.673 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 05:48:13.674 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 05:58:13.707 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 05:58:13.707 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 06:00:54.816 1309 1435 E DiscreteRegistry: Deleting file 1687820235236tl
06-28 06:08:13.679 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 06:08:13.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 06:09:02.999 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-28 06:09:19.710 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-28 06:17:04.159 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-28 06:18:12.652 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 06:18:12.652 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 06:18:12.803 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-28 06:28:12.646 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 06:28:12.646 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 06:32:54.792 1309 1435 E DiscreteRegistry: Deleting file 1687821825650tl
06-28 06:38:12.657 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 06:38:12.657 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 06:48:00.862 1309 1435 E DiscreteRegistry: Deleting file 1687822815616tl
06-28 06:48:12.683 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 06:48:12.683 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 06:58:12.684 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 06:58:12.684 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 06:58:13.007 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 06:58:13.008 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 07:08:13.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 07:08:13.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 07:18:12.690 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 07:18:12.691 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 07:28:03.652 1309 1435 E DiscreteRegistry: Deleting file 1687824746045tl
06-28 07:28:12.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 07:28:12.679 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 07:38:12.663 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 07:38:12.664 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 07:44:02.318 1309 18991 E _V_RichTapVibratorService: getExtension == null
06-28 07:48:04.956 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 07:48:11.781 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 07:48:11.782 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 07:58:12.674 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 07:58:12.674 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 08:00:51.999 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 08:00:51.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 08:08:11.772 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 08:08:11.772 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 08:12:52.120 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:52.127 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:52.137 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:52.946 1309 3540 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10186; state: DISABLED
06-28 08:12:52.971 1309 4069 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
06-28 08:12:52.993 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:52.997 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.000 1309 4064 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:53.020 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.021 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.021 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.022 1309 3540 D JobServiceContext: doCallback of :
JobStatus{e9a8c18 #u0a110/11012
com.vivo.weather.provider/.dataParse.WeatherHandleJobService u=0 s=10110
TIME=none:-256ms READY} v:VERB_EXECUTING
06-28 08:12:53.024 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.033 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.042 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.044 1309 3540 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.044 1309 3540 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.049 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.050 1309 4069 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:12:53.064 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.100 1309 2531 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.100 1309 2531 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.116 1309 2531 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.116 1309 2531 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.134 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.135 1309 4064 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 08:12:53.142 1309 4064 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:53.161 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.170 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.201 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.224 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.227 1309 4074 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:12:53.229 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.249 1309 3946 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.249 1309 3946 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.431 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.432 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.437 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.473 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.474 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.480 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.481 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.481 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.505 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.678 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.721 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.724 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.743 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.862 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.868 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.915 1309 1549 D DeviceIdleController: Setting wakelock temp
whitelist to [1000]
06-28 08:12:53.916 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:53.917 1309 3540 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
06-28 08:12:53.917 1309 1549 D DeviceIdleController: handleMessage(6)
06-28 08:12:53.917 1309 1549 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=15291939
06-28 08:12:53.917 1309 1549 D DeviceIdleController: Removing uid 1000 from temp
whitelist
06-28 08:12:53.917 1309 1549 D DeviceIdleController: Setting activity manager
temp whitelist to []
06-28 08:12:53.946 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.950 1309 4064 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.950 1309 4064 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:53.954 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10161; state: DISABLED
06-28 08:12:53.977 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.980 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:53.982 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.028 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.058 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.068 1309 4064 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10165; state: DISABLED
06-28 08:12:54.122 1309 3946 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:54.123 1309 4064 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:54.123 1309 4064 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:54.128 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.131 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.171 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.192 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:54.219 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.262 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.313 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.337 1309 2739 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:12:54.341 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.374 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.403 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.478 1309 4344 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:54.479 1309 4344 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:54.481 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.540 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.576 1309 2739 W _V_PackageManager: setEnabledSetting
packageName:org.detikcom.rss
className:com.bytedance.applog.migrate.MigrateDetectorActivity newState:2 userId:0
callingPackage:null callingUid:10186 callingPid:19535
06-28 08:12:54.600 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.623 1309 4344 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:54.627 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.646 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.684 1309 2531 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:12:54.748 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.900 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.922 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:54.952 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:55.064 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:55.068 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.tts uid 10160, isRmsPreload = false, keepQuiet =false
06-28 08:12:55.108 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.inputmethod.latin uid 10117, isRmsPreload = false,
keepQuiet =false
06-28 08:12:55.109 1309 1309 W _V_VivoAmsImpl: mCallingPidFilter=1309,
mCallingUidFilter=1000
06-28 08:12:55.111 1309 1309 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.inputmethod.latin
06-28 08:12:55.137 1309 1446 W ActivityManager: Slow operation: 64ms so far, now
at startProcess: done updating battery stats
06-28 08:12:55.138 1309 1446 W ActivityManager: Slow operation: 65ms so far, now
at startProcess: building log message
06-28 08:12:55.138 1309 1446 I ActivityManager: Start proc
19751:com.google.android.tts/u0a160 for service
{com.google.android.tts/androidx.work.impl.background.systemjob.SystemJobService}
06-28 08:12:55.138 1309 1446 W ActivityManager: Slow operation: 65ms so far, now
at startProcess: starting to update pids map
06-28 08:12:55.138 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:55.141 1309 1446 W ActivityManager: Slow operation: 68ms so far, now
at startProcess: done updating pids map
06-28 08:12:55.141 1309 1446 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: asking zygote to start proc
06-28 08:12:55.141 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10145; state: ENABLED
06-28 08:12:55.148 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:55.196 1309 1446 W ActivityManager: Slow operation: 115ms so far, now
at startProcess: returned from zygote!
06-28 08:12:55.196 1309 1446 W ActivityManager: Slow operation: 115ms so far, now
at startProcess: done updating battery stats
06-28 08:12:55.197 1309 1446 W ActivityManager: Slow operation: 116ms so far, now
at startProcess: building log message
06-28 08:12:55.197 1309 1446 I ActivityManager: Start proc
19786:com.google.android.partnersetup/u0a145 for service
{com.google.android.partnersetup/com.google.android.partnersetup.InstalledAppJobSer
vice}
06-28 08:12:55.197 1309 1446 W ActivityManager: Slow operation: 116ms so far, now
at startProcess: starting to update pids map
06-28 08:12:55.227 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:55.229 1309 1446 W ActivityManager: Slow operation: 129ms so far, now
at startProcess: returned from zygote!
06-28 08:12:55.239 1309 4344 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.searchlite uid 10152, isRmsPreload = false,
keepQuiet =false
06-28 08:12:55.240 1309 4069 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:10152
callingPid:19463
06-28 08:12:55.294 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:55.296 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 10155, arg4: 0, name: com.google.android.gms
06-28 08:12:55.416 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:55.612 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:55.657 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:55.659 1309 2739 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:55.662 1309 2739 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1687902777774
06-28 08:12:55.700 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:55.707 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:55.816 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 10155, arg4: 0, name: com.google.android.gms
06-28 08:12:55.817 1309 3946 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:55.891 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:55.894 1309 4073 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:55.897 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-28 08:12:55.902 1309 4073 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 08:12:56.087 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:56.087 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:56.087 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:56.087 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-28 08:12:56.108 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:56.483 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:56.567 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:56.576 1309 4073 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:19789 callingUid:10258
06-28 08:12:56.663 1309 4073 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10165, isRmsPreload = false, keepQuiet
=false
06-28 08:12:56.671 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:56.708 1309 2849 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:12:56.754 1309 2739 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:12:56.768 1309 2849 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:12:56.780 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:57.034 1309 2300 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:57.039 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:57.053 1309 1543 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 08:12:57.339 1309 4073 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 08:12:57.342 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:57.379 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:57.380 1309 2849 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallActivity newState:2
userId:0 callingPackage:null callingUid:10101 callingPid:19749
06-28 08:12:57.496 1309 2531 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:19749
06-28 08:12:57.502 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:57.506 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:57.533 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:57.550 1309 2849 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4AActivity
newState:2 userId:0 callingPackage:null callingUid:10101 callingPid:19749
06-28 08:12:57.555 1309 2849 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:57.858 1309 2531 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10034; state: DISABLED
06-28 08:12:57.905 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:57.905 1309 2300 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:57.917 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:57.919 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:57.928 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gm uid 10171, isRmsPreload = false, keepQuiet =false
06-28 08:12:57.949 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:57.950 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:57.952 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:57.975 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:57.987 1309 1309 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:12:57.987 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.simejikeyboard uid 10258, isRmsPreload = false, keepQuiet =false
06-28 08:12:58.195 1309 4073 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
06-28 08:12:58.590 1309 2300 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:58.794 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:58.807 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:58.817 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:58.864 1309 3540 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 08:12:58.939 1309 2300 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:59.018 1309 2300 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 08:12:59.218 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:59.262 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:59.307 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:59.411 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:59.454 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:59.479 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:59.527 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:59.631 1309 2221 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:12:59.839 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:59.917 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:12:59.945 1309 3540 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:13:00.444 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:00.455 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:00.458 1309 3540 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 08:13:00.464 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:00.495 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:00.533 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:00.563 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:00.603 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:00.631 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:00.633 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:00.666 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:00.672 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:13:00.698 1309 2531 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:13:00.700 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:00.711 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:00.723 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.008 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.013 1309 2300 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 08:13:01.052 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.100 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.113 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.123 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.170 1309 2221 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:13:01.242 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.287 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.336 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.364 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.364 1309 4073 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:13:01.415 1309 3946 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:13:01.484 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.514 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.527 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.648 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.682 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-28 08:13:01.682 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-28 08:13:01.848 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.883 1309 3946 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:13:01.889 1309 3946 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:13:01.927 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:01.987 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-28 08:13:02.003 1309 2300 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 600 capability: 0
06-28 08:13:02.133 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.280 1309 3946 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:13:02.282 1309 4073 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:13:02.284 1309 4073 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 600 capability: 0
06-28 08:13:02.330 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.358 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.364 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-28 08:13:02.462 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.521 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.629 1309 2300 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #9568} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(263 skipped)
06-28 08:13:02.632 1309 2300 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 08:13:02.678 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.680 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.720 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.769 1309 2221 W _V_AlarmAlign: Do not set to kernel
06-28 08:13:02.769 1309 2221 W _V_AlarmAlign: Do not set to kernel
06-28 08:13:02.780 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.787 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.793 1309 2739 W _V_AlarmAlign: Do not set to kernel
06-28 08:13:02.793 1309 2739 W _V_AlarmAlign: Do not set to kernel
06-28 08:13:02.795 1309 2221 W _V_AlarmAlign: Do not set to kernel
06-28 08:13:02.795 1309 2221 W _V_AlarmAlign: Do not set to kernel
06-28 08:13:02.807 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.825 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 08:13:02.833 1309 2739 W ActivityManager: stopServiceToken startId 5 is
last, but have 1 remaining args
06-28 08:13:02.850 1309 2531 W _V_AlarmAlign: Do not set to kernel
06-28 08:13:02.850 1309 2531 W _V_AlarmAlign: Do not set to kernel
06-28 08:13:02.867 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.924 1309 2531 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 08:13:02.949 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.955 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:02.958 1309 2531 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.system
className:com.facebook.oxygen.installer.crashhandler.CrashRedirectActivity
newState:2 userId:0 callingPackage:null callingUid:10034 callingPid:20006
06-28 08:13:03.143 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:03.156 1309 2531 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10165, isRmsPreload = false, keepQuiet
=false
06-28 08:13:03.160 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:03.162 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:03.179 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:03.203 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:03.221 1309 2531 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10165, isRmsPreload = false, keepQuiet
=false
06-28 08:13:03.226 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:03.228 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:03.268 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:03.270 1309 2531 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10165, isRmsPreload = false, keepQuiet
=false
06-28 08:13:03.275 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:13:03.277 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 08:14:40.825 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 08:14:40.829 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 08:15:04.526 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|2140241398|null|10186
06-28 08:18:12.685 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 08:18:12.686 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 08:28:13.668 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 08:28:13.669 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 08:38:12.669 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 08:38:12.670 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 08:40:50.868 1309 1435 E DiscreteRegistry: Deleting file 1687829460638tl
06-28 08:48:11.779 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 08:48:11.779 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 08:58:13.696 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 08:58:13.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:03:47.340 1309 22590 E _V_RichTapVibratorService: getExtension == null
06-28 09:04:52.490 1309 2517 E DiscreteRegistry: Deleting file 1687831485685tl
06-28 09:08:11.764 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:08:11.765 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:12:50.773 1309 1435 E DiscreteRegistry: Deleting file 1687831622855tl
06-28 09:12:54.630 1309 23133 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-28 09:12:54.632 1309 23133 E VivoArtKeeperService: delete donwload failed file
06-28 09:13:20.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:13:20.694 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:15:09.598 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:15:09.599 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:16:50.836 1309 15263 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-28 09:16:50.839 1309 15263 E VivoArtKeeperService: delete donwload failed file
06-28 09:18:13.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:18:13.695 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:27:52.181 1309 1435 E DiscreteRegistry: Deleting file 1687832386290tl
06-28 09:27:55.802 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-28 09:28:12.731 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:28:12.731 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:38:12.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:38:12.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:44:49.801 1309 1435 E DiscreteRegistry: Deleting file 1687833297509tl
06-28 09:44:49.802 1309 1435 E DiscreteRegistry: Deleting file 1687833427782tl
06-28 09:44:59.782 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 0.0
useprox = false
06-28 09:44:59.947 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:44:59.947 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:45:01.040 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-28 09:45:02.489 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 09:45:02.703 1309 1542 E _V_InputMethodManagerService:
mCurId=null ,mCurMethodId=com.simejikeyboard/com.baidu.simeji.SimejiIME
06-28 09:45:06.153 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{713c7fd #u0a154/9441
com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJo
bServiceMain u=0 s=10154 TIME=-45m11s84ms:-30m11s84ms READY}
06-28 09:45:06.153 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{2f6f08c #u0a150/1203
com.google.android.apps.wellbeing/androidx.work.impl.background.systemjob.SystemJob
Service u=0 s=10150 TIME=-40m6s485ms:none READY}
06-28 09:45:06.154 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{c8c8e0f #u0a145/4096
com.google.android.partnersetup/.InstalledAppJobService u=0 s=10145 TIME=-
32m10s78ms:-32m10s78ms READY}
06-28 09:45:06.155 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{c2fbbc4 #u0a166/110
com.google.android.webview/org.chromium.android_webview.nonembedded.AwComponentUpda
teService u=0 s=10166 NET READY}
06-28 09:45:06.155 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{ca971b9 #u0a110/11012
com.vivo.weather.provider/.dataParse.WeatherHandleJobService u=0 s=10110
TIME=none:-3s609ms READY}
06-28 09:45:07.499 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{713c7fd #u0a154/9441
com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJo
bServiceMain u=0 s=10154 TIME=-45m12s430ms:-30m12s430ms READY}
06-28 09:45:07.499 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{2f6f08c #u0a150/1203
com.google.android.apps.wellbeing/androidx.work.impl.background.systemjob.SystemJob
Service u=0 s=10150 TIME=-40m7s831ms:none READY}
06-28 09:45:07.500 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{c8c8e0f #u0a145/4096
com.google.android.partnersetup/.InstalledAppJobService u=0 s=10145 TIME=-
32m11s425ms:-32m11s425ms READY}
06-28 09:45:07.501 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{c2fbbc4 #u0a166/110
com.google.android.webview/org.chromium.android_webview.nonembedded.AwComponentUpda
teService u=0 s=10166 NET READY}
06-28 09:45:07.501 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{ca971b9 #u0a110/11012
com.vivo.weather.provider/.dataParse.WeatherHandleJobService u=0 s=10110
TIME=none:-4s954ms READY}
06-28 09:45:09.982 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{713c7fd #u0a154/9441
com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJo
bServiceMain u=0 s=10154 TIME=-45m14s913ms:-30m14s913ms READY}
06-28 09:45:09.983 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{2f6f08c #u0a150/1203
com.google.android.apps.wellbeing/androidx.work.impl.background.systemjob.SystemJob
Service u=0 s=10150 TIME=-40m10s314ms:none READY}
06-28 09:45:09.983 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{c8c8e0f #u0a145/4096
com.google.android.partnersetup/.InstalledAppJobService u=0 s=10145 TIME=-
32m13s907ms:-32m13s907ms READY}
06-28 09:45:09.983 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{c2fbbc4 #u0a166/110
com.google.android.webview/org.chromium.android_webview.nonembedded.AwComponentUpda
teService u=0 s=10166 NET READY}
06-28 09:45:09.984 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{ca971b9 #u0a110/11012
com.vivo.weather.provider/.dataParse.WeatherHandleJobService u=0 s=10110
TIME=none:-7s437ms READY}
06-28 09:45:11.759 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-28 09:45:12.059 1309 1435 E PackageManager: Optimistic bind failed.
06-28 09:45:12.059 1309 1435 E PackageManager:
java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in
time!
06-28 09:45:12.059 1309 1435 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppReso
lverConnection.java:160)
06-28 09:45:12.059 1309 1435 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnectio
n.java:225)
06-28 09:45:12.059 1309 1435 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantA
ppResolverConnection(InstantAppResolverConnection.java:255)
06-28 09:45:12.059 1309 1435 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection$
$ExternalSyntheticLambda0.run(Unknown Source:2)
06-28 09:45:12.059 1309 1435 E PackageManager: at
android.os.Handler.handleCallback(Handler.java:938)
06-28 09:45:12.059 1309 1435 E PackageManager: at
android.os.Handler.dispatchMessage(Handler.java:99)
06-28 09:45:12.059 1309 1435 E PackageManager: at
android.os.Looper.loopOnce(Looper.java:233)
06-28 09:45:12.059 1309 1435 E PackageManager: at
android.os.Looper.loop(Looper.java:334)
06-28 09:45:12.059 1309 1435 E PackageManager: at
android.os.HandlerThread.run(HandlerThread.java:67)
06-28 09:45:14.165 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 09:45:18.620 1309 2300 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-28 09:45:25.968 1309 1419 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.stats.eastworld.EastworldService newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:24628
06-28 09:45:26.249 1309 1542 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 09:45:26.262 1309 2589 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 09:45:26.263 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 09:45:26.264 1309 2850 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 09:45:26.369 1309 3968 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 09:45:26.703 1309 4076 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 09:45:26.745 1309 2300 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 09:45:26.814 1309 3968 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 09:45:26.980 1309 4071 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 09:45:26.989 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 09:45:27.068 1309 4072 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 09:45:27.091 1309 4072 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 09:45:27.115 1309 4072 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 09:45:40.685 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 09:46:28.898 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:46:28.904 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:46:32.704 1309 2588 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 09:46:37.774 1309 2517 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.
06-28 09:46:40.170 1309 2517 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.
06-28 09:48:11.796 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:48:11.797 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:48:17.734 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:48:17.735 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:50:06.636 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:50:06.638 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:51:55.552 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:51:55.553 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:53:44.433 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:53:44.435 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:55:33.341 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:55:33.342 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:56:13.852 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 09:56:17.630 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 09:56:19.469 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 09:57:22.256 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:57:22.256 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:58:11.777 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:58:11.778 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:59:11.152 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 09:59:11.153 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 09:59:31.333 1309 2740 E _V_RichTapVibratorService: getExtension == null
06-28 09:59:51.841 1309 1435 E DiscreteRegistry: Deleting file 1687834207761tl
06-28 10:01:00.060 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:01:00.062 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:02:48.940 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:02:48.941 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:02:58.860 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:02:58.860 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:04:10.404 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-28 10:04:47.779 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:04:47.779 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:06:36.656 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:06:36.656 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:08:11.784 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:08:11.784 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:08:25.551 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:08:25.562 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:08:55.267 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:08:55.281 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:09:51.685 1309 2517 E DiscreteRegistry: Deleting file 1687835127510tl
06-28 10:10:44.187 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:10:44.187 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:12:33.069 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:12:33.078 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:14:21.966 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:14:21.966 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:16:10.881 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:16:10.882 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:16:20.828 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:16:20.831 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:17:29.373 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 10:17:32.536 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 10:18:09.669 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:18:09.669 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:18:11.782 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:18:11.783 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:19:56.598 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 10:19:56.780 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 10:19:57.100 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 10:19:58.569 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:19:58.572 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:20:31.464 1309 29347 E _V_RichTapVibratorService: getExtension == null
06-28 10:20:32.028 1309 29366 E _V_RichTapVibratorService: getExtension == null
06-28 10:20:32.220 1309 1309 E NotificationService: Muting recently noisy 0|
com.vivo.browser|1|null|10051
06-28 10:20:35.382 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 10:21:47.470 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:21:47.471 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:22:36.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:22:36.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:24:25.868 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:24:25.869 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:24:48.216 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-28 10:26:00.280 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-28 10:26:14.798 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:26:14.798 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:28:03.706 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:28:03.706 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:28:11.759 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:28:11.762 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:28:23.485 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:28:23.486 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:29:54.196 1309 1435 E DiscreteRegistry: Deleting file 1687836079422tl
06-28 10:30:12.376 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:30:12.377 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:32:01.273 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:32:01.273 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:32:13.137 1309 30690 E _V_RichTapVibratorService: getExtension == null
06-28 10:32:15.334 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 10:33:50.197 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:33:50.198 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:34:29.798 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:34:29.798 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:36:18.688 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:36:18.688 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:38:07.603 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:38:07.604 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:38:11.759 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:38:11.759 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:39:56.510 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:39:56.512 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:39:56.960 1309 2517 E DiscreteRegistry: Deleting file 1687837017351tl
06-28 10:40:26.214 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:40:26.215 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:42:15.096 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:42:15.097 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:44:03.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:44:03.997 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:45:52.898 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:45:52.901 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:46:22.623 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:46:22.626 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:48:11.504 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:48:11.505 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:48:11.767 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:48:11.768 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:49:54.300 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 10:49:58.731 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 10:50:00.402 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:50:00.404 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:50:05.297 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 10:50:05.590 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 10:50:06.141 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 10:50:10.088 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 10:50:16.757 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 10:51:12.760 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 10:51:49.331 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:51:49.336 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:51:59.208 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:51:59.210 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:53:48.109 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:53:48.109 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:55:37.037 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:55:37.037 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:57:25.921 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:57:25.921 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:58:11.763 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:58:11.764 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:59:14.844 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:59:14.854 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 10:59:44.542 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 10:59:44.543 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 11:00:12.758 1309 1435 E DiscreteRegistry: Deleting file 1687837917992tl
06-28 11:01:33.426 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:01:33.433 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 11:03:22.324 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:03:22.324 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 11:05:11.221 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:05:11.222 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 11:05:26.066 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:05:26.135 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:05:26.139 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:05:26.139 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-28 11:05:26.232 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 11:05:26.625 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:05:26.627 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:05:27.074 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:05:27.074 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:05:27.077 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:05:27.077 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:05:27.085 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:05:27.085 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:06:26.091 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:06:26.091 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:07:05.258 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:07:05.259 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:07:26.074 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:07:26.076 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:07:26.096 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:07:26.097 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:08:26.074 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:08:26.074 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:08:44.954 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:08:54.123 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:08:54.123 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:08:54.231 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:09:13.946 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:09:13.946 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:09:15.132 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:09:15.133 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:09:16.470 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:09:26.075 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:09:26.076 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:09:26.456 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:09:27.912 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:09:29.079 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:09:35.611 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:09:42.656 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:10:07.190 1309 2517 E DiscreteRegistry: Deleting file 1687838818293tl
06-28 11:10:07.192 1309 2517 E DiscreteRegistry: Deleting file 1687838926994tl
06-28 11:10:26.077 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:10:26.077 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:11:02.853 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:11:02.853 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:11:11.741 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:11:13.540 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:11:17.050 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:11:23.413 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:11:26.077 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:11:26.077 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:11:26.588 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:11:28.195 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:11:42.430 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:11:42.431 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:11:59.538 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:12:01.007 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:12:01.928 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:12:02.668 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:12:05.286 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:12:05.287 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:12:05.515 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:12:05.516 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:12:05.970 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:12:26.077 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:12:26.078 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:13:26.080 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:13:26.081 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:13:31.321 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:13:31.323 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:13:31.903 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:13:35.860 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:13:38.928 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:13:47.745 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:13:53.727 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:14:01.050 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:14:01.061 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:14:11.681 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:14:17.877 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:14:20.003 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:14:26.083 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:14:26.087 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:14:26.106 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:14:26.107 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:15:26.076 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:15:26.076 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:15:26.268 1309 6714 E _V_RichTapVibratorService: getExtension == null
06-28 11:15:28.990 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 11:15:40.700 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:15:49.923 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:15:49.923 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:16:08.738 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:16:16.601 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:16:19.382 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:16:19.634 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:16:19.634 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:16:26.078 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:16:26.080 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:16:26.099 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:16:26.100 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:16:31.449 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:16:39.474 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:16:51.903 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:16:52.116 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:16:55.902 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-28 11:16:56.020 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:17:00.508 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:17:02.207 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:17:26.085 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:17:26.085 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:17:51.755 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:17:59.051 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:18:08.544 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:18:08.544 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:18:26.066 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:18:26.066 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:18:48.145 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:18:48.147 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:19:01.140 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:19:01.141 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:19:01.338 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:19:01.338 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:19:26.082 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:19:26.083 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:20:26.072 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:20:26.073 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:20:37.031 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:20:37.032 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:20:50.093 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:21:06.741 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:21:06.741 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:21:11.828 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:21:11.829 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:21:26.096 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:21:26.096 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:21:29.031 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:21:32.314 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:22:08.937 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-28 11:22:13.453 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-28 11:22:15.754 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:22:25.508 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:22:25.509 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: Couldn't communicate with
notification manager
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: java.lang.SecurityException:
Permission Denial: reading androidx.core.content.FileProvider uri
content://com.shopee.id.fileprovider/shared_external_files/shopeeID/
com.shopee.app.application.ShopeeApplication/ringtone/63_-524762285 from pid=0,
uid=1000 requires the provider be exported, or grantUriPermission()
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance0(Native Method)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.ParcelableException.readFromParcel(ParcelableException.java:56)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.Parcel.readParcelable(Parcel.java:3348)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.Parcel.readValue(Parcel.java:3241)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.Parcel.readArrayMapInternal(Parcel.java:3638)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:297)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.BaseBundle.unparcel(BaseBundle.java:241)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.Bundle.getParcelable(Bundle.java:1002)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.content.ContentResolver$ResultListener.onResult(ContentResolver.java:1016)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.RemoteCallback.sendResult(RemoteCallback.java:75)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.RemoteCallback$1.sendResult(RemoteCallback.java:52)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.IRemoteCallback$Stub.onTransact(IRemoteCallback.java:89)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.Binder.execTransactInternal(Binder.java:1184)
06-28 11:22:26.558 1309 7769 E NotifBackupHelper: at
android.os.Binder.execTransact(Binder.java:1143)
06-28 11:22:26.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:22:26.694 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:22:41.778 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:22:42.373 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:22:45.748 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:22:55.391 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:22:55.392 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:22:55.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:22:55.682 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:22:55.769 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:22:56.352 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:22:56.361 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:22:56.497 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:22:56.498 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:22:56.752 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 11:23:26.076 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:23:26.077 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:24:00.970 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-28 11:24:01.062 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:24:01.081 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:24:01.193 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:24:01.198 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:24:03.325 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 11:24:03.523 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:24:04.964 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:24:04.964 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:24:05.204 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:24:05.205 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:24:09.533 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:24:26.075 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:24:26.075 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:25:26.078 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:25:26.079 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:25:46.087 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:25:46.089 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:25:46.161 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:25:46.162 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:25:51.242 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 11:25:53.838 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:25:53.839 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:26:07.026 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-28 11:26:07.120 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:26:07.122 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:26:07.187 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:26:07.190 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:26:08.779 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 11:26:10.431 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:26:23.591 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:26:23.591 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:26:26.084 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:26:26.084 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:26:26.122 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:26:26.125 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:27:26.089 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:27:26.089 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:28:12.436 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:28:12.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:28:26.090 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:28:26.091 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:28:42.221 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:28:42.221 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:29:09.288 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:29:09.289 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:29:26.124 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:29:26.125 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:30:26.086 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:30:26.087 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:30:31.086 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:30:31.087 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:30:49.616 859 859 E wificond: vivo add tx_good 567448 tx_bad 43
rx_good 813920 tx_retry 13094 tx_retry_times 0
06-28 11:30:52.642 859 859 E wificond: vivo add tx_good 567721 tx_bad 43
rx_good 814423 tx_retry 13095 tx_retry_times 0
06-28 11:30:55.688 859 859 E wificond: vivo add tx_good 567729 tx_bad 43
rx_good 814429 tx_retry 13095 tx_retry_times 0
06-28 11:30:58.713 859 859 E wificond: vivo add tx_good 567741 tx_bad 43
rx_good 814441 tx_retry 13095 tx_retry_times 0
06-28 11:31:01.761 859 859 E wificond: vivo add tx_good 567743 tx_bad 43
rx_good 814443 tx_retry 13096 tx_retry_times 0
06-28 11:31:04.791 859 859 E wificond: vivo add tx_good 567758 tx_bad 43
rx_good 814455 tx_retry 13096 tx_retry_times 0
06-28 11:31:10.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:31:10.699 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:31:11.091 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:31:11.092 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:31:23.667 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:31:23.668 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:31:26.068 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:31:26.073 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:32:26.083 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:32:26.085 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:32:51.937 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:32:51.939 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:32:59.581 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:32:59.581 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:33:26.076 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:33:26.077 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:33:29.257 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:33:29.258 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:33:38.810 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:33:38.812 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:34:26.128 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:34:26.129 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:35:05.288 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:35:18.176 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:35:18.179 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:35:26.089 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:35:26.089 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:35:34.915 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:35:34.918 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:35:34.978 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:35:34.978 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:35:40.094 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 11:35:40.551 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-28 11:35:40.658 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:35:40.660 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:35:42.158 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 11:35:44.243 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:35:47.907 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:35:47.908 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:35:54.606 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:35:54.607 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:36:26.080 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:36:26.081 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:37:26.087 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:37:26.088 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:37:36.782 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:37:36.782 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:38:16.418 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:38:16.418 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:38:26.089 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:38:26.089 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:38:26.119 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:38:26.122 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:39:26.081 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:39:26.081 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:40:05.290 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:40:05.290 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:40:15.867 1309 2517 E DiscreteRegistry: Deleting file 1687840619366tl
06-28 11:40:26.096 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:40:26.096 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:40:44.932 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:40:44.933 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:40:47.979 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:40:47.981 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:40:48.189 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:40:48.189 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:41:26.074 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:41:26.075 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:42:26.108 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:42:26.116 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:42:33.773 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:42:33.773 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:43:26.096 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:43:26.096 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:44:22.692 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:44:22.692 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:44:26.088 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:44:26.088 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:44:26.603 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:44:26.604 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:44:27.235 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:44:28.167 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:44:28.170 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 11:44:28.170 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:44:28.258 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:44:28.259 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:45:22.084 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:45:22.088 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:45:26.083 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:45:26.090 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:45:26.131 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:45:26.137 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:46:26.079 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:46:26.083 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:46:36.889 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 11:46:36.940 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 11:47:11.017 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:47:11.017 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:47:26.084 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:47:26.085 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:47:26.129 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:47:26.132 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:48:26.094 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:48:26.100 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:48:59.899 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:48:59.899 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:49:14.349 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:49:14.352 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:49:26.088 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:49:26.097 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:50:22.188 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:50:22.190 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:50:26.079 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:50:26.079 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:50:38.909 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:50:38.909 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:51:26.084 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:51:26.085 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:51:26.127 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:51:26.129 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:51:42.770 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-28 11:51:42.820 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:51:42.821 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:51:42.900 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:51:42.900 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:51:45.693 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 11:51:45.772 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:51:47.852 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 11:52:17.917 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:52:17.918 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:52:26.096 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:52:26.097 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:52:26.111 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:52:26.112 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:53:26.081 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:53:26.082 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:54:06.794 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:54:06.794 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:54:11.866 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:54:11.867 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:54:26.065 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:54:26.067 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:54:36.478 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:54:36.478 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:55:26.065 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:55:26.065 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:55:26.085 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:55:26.086 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:56:25.384 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:56:25.385 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:56:26.080 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:56:26.081 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:57:14.902 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:57:14.902 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:57:17.999 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:57:18.001 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:57:18.271 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:57:18.272 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 11:57:26.064 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:57:26.067 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:58:26.079 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:58:26.082 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:59:03.812 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:59:03.812 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:59:26.075 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:59:26.075 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 11:59:53.292 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 11:59:53.292 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:00:13.496 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:00:13.498 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:00:26.078 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:00:26.082 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:01:26.076 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:01:26.076 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:01:42.210 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:01:42.211 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:02:26.077 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:02:26.078 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:02:41.605 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:02:41.605 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:02:44.146 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:02:44.147 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:02:52.011 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:02:52.012 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:03:26.088 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:03:26.101 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:04:26.080 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:04:26.081 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:04:30.525 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:04:30.525 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:05:26.065 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:05:26.068 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:05:29.887 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:05:29.889 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:05:41.388 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:05:41.390 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:06:26.082 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:06:26.083 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:07:18.812 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:07:18.813 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:07:26.062 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:07:26.062 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:08:18.231 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:08:18.231 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:08:26.075 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:08:26.079 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:08:26.102 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:08:26.103 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:09:26.076 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:09:26.076 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:10:07.120 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:10:07.121 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:10:16.836 1309 2517 E DiscreteRegistry: Deleting file 1687842420505tl
06-28 12:10:26.078 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:10:26.079 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:10:29.952 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:10:29.955 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:11:16.431 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:11:16.431 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:11:16.639 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:11:16.639 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:11:26.073 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:11:26.073 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:12:26.081 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:12:26.082 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:13:03.140 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 12:13:03.363 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 12:13:04.247 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 12:13:04.818 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 12:13:05.311 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:13:05.313 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:13:26.066 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:13:26.066 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:13:54.810 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:13:54.811 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:14:26.078 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:14:26.078 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:14:26.105 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:14:26.106 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:15:26.064 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:15:26.065 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:15:43.703 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:15:43.704 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:16:16.493 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:16:16.495 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:16:26.064 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:16:26.065 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:16:43.120 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:16:43.120 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:17:02.716 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:17:02.718 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:17:08.239 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:17:08.240 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:17:09.128 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:17:09.689 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:17:09.690 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:17:09.785 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:17:09.786 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:17:10.410 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 12:17:26.084 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:17:26.086 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:18:26.086 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:18:26.090 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:18:32.027 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:18:32.027 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:18:51.840 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:18:51.841 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:19:15.101 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:19:15.102 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:19:26.089 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:19:26.090 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:19:57.347 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-28 12:19:57.436 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:19:57.439 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:19:57.527 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:19:57.531 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:19:59.056 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 12:19:59.155 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:20:01.348 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:20:26.097 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:20:26.099 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 12:20:31.471 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:20:31.488 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:20:31.488 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:20:31.488 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-28 12:20:31.499 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:20:31.499 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:20:31.507 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:20:31.507 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:20:31.536 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:20:31.538 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 12:20:31.547 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:20:31.554 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:20:31.575 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:20:31.576 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:20:31.596 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:20:31.596 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:20:31.625 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:20:31.626 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:22:20.474 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:22:20.475 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:24:09.385 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:24:09.386 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:25:58.295 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:25:58.295 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:27:47.180 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:27:47.181 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:29:36.085 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:29:36.085 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:30:06.022 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:30:09.656 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:30:11.402 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 12:30:11.573 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 12:30:11.801 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 12:30:13.397 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:30:14.505 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:30:17.055 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:30:24.558 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:30:25.984 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:30:28.717 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:30:28.861 1309 1435 E DiscreteRegistry: Deleting file 1687843324072tl
06-28 12:30:31.469 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:30:31.469 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:31:24.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:31:24.996 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:32:14.475 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:32:14.477 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:32:24.324 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:32:24.493 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:32:28.431 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-28 12:32:30.777 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:32:42.561 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:32:43.414 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 12:32:43.630 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 12:32:43.899 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 12:32:51.837 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 12:32:52.941 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 12:33:17.602 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:33:19.278 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:33:21.708 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:33:27.632 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:34:03.390 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:34:03.408 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:34:23.151 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:34:26.857 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:34:27.672 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:34:30.547 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:35:52.286 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:35:52.286 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:37:41.200 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:37:41.200 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:38:40.599 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:38:40.599 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:38:48.096 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:40:24.273 1309 2517 E DiscreteRegistry: Deleting file 1687844229114tl
06-28 12:40:29.478 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:40:29.479 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:40:31.463 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:40:31.464 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:42:18.391 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:42:18.391 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:44:07.295 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:44:07.295 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:44:56.806 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:44:56.807 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:46:45.701 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:46:45.703 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:48:13.609 1309 1445 E ActivityManager: Failure starting process
com.vivo.appstore
06-28 12:48:13.609 1309 1445 E ActivityManager: java.lang.SecurityException:
Package com.vivo.appstore is currently frozen!
06-28 12:48:13.609 1309 1445 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
com.android.server.am.BroadcastQueue.processNextBroadcastLocked(BroadcastQueue.java
:2055)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:1236)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
com.android.server.am.BroadcastQueue.access$100(BroadcastQueue.java:104)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.
java:235)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
android.os.Handler.dispatchMessage(Handler.java:106)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
android.os.Looper.loopOnce(Looper.java:233)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
android.os.Looper.loop(Looper.java:334)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
android.os.HandlerThread.run(HandlerThread.java:67)
06-28 12:48:13.609 1309 1445 E ActivityManager: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
06-28 12:48:16.568 1309 1309 I Telecom : eo: Package com.vivo.appstore is not
tracked.: SSH.oR@AAE
06-28 12:48:17.906 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~KbtMy138ikRQERqtunk3JQ==/com.vivo.appstore-rs1vzyn46BjNXEggl-5d9A==/
base.apk
06-28 12:48:18.471 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~KbtMy138ikRQERqtunk3JQ==/com.vivo.appstore-rs1vzyn46BjNXEggl-5d9A==/
base.apk
06-28 12:48:34.617 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:48:34.618 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:50:23.512 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:50:23.512 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:50:31.450 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:50:31.450 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:51:32.832 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:51:32.832 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:53:21.709 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:53:21.709 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:55:10.607 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:55:10.607 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:55:43.321 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:55:52.883 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:56:03.808 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:56:11.869 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:56:14.241 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:56:14.438 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:56:21.309 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:56:25.241 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:56:27.012 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:56:43.216 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:56:59.512 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:56:59.512 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:57:05.039 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:57:28.553 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:58:08.802 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:58:08.803 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 12:58:09.468 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:58:43.007 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:59:46.278 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 12:59:57.718 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 12:59:57.726 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:00:31.455 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:00:31.457 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:00:32.426 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:00:32.538 1309 1435 E DiscreteRegistry: Deleting file 1687845130169tl
06-28 13:00:50.389 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:01:06.081 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:01:10.698 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:01:16.691 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:01:34.702 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 13:01:34.722 1309 4071 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 13:01:34.745 1309 4071 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 13:01:34.796 1309 1543 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 13:01:34.839 1309 4071 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 13:01:34.884 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 13:01:34.942 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 13:01:35.048 1309 4071 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 13:01:35.099 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 13:01:35.129 1309 3540 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 13:01:35.191 1309 4071 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 13:01:35.236 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 13:01:46.619 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:01:46.619 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:01:56.236 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:02:11.483 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:02:26.569 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:03:35.526 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:03:35.527 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:03:48.631 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:04:16.457 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:04:41.261 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:04:47.325 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:04:48.170 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:04:50.577 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:05:04.628 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:05:04.628 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:05:18.656 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 13:05:18.934 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 13:05:22.052 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 13:06:53.536 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:06:53.536 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:08:42.462 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:08:42.462 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:10:24.609 1309 2517 E DiscreteRegistry: Deleting file 1687846032584tl
06-28 13:10:31.334 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:10:31.335 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:10:53.998 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:12:10.335 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:12:10.335 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:13:59.245 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:13:59.246 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:15:38.116 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:15:42.878 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:15:47.831 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:15:47.837 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:15:48.137 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:15:48.138 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:15:48.340 1309 2338 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE
06-28 13:15:52.281 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-28 13:15:52.477 1309 2226 E _V_ConnectPemService: getSingleAppType
java.lang.NullPointerException: Attempt to get length of null array
06-28 13:15:52.478 1309 2226 E _V_AppTypeManager: arraySize <= 3!
06-28 13:15:52.611 1309 2253 E _V_Sensor_ConnectPemService: getSingleAppType
java.lang.NullPointerException: Attempt to get length of null array
06-28 13:15:52.612 1309 2253 E _V_Sensor_AppTypeManager: arraySize <= 3!
06-28 13:15:56.065 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:15:59.995 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:16:07.462 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:16:13.437 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:16:18.455 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:17:14.020 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:17:14.479 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:17:24.464 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:17:28.750 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:17:37.124 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:17:37.125 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:18:02.696 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:18:06.802 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:18:06.807 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:19:06.451 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:19:34.316 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:19:55.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:19:55.688 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:19:59.611 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:20:31.484 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:20:31.486 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:20:34.708 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:20:52.403 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:21:20.079 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:21:44.133 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:21:44.545 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:21:44.545 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:22:14.045 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:22:24.951 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:23:24.390 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:23:33.481 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:23:33.481 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:23:34.586 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:23:42.449 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:24:12.696 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:25:04.794 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:25:12.495 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:25:12.495 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:25:18.832 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:25:57.737 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:26:24.877 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:26:34.673 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:26:35.772 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:26:38.955 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:27:01.386 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:27:01.386 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:28:50.278 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:28:50.278 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:30:10.971 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 13:30:11.581 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 13:30:31.460 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:30:31.460 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:30:39.191 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:30:39.192 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:30:42.997 1309 1435 E DiscreteRegistry: Deleting file 1687846825309tl
06-28 13:31:48.501 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:31:48.501 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:33:37.371 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:33:37.381 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:35:26.300 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:35:26.300 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:36:24.589 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 13:36:24.870 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 13:36:31.082 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 13:37:15.179 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:37:15.180 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:38:04.684 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:38:04.685 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:39:08.472 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 13:39:09.378 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 13:39:09.431 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:39:09.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:40:32.669 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:40:32.669 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 13:42:29.766 1309 2517 E DiscreteRegistry: Deleting file 1687847991372tl
06-28 13:48:46.888 1309 27821 E _V_RichTapVibratorService: getExtension == null
06-28 13:48:46.899 1309 1309 E NotificationService: Muting recently noisy 0|
com.vivo.browser|1|null|10051
06-28 13:50:32.784 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 13:50:32.785 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 14:00:32.762 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 14:00:32.763 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 14:01:02.495 1309 1435 E DiscreteRegistry: Deleting file 1687848913930tl
06-28 14:01:40.354 1309 28235 E _V_RichTapVibratorService: getExtension == null
06-28 14:02:39.285 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 14:10:32.830 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 14:10:32.831 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 14:10:32.874 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 14:10:32.897 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 14:12:43.169 1309 28720 E _V_RichTapVibratorService: getExtension == null
06-28 14:16:42.854 1309 1435 E DiscreteRegistry: Deleting file 1687849946501tl
06-28 14:16:42.885 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 14:16:42.912 1309 2589 W _V_AlarmAlign: Do not set to kernel
06-28 14:16:42.912 1309 2589 W _V_AlarmAlign: Do not set to kernel
06-28 14:16:42.924 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 14:16:42.924 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 14:16:42.926 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 14:16:42.932 1309 2704 W _V_AlarmAlign: Do not set to kernel
06-28 14:16:42.932 1309 2704 W _V_AlarmAlign: Do not set to kernel
06-28 14:16:42.946 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-28 14:16:42.946 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-28 14:16:42.948 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 14:16:42.949 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 14:16:42.950 1309 2704 W _V_AlarmAlign: Do not set to kernel
06-28 14:16:42.950 1309 2704 W _V_AlarmAlign: Do not set to kernel
06-28 14:16:42.954 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 14:16:42.958 1309 2704 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10 pkg=org.detikcom.rss (has extras) }
06-28 14:20:12.916 1309 15763 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-28 14:20:12.918 1309 15763 E VivoArtKeeperService: delete donwload failed file
06-28 14:20:16.844 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 14:20:16.847 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 14:20:31.492 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 14:20:31.496 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 14:22:05.739 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 14:22:05.739 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 14:22:42.043 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 14:30:32.692 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 14:30:32.692 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 14:32:25.999 1309 1435 E DiscreteRegistry: Deleting file 1687850849698tl
06-28 14:40:13.915 1309 1309 E NotificationService: Muting recently noisy 0|
com.kwai.bulldog|-102606057|null|10193
06-28 14:40:31.470 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 14:40:31.470 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 14:40:51.939 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-28 14:40:53.779 1309 2589 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-28 14:49:01.752 1309 1435 E DiscreteRegistry: Deleting file 1687851531785tl
06-28 14:49:01.753 1309 1435 E DiscreteRegistry: Deleting file 1687851749532tl
06-28 14:50:31.449 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 14:50:31.449 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:00:32.668 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:00:32.675 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:09:15.962 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 0.0
useprox = false
06-28 15:09:16.203 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:09:16.203 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:09:16.214 1309 1435 E DiscreteRegistry: Deleting file 1687853334719tl
06-28 15:09:17.796 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 15:09:17.922 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 15:09:24.238 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 15:09:24.699 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 15:09:24.954 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 15:09:25.213 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 15:09:26.560 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 15:09:26.800 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 15:09:27.051 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 15:10:05.564 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:10:05.568 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:10:25.370 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:10:25.371 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:10:31.468 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:10:31.468 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:12:14.306 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:12:14.309 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:12:55.929 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 15:14:03.177 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:14:03.177 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:15:52.104 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:15:52.104 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:17:41.039 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:17:41.039 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:18:00.788 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:18:00.792 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:19:49.689 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:19:49.689 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:20:31.459 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:20:31.459 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:21:38.609 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:21:38.610 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:21:57.569 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 15:22:01.437 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 15:23:06.478 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 15:23:06.610 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 15:23:08.951 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 15:23:27.559 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:23:27.600 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:24:21.071 1309 1435 E DiscreteRegistry: Deleting file 1687853549685tl
06-28 15:24:36.804 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:24:36.805 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:26:25.707 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:26:25.707 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:28:14.595 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:28:14.597 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:30:03.489 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:30:03.489 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:30:31.466 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:30:31.466 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:31:52.410 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:31:52.411 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:31:54.515 1309 2517 E DiscreteRegistry: Deleting file 1687854483656tl
06-28 15:33:41.285 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:33:41.287 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:35:30.186 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:35:30.186 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:35:51.678 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 15:35:52.709 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 15:35:52.880 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:35:52.880 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:40:31.693 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:40:31.693 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:44:40.831 1309 2338 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE
06-28 15:44:43.455 1309 3091 E _V_RichTapVibratorService: getExtension == null
06-28 15:44:50.796 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:44:50.798 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 15:50:32.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 15:50:32.670 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:00:32.764 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:00:32.764 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:00:58.476 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 16:00:58.574 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 16:00:58.817 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-28 16:00:59.640 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:00:59.640 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:01:00.052 1309 4064 E JobScheduler.Concurrency: Error executing
JobStatus{484e4de #u0a79/0
com.vivo.imanager/com.iqoo.secure.notification.NotificationService u=0 s=10079
TIME=none:-2ms READY}
06-28 16:01:00.978 1309 1309 E NotificationService: Muting recently noisy 0|
com.kwai.bulldog|-102046016|null|10193
06-28 16:01:01.109 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{484e4de #u0a79/0
com.vivo.imanager/com.iqoo.secure.notification.NotificationService u=0 s=10079
TIME=none:-1s59ms READY}
06-28 16:01:01.131 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{484e4de #u0a79/0
com.vivo.imanager/com.iqoo.secure.notification.NotificationService u=0 s=10079
TIME=none:-1s80ms READY}
06-28 16:01:02.460 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 16:01:02.505 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{700f9cd #u0a230/7
com.artlife.coloringbook/androidx.work.impl.background.systemjob.SystemJobService
u=0 s=10230 TIME=-1m2s786ms:none READY}
06-28 16:01:02.505 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{484e4de #u0a79/0
com.vivo.imanager/com.iqoo.secure.notification.NotificationService u=0 s=10079
TIME=none:-2s454ms READY}
06-28 16:01:03.815 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 16:01:05.596 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 16:01:05.619 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 16:01:09.679 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 16:01:10.149 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 16:01:11.016 1309 1594 E _V_PowerDataReport: The current time is less than
the last time, so failed
06-28 16:01:11.313 1309 1594 E _V_PowerDataReport: The current time is less than
the last time, so failed
06-28 16:01:21.479 1309 1594 E _V_PowerDataReport: The current time is less than
the last time, so failed
06-28 16:01:53.749 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:01:53.749 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:01:58.672 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 16:02:27.296 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:02:27.308 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:04:16.195 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:04:16.195 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:05:12.911 1309 16110 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-28 16:05:12.914 1309 16110 E VivoArtKeeperService: delete donwload failed file
06-28 16:06:17.640 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:06:17.646 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:08:06.532 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:08:06.535 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:08:43.465 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 0 details = double-tap pkgName = android prox = 5.0 useprox =
false
06-28 16:08:43.478 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-28 16:08:44.053 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:08:44.053 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:08:51.903 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:08:51.903 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:09:55.423 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:09:55.423 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:10:31.477 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:10:31.478 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:11:13.321 1309 23133 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-28 16:11:13.324 1309 23133 E VivoArtKeeperService: delete donwload failed file
06-28 16:11:44.329 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:11:44.339 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:12:41.321 1309 1501 E PackageInstallerSession: Failed to verify session
2076869209 [INSTALL_FAILED_VERIFICATION_FAILURE: Package Verification Result]
06-28 16:12:55.372 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:12:55.422 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:12:55.473 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:12:55.499 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:12:55.525 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:12:55.697 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:12:55.785 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:12:55.903 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:12:55.950 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:12:56.030 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:12:56.053 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:38.765 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:38.794 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:38.800 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:38.816 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:38.824 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:55.052 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:55.074 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:55.164 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:55.265 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:55.308 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:55.362 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:55.389 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:55.432 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:56.683 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:56.714 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:56.777 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:56.796 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:56.823 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:56.842 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:56.848 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:13:56.953 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.287 1309 2849 W _V_AlarmAlign: Do not set to kernel
06-28 16:15:46.297 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.302 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.308 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.312 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.368 1309 4075 W _V_AlarmAlign: Do not set to kernel
06-28 16:15:46.370 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.371 1309 2589 W _V_AlarmAlign: Do not set to kernel
06-28 16:15:46.372 1309 4075 W _V_AlarmAlign: Do not set to kernel
06-28 16:15:46.376 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.379 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.408 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.428 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.447 1309 4076 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-28 16:15:46.483 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.507 1309 3968 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 16:15:46.618 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.673 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.744 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.766 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.824 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.887 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.934 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:46.953 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.136 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.228 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.299 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.376 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.513 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.532 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.579 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.699 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.768 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.869 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.886 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.900 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:47.992 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:48.151 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:15:48.272 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 16:20:31.669 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:20:31.670 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:20:40.314 1309 4071 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 16:20:40.333 1309 4071 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 16:20:40.678 1309 4071 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 16:26:34.827 1309 1435 E DiscreteRegistry: Deleting file 1687857307630tl
06-28 16:30:32.674 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:30:32.675 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:34:55.183 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-28 16:34:55.545 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:34:55.545 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:34:58.876 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:34:58.876 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:40:32.660 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:40:32.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 16:44:38.900 1309 1435 E DiscreteRegistry: Deleting file 1687858448573tl
06-28 16:50:32.687 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 16:50:32.688 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 17:00:32.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 17:00:32.682 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 17:04:32.910 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 17:04:32.910 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 17:04:33.904 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-28 17:04:35.748 1309 3968 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-28 17:08:37.780 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 17:08:37.784 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 17:08:37.790 1309 4071 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.ips_attempts value:3
pkg:com.vivo.pushservice userId:0
06-28 17:10:32.706 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 17:10:32.707 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 17:20:32.672 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 17:20:32.672 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 17:30:31.739 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 17:30:31.740 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 17:33:26.887 1309 1435 E DiscreteRegistry: Deleting file 1687861680586tl
06-28 17:40:32.682 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 17:40:32.682 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 17:44:37.940 1309 15263 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-28 17:44:37.944 1309 15263 E VivoArtKeeperService: delete donwload failed file
06-28 17:45:56.107 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 17:45:56.107 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 17:50:32.667 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 17:50:32.668 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 17:50:32.794 1309 1435 E DiscreteRegistry: Deleting file 1687862580614tl
06-28 18:00:32.683 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:00:32.683 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:08:36.859 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10165, isRmsPreload = false, keepQuiet
=false
06-28 18:08:36.869 1309 2221 W _V_AlarmAlign: Do not set to kernel
06-28 18:08:36.870 1309 2221 W _V_AlarmAlign: Do not set to kernel
06-28 18:08:36.871 1309 1309 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 18:08:36.871 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.simejikeyboard uid 10258, isRmsPreload = false, keepQuiet =false
06-28 18:08:36.878 1309 4074 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-28 18:08:36.881 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10165, isRmsPreload = false, keepQuiet
=false
06-28 18:08:36.885 1309 1435 E DiscreteRegistry: Deleting file 1687863545093tl
06-28 18:08:36.892 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 18:08:36.894 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 18:08:36.895 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 18:08:36.897 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 18:10:32.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:10:32.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:16:40.003 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:16:40.004 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:20:32.677 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:20:32.677 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:28:02.866 1309 1435 E DiscreteRegistry: Deleting file 1687864480774tl
06-28 18:30:32.677 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:30:32.677 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:34:33.669 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-28 18:34:33.803 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:34:33.803 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:34:34.182 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-28 18:34:40.017 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 18:34:40.143 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 18:34:42.718 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 18:34:42.975 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:34:42.976 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:34:44.833 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-28 18:34:47.020 1309 4071 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-28 18:35:08.544 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:25.254 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-28 18:35:25.604 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:35:25.605 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:35:27.748 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 18:35:27.992 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 18:35:29.855 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 18:35:34.791 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 18:35:50.385 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:50.706 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:51.176 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:51.435 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:51.711 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:52.036 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:53.402 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:53.696 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:54.720 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:54.952 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:55.217 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:57.651 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:57.929 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:35:59.967 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:36:01.414 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:36:21.101 1309 2517 E DiscreteRegistry: Deleting file 1687865388993tl
06-28 18:36:27.340 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 18:36:29.725 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 18:36:32.895 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:36:32.895 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:37:10.354 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:37:12.352 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:37:13.032 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:37:13.569 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:38:21.821 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:38:21.821 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:38:51.484 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:38:51.484 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:39:39.958 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-28 18:40:31.451 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:40:31.452 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:40:40.379 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:40:40.379 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:42:29.288 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:42:29.292 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:44:18.202 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:44:18.203 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:44:57.844 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:44:57.845 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:46:46.721 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:46:46.722 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:48:35.592 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:48:35.598 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:50:24.516 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:50:24.516 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:50:31.463 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:50:31.463 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:51:49.299 1309 8992 E _V_RichTapVibratorService: getExtension == null
06-28 18:51:49.351 1309 8995 E _V_RichTapVibratorService: getExtension == null
06-28 18:51:53.631 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:51:53.632 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:51:53.661 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 18:52:54.583 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:52:57.668 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:52:58.145 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:52:59.044 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:53:03.868 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:53:04.098 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:53:04.399 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:53:05.656 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:53:05.919 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:53:06.810 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:53:42.533 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:53:42.538 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:55:31.393 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:55:31.393 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:56:47.169 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:56:47.463 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:56:48.016 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:56:48.327 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 18:57:20.300 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:57:20.300 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 18:57:27.929 859 859 E wificond: vivo add tx_good 1213095 tx_bad 118
rx_good 1575923 tx_retry 81995 tx_retry_times 0
06-28 18:58:08.289 1309 1435 E DiscreteRegistry: Deleting file 1687866289759tl
06-28 18:58:29.628 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 18:58:29.629 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:00:18.505 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:00:18.505 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:00:31.454 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:00:31.455 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:02:07.413 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:02:07.414 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:03:56.306 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:03:56.308 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:04:26.028 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:04:26.029 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:06:14.955 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:06:14.956 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:06:25.903 1309 2517 E DiscreteRegistry: Deleting file 1687867190611tl
06-28 19:08:03.820 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:08:03.822 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:09:52.721 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:09:52.722 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:10:31.446 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:10:31.447 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:10:42.241 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:10:42.241 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:12:31.140 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:12:31.141 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:14:20.021 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:14:20.022 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:15:25.643 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-28 19:16:08.933 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:16:08.933 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:17:28.135 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:17:28.135 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:19:17.026 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:19:17.027 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:20:31.459 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:20:31.461 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:21:05.924 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:21:05.925 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:22:54.835 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:22:54.835 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:23:54.264 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:23:54.265 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:25:43.148 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:25:43.148 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:27:32.040 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:27:32.040 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:28:10.077 1309 1435 E DiscreteRegistry: Deleting file 1687868091594tl
06-28 19:29:20.939 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:29:20.944 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:29:56.889 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-28 19:29:56.896 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-28 19:29:59.641 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 19:30:00.562 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:30:00.564 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:30:31.464 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:30:31.465 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:31:49.466 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:31:49.473 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:33:38.345 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:33:38.348 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:35:27.245 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:35:27.245 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:36:25.924 1309 2517 E DiscreteRegistry: Deleting file 1687868992420tl
06-28 19:36:26.663 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:36:26.664 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:38:15.544 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:38:15.544 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 19:39:14.081 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 19:39:20.233 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{c93a10e #u0a166/110
com.google.android.webview/org.chromium.android_webview.nonembedded.AwComponentUpda
teService u=0 s=10166 NET READY}
06-28 19:39:22.089 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 19:39:36.075 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:39:36.152 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:39:36.153 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:39:36.153 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-28 19:39:36.190 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:39:36.191 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:39:36.240 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 19:39:37.119 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:39:37.119 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:39:37.120 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:39:37.120 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:39:37.121 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:39:37.122 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:39:37.156 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:39:37.156 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:40:36.047 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:40:36.048 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:40:54.054 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 19:40:54.270 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 19:40:54.641 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 19:40:55.326 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:40:55.327 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:41:17.367 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 19:41:17.985 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 19:41:26.455 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:41:26.456 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:41:35.980 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:41:35.981 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:41:43.771 1309 1309 E NotificationService: Muting recently noisy 0|
com.vivo.browser|378055740|null|10051
06-28 19:41:56.014 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 19:42:35.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:42:35.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:42:44.192 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:42:44.201 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:43:13.884 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:43:13.885 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:43:15.772 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:43:15.773 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:43:35.983 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:43:35.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:44:35.978 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:44:35.978 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:45:02.813 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:45:02.813 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:45:29.512 1309 16171 E _V_RichTapVibratorService: getExtension == null
06-28 19:45:32.517 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:45:32.527 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:45:36.015 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:45:36.018 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:45:36.040 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:45:36.041 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:45:55.427 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:45:55.428 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:46:35.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:46:35.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:47:21.400 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:47:21.400 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:47:36.006 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:47:36.014 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:47:51.113 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:47:51.114 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:48:35.994 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:48:35.996 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:48:36.008 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:48:36.009 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:49:35.976 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:49:35.976 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:49:39.995 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:49:39.995 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:50:09.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:50:09.694 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:50:14.037 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:50:14.039 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:50:35.982 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:50:35.983 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:51:31.852 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 19:51:35.975 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:51:35.975 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:51:38.197 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 19:51:42.895 859 859 E wificond: vivo add tx_good 1309677 tx_bad 135
rx_good 1677907 tx_retry 85096 tx_retry_times 0
06-28 19:51:44.618 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 19:51:45.918 859 859 E wificond: vivo add tx_good 1309905 tx_bad 135
rx_good 1678142 tx_retry 85099 tx_retry_times 0
06-28 19:51:48.427 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 19:51:58.604 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:51:58.604 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:52:00.709 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 19:52:01.960 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 19:52:35.974 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:52:35.977 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:52:38.199 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:52:38.200 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:52:51.168 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:52:51.170 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:52:51.362 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:52:51.362 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:53:35.982 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:53:35.983 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:54:08.617 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:54:08.622 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:54:09.077 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:54:09.078 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:54:09.133 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 19:54:27.119 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:54:27.124 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:54:35.972 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:54:35.975 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:54:56.836 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:54:56.836 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:54:58.286 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:54:58.288 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:55:14.704 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-28 19:55:14.785 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:55:14.787 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:55:15.074 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:55:15.075 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:55:15.945 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 19:55:17.005 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 19:55:19.510 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 19:55:24.293 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 19:55:35.983 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:55:35.990 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:55:59.607 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: Couldn't communicate with
notification manager
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: java.lang.SecurityException:
Permission Denial: reading androidx.core.content.FileProvider uri
content://com.shopee.id.fileprovider/shared_external_files/shopeeID/
com.shopee.app.application.ShopeeApplication/ringtone/63_-524762285 from pid=0,
uid=1000 requires the provider be exported, or grantUriPermission()
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance0(Native Method)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.ParcelableException.readFromParcel(ParcelableException.java:56)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.Parcel.readParcelable(Parcel.java:3348)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.Parcel.readValue(Parcel.java:3241)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.Parcel.readArrayMapInternal(Parcel.java:3638)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:297)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.BaseBundle.unparcel(BaseBundle.java:241)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.Bundle.getParcelable(Bundle.java:1002)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.content.ContentResolver$ResultListener.onResult(ContentResolver.java:1016)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.RemoteCallback.sendResult(RemoteCallback.java:75)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.RemoteCallback$1.sendResult(RemoteCallback.java:52)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.IRemoteCallback$Stub.onTransact(IRemoteCallback.java:89)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.Binder.execTransactInternal(Binder.java:1184)
06-28 19:56:04.802 1309 18229 E NotifBackupHelper: at
android.os.Binder.execTransact(Binder.java:1143)
06-28 19:56:36.022 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:56:36.024 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:56:45.713 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:56:45.716 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:57:15.442 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:57:15.443 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:57:18.663 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:57:18.664 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:57:18.728 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:57:18.734 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:57:19.014 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 19:57:35.973 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:57:35.974 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:58:00.188 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-28 19:58:00.303 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:58:00.304 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:58:00.390 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:58:00.392 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:58:01.636 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 19:58:02.722 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 19:58:11.626 1309 1435 E DiscreteRegistry: Deleting file 1687869893257tl
06-28 19:58:35.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:58:35.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:58:47.686 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:58:47.687 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 19:59:04.332 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:59:04.332 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:59:34.065 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:59:34.068 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 19:59:35.974 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 19:59:35.975 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:00:10.513 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:00:10.514 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:00:35.999 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:00:35.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:00:54.108 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:00:54.311 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:00:55.911 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:00:55.912 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:00:58.730 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-28 20:00:59.367 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:00.145 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:00.778 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:01.225 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:02.584 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:03.634 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:06.386 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:06.975 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:07.500 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:08.062 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:08.654 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:08.752 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:01:14.655 1309 2850 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 20:01:14.670 1309 2850 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 20:01:14.679 1309 2850 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 20:01:14.690 1309 4075 D InputMethodManagerService: IME window vis: 3
active: 1 inv: 0 displayId: 0
06-28 20:01:14.704 1309 1426 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{7dd3868 u0
com.ss.android.ugc.trill/com.ss.android.ugc.aweme.search.pages.core.ui.activity.Sea
rchResultActivity} isClosing:false mImeRequester:Window{7dd3868 u0
com.ss.android.ugc.trill/com.ss.android.ugc.aweme.search.pages.core.ui.activity.Sea
rchResultActivity} controlTarget:Window{7dd3868 u0
com.ss.android.ugc.trill/com.ss.android.ugc.aweme.search.pages.core.ui.activity.Sea
rchResultActivity}
06-28 20:01:14.704 1309 1426 V _V_WindowManager: isReadyToShowIme
dcTarget:Window{7dd3868 u0
com.ss.android.ugc.trill/com.ss.android.ugc.aweme.search.pages.core.ui.activity.Sea
rchResultActivity} isClosing:false mImeRequester:Window{7dd3868 u0
com.ss.android.ugc.trill/com.ss.android.ugc.aweme.search.pages.core.ui.activity.Sea
rchResultActivity} controlTarget:Window{7dd3868 u0
com.ss.android.ugc.trill/com.ss.android.ugc.aweme.search.pages.core.ui.activity.Sea
rchResultActivity}
06-28 20:01:14.739 1309 2252 I _V_Sensor_LuxManager: getOptimizedLux lux =
1.7064847; medianLux = 0.0; kalmanLux = 0.0; speculatedLux = 0.0; finalLux = 0.0
06-28 20:01:14.833 1309 2850 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 20:01:14.852 1309 1426 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
06-28 20:01:14.883 1309 4073 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 20:01:14.970 1309 4073 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 20:01:14.971 1309 3946 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 20:01:15.003 1309 3946 I ActivityManager: Killing
18174:com.google.android.apps.assistant/u0a149 (adj 955): empty #17
06-28 20:01:15.008 1309 3946 I ActivityManager: Killing
18172:com.google.android.apps.searchlite/u0a152 (adj 965): empty #18
06-28 20:01:15.011 1309 3946 I ActivityManager: Killing
5945:com.vivo.appstore/u0a38 (adj 975): empty #19
06-28 20:01:15.024 1309 4075 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 20:01:15.053 1309 4075 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 20:01:15.070 1309 2160 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 20:01:15.084 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-28 20:01:15.096 1309 4073 D _V_VivoInputManager: isTrustedWindow result=
false
06-28 20:01:15.100 1309 4073 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4731
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
06-28 20:01:15.100 1309 4073 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.ss.android.ugc.trill:
parentWindow@7dd3868: 293a5af u0 PopupWindow:8489490} task=null
06-28 20:01:15.125 1309 4076 D _V_WindowManager: Resize reasons w=
Window{com.ss.android.ugc.trill: parentWindow@7dd3868: 293a5af u0
PopupWindow:8489490}, shouldSendRedrawForSync() = false
06-28 20:01:15.128 1309 4076 I WindowManager: Relayout
Window{com.ss.android.ugc.trill: parentWindow@7dd3868: 293a5af u0
PopupWindow:8489490}: oldVis=0, newVis=0, requestedWidth=53, requestedHeight=51,
attrs.width=-2, attrs.height=-2, compatFrame = Rect(185, 127 - 238, 178),
mAttrs.privateFlags = 42018000, mInvGlobalScale = 1.0
06-28 20:01:15.148 1309 2745 D _V_WindowManager: finishDrawingWindow:
Window{com.ss.android.ugc.trill: parentWindow@7dd3868: 293a5af u0
PopupWindow:8489490} mDrawState=DRAW_PENDING
06-28 20:01:15.148 1309 2745 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@d87d09a mSyncState=0
06-28 20:01:15.155 1309 1426 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
06-28 20:01:15.162 1309 3946 D _V_WindowManager: finishDrawingWindow:
Window{com.ss.android.ugc.trill: parentWindow@7dd3868: 293a5af u0
PopupWindow:8489490} mDrawState=HAS_DRAWN
06-28 20:01:15.162 1309 3946 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@6dbcc1 mSyncState=0
06-28 20:01:15.163 1309 1426 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
06-28 20:01:15.163 1309 1426 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
06-28 20:01:15.164 1309 1426 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
06-28 20:01:17.444 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:17.925 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-28 20:01:18.006 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:01:22.003 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:01:22.948 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:01:22.950 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:01:35.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:01:35.992 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:01:42.415 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:01:47.268 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:01:52.652 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:01:52.653 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:01:59.810 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:01:59.811 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:02:35.993 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:02:35.994 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:03:35.973 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:03:35.973 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:03:41.541 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:03:41.547 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:04:01.341 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:04:01.341 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:04:01.842 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:04:01.842 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:04:34.158 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:04:34.159 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:04:35.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:04:35.990 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:05:35.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:05:35.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:05:50.236 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:05:50.236 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:06:00.149 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:06:00.149 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:06:26.017 1309 2517 E DiscreteRegistry: Deleting file 1687870794398tl
06-28 20:06:35.997 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:06:36.000 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:06:36.033 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:06:36.034 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:07:16.595 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:07:17.500 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:07:19.652 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:07:35.977 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:07:35.977 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:07:49.055 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:07:49.055 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:07:57.735 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:08:04.890 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:08:04.988 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:08:07.659 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:08:35.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:08:35.986 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:08:49.700 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 20:08:50.447 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:07.268 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:09:07.354 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:09:09.925 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:10.036 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:09:13.165 1309 2850 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:14.071 1309 2849 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:14.558 1309 2849 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:15.079 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:15.995 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:16.309 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:16.870 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:17.375 1309 2849 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:17.917 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:18.988 1309 2850 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:19.548 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:20.145 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:20.631 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:21.170 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:21.684 1309 2850 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:21.735 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:09:25.848 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:09:28.008 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 20:09:35.984 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:09:35.986 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:09:37.955 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:09:37.956 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:09:52.841 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:10:27.459 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:10:27.460 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:10:30.051 859 859 E wificond: vivo add tx_good 1361309 tx_bad 144
rx_good 1739083 tx_retry 86977 tx_retry_times 0
06-28 20:10:35.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:10:35.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:10:36.067 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:10:36.067 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:10:43.635 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:10:49.729 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:11:00.264 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:11:00.265 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:11:12.048 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:11:19.703 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:11:31.138 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 20:11:32.070 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 20:11:34.627 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 20:11:35.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:11:35.986 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:11:55.939 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:11:58.351 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:12:09.664 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:12:10.847 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:12:16.383 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:12:16.389 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:12:24.571 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:12:33.139 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:12:33.820 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:12:35.978 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:12:35.979 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:12:36.444 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:12:46.078 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:12:46.080 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:12:46.606 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:13:17.228 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:13:26.385 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-28 20:13:28.843 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:13:33.431 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:13:33.432 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:13:35.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:13:35.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:13:44.623 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:13:53.837 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:14:28.608 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:14:33.143 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:14:34.984 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:14:34.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:14:35.976 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:14:35.976 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:14:43.710 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:14:46.269 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:14:54.546 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:14:57.498 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:14:58.646 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:15:06.360 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:15:24.485 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:15:24.485 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:15:35.985 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:15:35.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:15:36.023 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:15:36.024 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:15:49.782 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:15:53.926 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:16:35.973 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:16:35.974 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:16:50.121 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:16:50.123 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:16:50.392 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:16:50.395 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:16:50.634 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 20:17:13.410 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:17:13.410 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:17:35.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:17:35.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:17:44.435 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-28 20:17:44.482 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:17:44.484 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:17:44.598 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:17:44.602 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:17:45.741 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 20:17:47.089 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:17:52.974 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:17:52.974 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:18:35.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:18:35.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:18:36.036 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:18:36.036 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:19:03.109 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:19:04.171 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:19:11.260 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:19:11.602 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:19:14.627 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:19:17.582 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-28 20:19:18.121 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-28 20:19:18.624 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-28 20:19:19.048 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-28 20:19:19.575 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-28 20:19:20.889 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:19:25.018 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:19:35.985 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:19:35.990 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:19:38.584 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:19:40.868 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:19:41.870 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:19:41.876 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:19:42.810 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:19:44.278 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:20:11.604 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:20:11.604 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:20:11.782 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:20:11.782 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:20:16.073 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:20:35.982 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:20:35.983 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:20:39.795 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:20:55.051 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:21:02.375 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:21:04.470 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:21:35.981 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:21:35.981 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:22:00.468 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:22:00.468 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:22:35.976 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:22:35.976 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:22:40.067 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:22:40.067 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:22:47.161 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:22:47.163 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:22:53.071 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:22:53.073 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:23:35.980 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:23:35.981 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:23:48.612 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:24:28.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:24:28.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:24:35.982 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:24:35.985 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:25:08.583 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:25:08.583 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:25:25.068 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:25:25.069 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:25:35.999 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:25:35.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:26:11.583 859 859 E wificond: vivo add tx_good 1413093 tx_bad 151
rx_good 1798537 tx_retry 89179 tx_retry_times 0
06-28 20:26:35.980 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:26:35.980 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:26:57.479 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:26:57.479 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:27:36.005 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:27:36.023 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:27:37.080 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:27:37.088 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:27:51.681 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:27:51.685 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:28:11.633 1309 1435 E DiscreteRegistry: Deleting file 1687871700637tl
06-28 20:28:11.635 1309 1435 E DiscreteRegistry: Deleting file 1687871873451tl
06-28 20:28:35.980 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:28:35.982 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:28:47.755 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:28:47.757 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:28:57.205 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:28:57.372 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:29:01.676 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:02.712 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:03.457 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:04.000 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:04.541 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:04.834 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:05.188 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:05.862 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:06.323 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:07.455 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:07.815 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:08.171 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:08.745 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-28 20:29:08.834 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:29:13.457 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:29:26.003 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:29:26.017 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:29:28.351 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:29:35.262 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:29:35.973 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:29:35.975 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:29:56.073 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:30:05.602 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:30:05.603 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:30:21.078 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:30:21.142 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:30:21.143 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:30:35.994 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:30:35.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:30:52.883 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:31:17.002 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:31:36.002 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:31:36.003 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:31:46.755 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:31:48.932 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:31:54.477 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:31:54.485 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:32:06.582 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:32:07.560 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:32:08.208 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:32:09.937 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:32:11.495 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:32:13.011 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:32:22.261 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:32:22.995 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:32:23.502 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:32:25.060 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:32:35.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:32:35.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:32:53.891 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:32:53.891 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:32:55.381 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:32:55.383 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:32:55.509 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:32:57.395 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:32:58.952 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:33:08.480 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:33:24.058 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:33:35.977 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:33:35.977 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:33:56.106 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:34:02.661 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:34:31.400 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:34:34.787 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:34:35.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:34:35.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:34:42.852 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:34:42.852 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:35:05.679 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:35:05.680 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:35:36.056 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:35:36.056 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:35:42.191 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:35:42.200 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:36:23.623 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:36:35.681 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:36:35.683 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:36:36.039 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:36:36.039 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:36:38.219 1309 2517 E DiscreteRegistry: Deleting file 1687872681500tl
06-28 20:37:11.008 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:37:31.103 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:37:31.115 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:37:34.683 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:37:35.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:37:35.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:38:05.942 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:38:10.741 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:38:10.743 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:38:27.531 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:38:35.978 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:38:35.980 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:38:36.016 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:38:36.019 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:38:37.138 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:39:35.616 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:39:35.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:39:35.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:39:59.609 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:39:59.609 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:40:36.004 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:40:36.005 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:40:38.630 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:40:42.265 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:40:42.267 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:40:59.018 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:40:59.018 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:40:59.989 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:41:25.304 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:41:35.984 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:41:35.984 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:41:36.005 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:41:36.006 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:42:04.811 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:42:35.972 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:42:35.976 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:42:47.924 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:42:47.925 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:43:27.519 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:43:27.520 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:43:35.993 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:43:35.993 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:43:36.015 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:43:36.015 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:44:15.839 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:44:18.717 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:44:35.979 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:44:35.981 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:44:43.154 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:45:16.408 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:45:16.408 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:45:26.438 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:45:32.250 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:45:35.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:45:35.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:45:47.868 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:45:59.151 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:45:59.152 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:46:05.972 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:46:15.815 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:46:15.815 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:46:29.250 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:46:33.186 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:46:35.978 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:46:35.979 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:46:36.014 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:46:36.016 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:47:36.008 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:47:36.009 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:48:04.730 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:48:04.731 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:48:24.516 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:48:35.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:48:35.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:48:54.222 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:48:54.224 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:49:35.977 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:49:35.978 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:49:36.006 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:49:36.007 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:49:59.466 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:50:15.259 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:50:35.976 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:50:35.977 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:50:43.011 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:50:43.106 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:50:43.110 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:51:15.897 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:51:15.899 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:51:32.647 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:51:32.647 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:51:35.977 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:51:35.977 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:51:36.013 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:51:36.013 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:51:47.638 859 859 E wificond: vivo add tx_good 1470488 tx_bad 157
rx_good 1864917 tx_retry 91309 tx_retry_times 0
06-28 20:52:03.777 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:52:10.425 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:52:14.471 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:52:35.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:52:35.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:53:21.539 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:53:21.546 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:53:35.976 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:53:35.980 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:53:48.838 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:54:11.036 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:54:11.036 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:54:35.983 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:54:35.983 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:54:36.006 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:54:36.007 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:55:04.421 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:55:09.089 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:55:21.388 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:55:21.389 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:55:22.024 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-28 20:55:22.621 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:55:22.622 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:55:22.697 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:55:22.698 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:55:22.819 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-28 20:55:36.005 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:55:36.006 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:55:59.927 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:55:59.928 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:56:29.632 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:56:29.632 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:56:35.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:56:35.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:56:36.035 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:56:36.037 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:57:35.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:57:35.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:58:18.530 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:58:18.531 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:58:27.465 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:58:27.466 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:58:35.993 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:58:35.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 20:58:47.705 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:58:47.706 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 20:59:35.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 20:59:35.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:00:07.449 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:00:07.449 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:00:13.997 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:00:14.002 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:00:35.990 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:00:35.992 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:01:35.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:01:35.992 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:01:46.442 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:01:46.442 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:02:05.483 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:02:05.484 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:02:35.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:02:35.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:03:35.354 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:03:35.354 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:03:35.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:03:35.986 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:03:36.028 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:03:36.029 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:04:35.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:04:35.990 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:05:04.444 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:05:04.445 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:05:07.533 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:05:07.536 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:05:07.737 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:05:07.739 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:05:35.990 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:05:35.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:06:35.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:06:35.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:06:43.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:06:43.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:06:47.581 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:06:47.582 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:07:35.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:07:35.993 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:08:22.474 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:08:22.474 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:08:35.999 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:08:35.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:08:36.029 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:08:36.031 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:09:35.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:09:35.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:09:51.575 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:09:51.575 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:10:05.895 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:10:05.896 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:10:35.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:10:35.996 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:11:30.554 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:11:30.555 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:11:35.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:11:35.997 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:11:36.029 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:11:36.031 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:11:43.514 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:11:43.516 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:12:35.992 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:12:35.992 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:13:09.565 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:13:09.565 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:13:35.994 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:13:35.995 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:13:36.032 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:13:36.033 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:14:35.990 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:14:35.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:14:48.581 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:14:48.581 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:14:57.826 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:14:57.827 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:15:03.612 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~ieTDVEZ2TFOyQ-662XaUAA==/com.google.android.gms-
ME91cNIetHQ2cQB8gzGSVA==/base.apk
06-28 21:15:03.693 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~q-56QpYK8Z4WIlciphaO6w==/com.android.vending-NhjRv9erU6YvuTKo2aAKXA==/
base.apk
06-28 21:15:05.080 1309 2565 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-28 21:15:05.090 1309 30095 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.105 1309 1309 I TransportClient: BackupTransportService#258:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:15:05.112 1309 30096 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.131 1309 30097 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.154 1309 2704 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:15:05.182 1309 1543 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:15:05.192 1309 30099 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.193 1309 2740 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 21:15:05.195 1309 30101 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.204 1309 30100 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.216 1309 1309 I TransportClient: BackupTransportService#259:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:15:05.220 1309 30102 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.230 1309 30103 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.231 1309 2740 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:15:05.234 1309 2300 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 21:15:05.242 1309 2704 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:15:05.247 1309 30104 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.269 1309 1309 I TransportClient: BackupTransportService#260:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:15:05.277 1309 30106 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.279 1309 1543 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:15:05.291 1309 30108 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.291 1309 2704 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:15:05.308 1309 30109 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.319 1309 1309 I TransportClient: BackupTransportService#261:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:15:05.320 1309 30110 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.386 1309 2300 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:15:05.387 1309 30115 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.405 1309 30116 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.415 1309 2300 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:15:05.417 1309 30117 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.429 1309 30118 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.441 1309 1309 I TransportClient: BackupTransportService#269:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:15:05.443 1309 30119 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.456 1309 2300 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:15:05.458 1309 3946 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:15:05.462 1309 30121 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.474 1309 30122 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.487 1309 30126 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.489 1309 2740 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:15:05.500 1309 1309 I TransportClient: BackupTransportService#270:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:15:05.502 1309 30128 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.516 1309 2740 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:15:05.535 1309 30131 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:05.539 1309 2704 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:15:05.542 1309 30132 I _V_ActivityManager: collectPssSampleEventTracking
06-28 21:15:06.481 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/system/priv-app/Dialer/Dialer.apk
06-28 21:15:06.669 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/system/priv-app/Mms/Mms.apk
06-28 21:15:07.834 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~VjTrKVYIl3yEjP6urnXPgw==/com.google.android.apps.nbu.files-GvgRkY-
j_mlqeUIoGI4Uyw==/base.apk
06-28 21:15:07.903 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/system/framework/framework-res.apk
06-28 21:15:18.551 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-28 21:15:23.193 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:15:23.195 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:15:35.993 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:15:35.994 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:16:35.993 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:16:35.994 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:16:37.475 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:16:37.476 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:17:36.000 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:17:36.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:17:36.037 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:17:36.039 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:18:09.719 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:18:09.720 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:18:16.469 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:18:16.470 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:18:35.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:18:35.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:18:36.023 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:18:36.024 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:19:35.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:19:35.995 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:19:55.482 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:19:55.484 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:19:57.264 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:19:57.265 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:19:57.506 1309 31476 E _V_RichTapVibratorService: getExtension == null
06-28 21:19:57.851 1309 1309 E NotificationService: Muting recently noisy 0|
com.vivo.browser|1|null|10051
06-28 21:20:35.993 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:20:35.993 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:21:34.475 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:21:34.475 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:21:35.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:21:35.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:21:36.018 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:21:36.020 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:22:35.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:22:35.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:23:13.489 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:23:13.489 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:23:16.616 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:23:16.620 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:23:16.810 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:23:16.810 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:23:35.992 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:23:35.993 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:24:35.983 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:24:35.983 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:24:52.498 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:24:52.498 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:25:10.512 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:25:10.513 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:25:35.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:25:35.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.tethering/javalib/service-connectivity.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/services.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.permission/javalib/service-permission.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/ethernet-service.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/vivo-services.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.media/javalib/service-media-s.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/services-adapter.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.wifi/javalib/service-wifi.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.tethering/javalib/vivo-service-connectivity.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.os.statsd/javalib/service-statsd.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.appsearch/javalib/service-appsearch.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.wifi/javalib/vivo-service-wifi.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/mediatek-framework.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/com.android.location.provider.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /system/framework/soc-services.jar
06-28 21:26:28.307 1309 32453 E DynamicCodeLogger: Could not infer CE/DE storage
for path /apex/com.android.scheduling/javalib/service-scheduling.jar
06-28 21:26:31.614 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:26:31.618 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:26:31.807 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:26:31.809 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:26:35.990 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:26:35.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:27:16.545 1309 2338 E SyncManager: SYNC_OP_STATE_INVALID: disallowed by
settings/network
06-28 21:27:36.010 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:27:36.010 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:27:58.296 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:27:58.298 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:28:05.720 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:28:05.720 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:28:17.364 1309 1435 E DiscreteRegistry: Deleting file 1687875589788tl
06-28 21:28:20.372 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:28:20.372 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:28:30.292 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:28:30.292 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:28:35.972 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:28:35.972 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:28:36.004 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:28:36.005 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:28:47.740 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:28:47.740 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:29:35.977 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:29:35.978 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:30:19.171 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:30:19.171 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:30:35.979 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:30:35.979 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:30:36.004 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:30:36.005 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:31:35.985 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:31:35.986 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:31:58.200 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:31:58.200 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:32:18.042 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:32:18.044 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:32:35.973 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:32:35.973 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:33:35.983 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:33:35.983 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:33:47.083 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:33:47.083 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:33:58.651 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:33:58.652 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:34:35.974 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:34:35.975 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:35:19.258 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:35:19.260 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:35:36.010 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:35:36.010 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:35:36.024 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:35:36.025 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:35:43.108 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:35:43.109 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:36:35.976 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:36:35.984 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:37:24.907 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:37:24.907 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:37:29.205 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:37:29.207 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:37:35.981 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:37:35.981 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:38:35.984 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:38:35.984 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:39:13.789 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:39:13.790 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:39:23.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:39:23.696 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:39:28.899 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:39:28.900 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:39:35.980 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:39:35.980 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:40:35.975 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:40:35.975 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:40:36.063 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:40:36.064 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:41:12.612 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:41:12.612 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:41:18.128 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:41:18.130 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:41:35.976 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:41:35.983 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:42:35.978 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:42:35.978 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:43:01.504 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:43:01.505 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:43:11.404 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:43:11.404 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:43:13.442 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:43:13.443 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:43:18.319 1309 1435 E DiscreteRegistry: Deleting file 1687876808678tl
06-28 21:43:35.990 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:43:35.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:44:35.975 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:44:35.975 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:45:00.297 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:45:00.298 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:45:10.204 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:45:10.204 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:45:11.550 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:45:11.551 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:45:11.816 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:11.834 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:11.871 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:11.874 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:11.905 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:11.909 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:11.947 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:12.105 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:12.398 1309 4064 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:12.407 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:12.409 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:12.449 1309 1309 I TransportClient: BackupTransportService#424:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:12.457 1309 2704 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:12.482 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:12.487 1309 1309 I TransportClient: BackupTransportService#425:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:12.534 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:12.554 1309 3968 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:12.555 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:12.563 1309 3946 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:12.591 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:12.592 1309 1309 I TransportClient: BackupTransportService#428:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:12.601 1309 4073 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:12.625 1309 1309 I TransportClient: BackupTransportService#429:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:12.647 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:12.670 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:12.695 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:12.705 1309 4073 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:12.728 1309 1309 I TransportClient: BackupTransportService#436:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:12.735 1309 3968 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:12.765 1309 1309 I TransportClient: BackupTransportService#438:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:12.831 1309 1309 I TransportClient: BackupTransportService#445:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:12.848 1309 2740 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:12.849 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:12.893 1309 4073 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:12.899 1309 4073 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:12.958 1309 1309 I TransportClient: BackupTransportService#448:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:12.967 1309 2740 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:13.003 1309 1309 I TransportClient: BackupTransportService#451:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:13.012 1309 3968 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:13.047 1309 1309 I TransportClient: BackupTransportService#452:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:13.073 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:13.101 1309 2740 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:13.135 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:13.140 1309 3946 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:13.175 1309 3946 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:13.193 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:13.194 1309 3946 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:13.226 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:13.227 1309 2740 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:13.256 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:13.268 1309 1309 I TransportClient: BackupTransportService#464:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:13.357 1309 2740 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #54754} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(181 skipped)
06-28 21:45:13.357 1309 4073 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:13.390 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:13.398 1309 1309 I TransportClient: BackupTransportService#469:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:13.405 1309 3946 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:13.440 1309 1309 I TransportClient: BackupTransportService#472:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:13.481 1309 1309 I TransportClient: BackupTransportService#475:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:13.510 1309 2991 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:13.536 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:13.537 1309 1309 I TransportClient: BackupTransportService#479:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:13.540 1309 3946 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 21:45:13.544 1309 4070 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:13.584 1309 3946 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:13.592 1309 2991 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-28 21:45:13.618 1309 1309 I TransportClient: BackupTransportService#485:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:13.626 1309 2991 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:13.653 1309 4070 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:13.683 1309 1309 I TransportClient: BackupTransportService#491:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:13.754 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:13.794 1309 4064 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:13.825 1309 2740 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:13.835 1309 3946 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:13.866 1309 4070 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:13.868 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:13.877 1309 4064 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:13.896 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:13.902 1309 1309 I TransportClient: BackupTransportService#495:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:13.909 1309 3946 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:13.936 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:13.940 1309 1309 I TransportClient: BackupTransportService#497:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:13.948 1309 2991 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:13.967 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:13.983 1309 1309 I TransportClient: BackupTransportService#498:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:14.046 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:14.048 1309 4070 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:14.087 1309 2589 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:14.118 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:14.178 1309 3946 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:14.203 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:14.208 1309 1309 I TransportClient: BackupTransportService#506:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:14.216 1309 2589 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:14.277 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:14.292 1309 2991 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:14.319 1309 1309 I TransportClient: BackupTransportService#513:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:14.327 1309 4064 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
06-28 21:45:14.418 1309 4064 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:14.437 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:14.458 1309 1309 I TransportClient: BackupTransportService#526:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:14.516 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:14.516 1309 4070 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:14.541 1309 3946 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-28 21:45:14.546 1309 1309 I TransportClient: BackupTransportService#527:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:14.586 1309 1309 I TransportClient: BackupTransportService#529:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:14.606 1309 4070 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:14.606 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:14.652 1309 2991 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:14.692 1309 3946 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:14.693 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:14.732 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-28 21:45:14.733 1309 4070 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-28 21:45:14.753 1309 1309 I TransportClient: BackupTransportService#540:
Notifying [AppBackupUtils.appIsRunningAndEligibleForBackupWithTransport] transport
= IBackupTransport
06-28 21:45:35.990 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:45:35.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:46:12.722 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:46:12.723 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:46:35.978 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:46:35.978 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:46:59.101 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:46:59.101 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:47:18.899 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:47:18.900 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:47:29.526 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:47:29.527 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:47:35.973 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:47:35.973 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:48:35.979 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:48:35.980 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:49:07.799 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:49:07.799 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:49:27.606 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:49:27.606 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:49:35.978 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:49:35.978 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:49:36.014 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:49:36.016 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:50:35.979 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:50:35.979 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:51:16.512 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:51:16.513 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:51:35.973 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:51:35.973 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:51:56.114 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:51:56.114 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:52:07.287 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:52:07.288 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:52:18.986 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:52:18.987 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:52:35.975 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:52:35.976 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:53:35.973 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:53:35.973 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:53:45.014 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:53:45.014 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:54:34.514 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:54:34.514 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:54:37.054 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:54:37.055 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:55:35.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:55:35.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:56:23.448 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:56:23.449 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:56:35.979 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:56:35.979 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:57:22.849 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:57:22.850 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:57:23.532 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:57:23.534 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:57:35.984 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:57:35.984 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:58:35.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:58:35.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:58:47.710 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:58:47.710 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 21:59:11.743 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:59:11.744 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 21:59:35.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 21:59:35.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:00:35.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:00:35.990 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:00:40.870 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:00:40.870 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:01:07.466 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:01:07.468 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:01:35.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:01:35.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:02:29.749 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:02:29.750 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:02:35.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:02:35.996 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:03:35.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:03:35.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:04:18.653 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:04:18.653 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:04:35.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:04:35.997 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:04:36.057 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:04:36.058 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:05:35.992 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:05:35.992 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:05:40.951 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:05:40.953 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:06:07.550 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:06:07.551 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:06:35.995 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:06:35.996 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:07:35.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:07:35.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:07:56.458 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:07:56.465 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:08:26.154 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:08:26.154 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:08:30.342 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:08:30.344 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:08:35.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:08:35.992 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:08:55.257 1309 2991 E NotificationService: Package enqueue rate is
5.0070786. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
06-28 22:09:35.975 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:09:35.976 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:10:15.047 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:10:15.048 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:10:30.398 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:10:30.398 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:10:35.982 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:10:35.983 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:11:16.068 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.google.android.apps.nbu.files
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10151
06-28 22:11:16.144 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
64 ms.
06-28 22:11:27.653 1309 1309 I Telecom : eo: Package
com.google.android.apps.nbu.files is not tracked.: SSH.oR@AAI
06-28 22:11:28.605 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~nUIP9Ki2of0LFaOplyCrng==/com.google.android.apps.nbu.files-
H1Xn67nFE6INx8Xn_x0GYg==/base.apk
06-28 22:11:28.877 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~nUIP9Ki2of0LFaOplyCrng==/com.google.android.apps.nbu.files-
H1Xn67nFE6INx8Xn_x0GYg==/base.apk
06-28 22:11:36.012 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:11:36.013 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:12:03.958 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:12:03.960 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:12:35.977 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:12:35.979 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:12:51.606 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.google.android.apps.maps
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10170
06-28 22:12:51.691 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
68 ms.
06-28 22:13:03.356 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:13:03.358 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:13:08.588 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:13:08.589 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:13:26.248 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:13:26.249 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:13:35.976 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:13:35.976 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:13:39.615 1309 1309 I Telecom : eo: Package com.google.android.apps.maps
is not tracked.: SSH.oR@AAM
06-28 22:13:40.519 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~b4ZNxxD6dhERU5ScSfCF6g==/com.google.android.apps.maps-B-1ZX-
9ATnJ1ox6KgohOmw==/base.apk
06-28 22:13:40.745 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~b4ZNxxD6dhERU5ScSfCF6g==/com.google.android.apps.maps-B-1ZX-
9ATnJ1ox6KgohOmw==/base.apk
06-28 22:13:46.957 1309 3540 E NotificationService: Package enqueue rate is
5.36468. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
06-28 22:14:36.013 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:14:36.021 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:14:52.288 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:14:52.289 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:15:35.977 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:15:35.977 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:15:54.155 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:15:54.229 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:15:54.231 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:15:54.233 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:15:54.233 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 22:15:54.234 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-28 22:15:54.243 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:15:54.243 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 22:15:54.273 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:15:54.273 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 22:15:54.376 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:15:54.376 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 22:15:54.423 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:15:54.423 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 22:15:54.476 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:15:54.514 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 22:15:54.519 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:15:54.519 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 22:15:55.255 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:15:55.255 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 22:15:55.416 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:15:55.419 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 22:15:55.606 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-28 22:15:57.814 1309 3968 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-28 22:15:57.927 1309 2991 E NotificationService: Package enqueue rate is
5.315924. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
06-28 22:16:01.665 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:16:01.665 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-28 22:16:03.442 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:16:03.452 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:16:03.452 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:16:03.452 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-28 22:16:03.486 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 22:16:04.103 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:16:04.103 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:16:04.230 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:16:04.231 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:16:04.298 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:16:04.298 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:16:04.459 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:16:04.459 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:16:04.613 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:16:04.613 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:16:04.641 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:16:04.647 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:16:10.479 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-28 22:16:10.579 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:16:10.580 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:16:16.542 1309 1418 E NotificationService: Package enqueue rate is
5.0604506. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
06-28 22:16:24.855 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.ss.android.ugc.trill
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10185
06-28 22:17:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:17:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:17:52.473 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:17:52.473 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:18:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:18:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:18:22.179 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:18:22.183 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:18:38.463 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:18:38.466 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:19:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:19:03.444 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:20:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:20:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:20:11.078 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:20:11.078 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:20:40.782 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:20:40.783 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:20:41.780 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:20:41.780 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:21:03.439 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:21:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:22:03.436 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:22:03.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:22:29.682 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:22:29.688 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:22:59.396 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:22:59.406 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:23:03.448 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:23:03.449 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:23:03.493 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:23:03.494 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:23:22.271 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:23:22.272 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:24:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:24:03.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:24:48.295 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:24:48.312 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:25:03.439 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:25:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:25:18.012 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:25:18.012 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:25:24.203 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:25:24.204 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:26:03.447 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:26:03.447 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:27:03.446 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:27:03.446 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:27:06.900 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:27:06.900 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:27:36.625 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:27:36.625 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:27:45.686 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:27:45.688 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:28:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:28:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:28:47.710 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:28:47.711 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:29:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:29:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:29:25.511 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:29:25.516 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:29:55.231 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:29:55.231 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:30:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:30:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:30:03.486 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:30:03.488 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:31:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:31:03.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:31:44.110 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:31:44.110 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:32:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:32:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:32:13.812 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:32:13.812 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:32:32.270 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:32:32.271 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:33:03.446 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:33:03.446 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:34:02.721 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:34:02.721 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:34:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:34:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:34:32.425 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:34:32.425 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:34:32.583 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:34:32.585 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:34:55.318 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:34:55.318 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:35:03.439 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:35:03.439 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:36:03.452 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:36:03.454 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:36:21.329 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:36:21.339 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:36:49.611 1309 2517 E DiscreteRegistry: Deleting file 1687879974593tl
06-28 22:37:03.443 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:37:03.443 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:38:00.346 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:38:00.346 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:38:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:38:03.442 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:39:03.445 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:39:03.446 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:39:49.231 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:39:49.231 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:40:03.444 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:40:03.447 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:41:03.449 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:41:03.449 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:41:38.136 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:41:38.137 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:42:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:42:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:43:00.456 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:43:00.458 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:43:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:43:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:43:27.036 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:43:27.036 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:44:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:44:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:45:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:45:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:45:15.924 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:45:15.924 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:46:03.435 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:46:03.436 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:46:37.168 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:46:37.169 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:47:03.446 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:47:03.447 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:47:04.838 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:47:04.851 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:48:03.464 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:48:03.464 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:48:50.181 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.kiloo.subwaysurf
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10235
06-28 22:48:52.925 1309 15763 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-28 22:48:52.927 1309 15763 E VivoArtKeeperService: delete donwload failed file
06-28 22:48:53.749 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:48:53.750 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:49:03.424 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:49:03.424 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:49:26.454 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.kajokangin.indosaham
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10198
06-28 22:49:26.533 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
68 ms.
06-28 22:49:35.345 1309 1309 I Telecom : eo: Package com.kajokangin.indosaham is
not tracked.: SSH.oR@AAQ
06-28 22:49:36.113 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~HwMNSnvrDW0cZXnogElS6Q==/com.kajokangin.indosaham-6ZIoTdFyvvPKusHC1-
cDUQ==/base.apk
06-28 22:49:36.500 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~HwMNSnvrDW0cZXnogElS6Q==/com.kajokangin.indosaham-6ZIoTdFyvvPKusHC1-
cDUQ==/base.apk
06-28 22:50:03.467 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:50:03.473 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:50:22.754 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:50:22.756 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 22:50:42.642 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:50:42.646 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:50:57.657 1309 4072 E NotificationService: Package enqueue rate is
5.275776. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
06-28 22:51:03.365 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.lazada.android
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10197
06-28 22:51:03.426 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:51:03.427 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:51:03.467 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
60 ms.
06-28 22:51:39.237 1309 1309 I Telecom : eo: Package com.lazada.android is not
tracked.: SSH.oR@AAU
06-28 22:51:40.158 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~TA5hHrQ7kHOspJHq2YmZIA==/com.lazada.android-bhW53a4JGfSxRtlztGGtjw==/
base.apk
06-28 22:51:40.286 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~TA5hHrQ7kHOspJHq2YmZIA==/com.lazada.android-bhW53a4JGfSxRtlztGGtjw==/
base.apk
06-28 22:52:03.445 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:52:03.446 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:52:31.533 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:52:31.534 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:53:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:53:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:54:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:54:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:54:20.449 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:54:20.452 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:55:00.049 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:55:00.051 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:55:03.666 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:55:03.666 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:56:04.743 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:56:04.744 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:57:03.436 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:57:03.436 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:58:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:58:03.439 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 22:59:04.684 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 22:59:04.684 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:01:03.679 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:01:03.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:03:03.823 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:03:03.824 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:04:03.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:04:03.694 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:05:04.667 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:05:04.667 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:05:59.932 1309 1309 E NotificationService: Muting recently noisy 0|
com.vivo.browser|378054768|null|10051
06-28 23:06:03.443 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:06:03.443 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:08:04.073 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:08:04.073 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:10:04.577 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:10:04.577 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:10:27.167 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 23:10:27.169 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 23:11:03.425 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:11:03.425 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:13:03.488 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:13:03.488 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:15:04.663 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:15:04.663 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:16:04.675 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:16:04.675 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:17:04.672 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:17:04.672 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:18:04.650 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:18:04.650 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:19:04.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:19:04.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:23:04.673 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:23:04.673 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:26:03.436 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:26:03.436 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:27:04.263 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:27:04.263 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:28:04.684 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:28:04.685 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:30:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:30:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:30:39.225 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 23:30:39.227 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 23:30:51.613 1309 2740 E NotificationService: Package enqueue rate is
5.255247. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
06-28 23:31:03.429 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:31:03.430 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:31:23.621 1309 12232 E _V_RichTapVibratorService: getExtension == null
06-28 23:31:23.906 1309 16110 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-28 23:31:23.907 1309 16110 E VivoArtKeeperService: delete donwload failed file
06-28 23:31:41.102 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:31:41.102 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:32:54.078 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-28 23:32:54.128 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 23:32:54.129 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-28 23:33:03.442 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:33:03.442 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:33:36.955 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:33:36.955 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:33:45.183 1309 4076 E NotificationService: Package enqueue rate is
5.0139327. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
06-28 23:33:58.223 1309 2745 E NotificationService: Package enqueue rate is
5.0371265. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
06-28 23:34:03.431 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:34:03.431 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:34:13.159 1309 2745 E NotificationService: Package enqueue rate is
5.2598734. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
06-28 23:35:03.448 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:35:03.448 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:35:25.852 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:35:25.852 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:36:30.978 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.ss.android.ugc.trill
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10185
06-28 23:37:14.766 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:37:14.770 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:38:53.722 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.artlife.coloringbook
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10230
06-28 23:39:03.650 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:39:03.651 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:40:37.155 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.kiloo.subwaysurf
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10235
06-28 23:40:52.547 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:40:52.547 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:41:03.444 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:41:03.445 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:42:00.281 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:badminton.king.sportsgame.smash
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10234
06-28 23:42:27.829 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.google.android.apps.tachyon
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10164
06-28 23:42:27.932 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
86 ms.
06-28 23:42:35.157 1309 1309 I Telecom : eo: Package
com.google.android.apps.tachyon is not tracked.: SSH.oR@AAY
06-28 23:42:36.387 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~CJvgJKMgUvDtDleDp8V0yw==/com.google.android.apps.tachyon-
uy0pDpQnco0jIlysGrtghA==/base.apk
06-28 23:42:36.483 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~CJvgJKMgUvDtDleDp8V0yw==/com.google.android.apps.tachyon-
uy0pDpQnco0jIlysGrtghA==/base.apk
06-28 23:42:41.524 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:42:41.524 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:42:57.910 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.pixelbite.ga2
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10256
06-28 23:43:03.443 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:43:03.443 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:44:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:44:03.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:45:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:45:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:45:05.680 1309 1435 E DiscreteRegistry: Deleting file 1687883762560tl
06-28 23:46:03.439 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:46:03.439 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:48:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:48:03.439 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:49:04.682 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:49:04.682 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:50:03.422 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:50:03.422 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:51:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:51:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:55:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:55:03.439 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-28 23:59:04.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-28 23:59:04.694 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:01:03.448 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:01:03.448 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:02:03.043 1309 13952 E _V_RichTapVibratorService: getExtension == null
06-29 00:02:03.429 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:02:03.429 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:03:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:03:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:04:03.424 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:04:03.424 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:05:03.450 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:05:03.450 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:06:04.326 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:06:04.327 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:07:27.966 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:07:27.968 1309 1309 D PackageManager: getIdleDexoptAppSet:
{com.kajokangin.indosaham, com.vivo.easyshare,
com.google.android.trichromelibrary_573506030,
com.google.android.trichromelibrary_573513130, com.google.android.apps.tachyon,
com.byv.TheCatapult2, android.autoinstalls.config.vivo.devices,
musicplayer.musicapps.music.mp3player, com.lazada.android,
com.google.android.modulemetadata, com.vivo.unionpay, com.ywhy.xstksjdqs,
jp.garud.ssimulator, com.ohbibi.fps, com.hit.master, com.byril.stickmanarcher,
com.AimToMite.BerandalSekolah, com.noodlecake.perfectgrind, com.bbk.account}
06-29 00:07:27.972 1309 2221 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:07:28.623 1309 2745 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 00:07:28.647 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:07:28.670 1309 2300 W _V_VivoAmsImpl: mCallingPidFilter=24633,
mCallingUidFilter=10155
06-29 00:07:28.672 1309 2300 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gms
06-29 00:07:28.674 1309 2300 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10155; state: DISABLED
06-29 00:07:28.675 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10155; state: ENABLED
06-29 00:07:28.684 1309 14176 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-29 00:07:28.702 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:07:28.727 1309 1446 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: returned from zygote!
06-29 00:07:28.728 1309 1446 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: done updating battery stats
06-29 00:07:28.729 1309 1446 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: building log message
06-29 00:07:28.729 1309 1446 I ActivityManager: Start proc
14196:com.google.android.gms:snet/u0a155 for service
{com.google.android.gms/com.google.android.gms.chimera.SnetIntentOperationService}
06-29 00:07:28.729 1309 1446 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: starting to update pids map
06-29 00:07:28.729 1309 1446 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: done updating pids map
06-29 00:07:28.755 1309 4072 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 00:07:28.778 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:07:28.780 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:07:28.803 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:07:28.872 1309 4072 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 00:07:28.875 1309 1419 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 00:07:28.878 1309 1419 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 00:07:29.055 1309 4072 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.docs
className:com.google.android.apps.docs.drive.clipboard.SendTextToClipboardActivity
newState:2 userId:0 callingPackage:null callingUid:10194 callingPid:14103
06-29 00:07:29.057 1309 2745 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 00:07:29.094 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:07:29.107 1309 2589 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=21214, 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.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.app.net.NetworkUsageActivityAdvanced,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
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.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
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.trustlet.onbody.discovery.OnbodyPromotionActivity,
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.ocr.CardCaptureActivity,
com.google.android.gms.ocr.SecuredCreditCardOcrActivity,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.location.wearable.WearableLocationService,
com.google.android.gms.location.lgaayl.GoogleLocationSettingsChangedListener,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungMyFiles,
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.auth.managed.ui.SetupWorkProfileActivity,
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.trustagent.discovery.OnbodyPromotionActivity,
com.google.android.gms.pay.bluetooth.service.PayBluetoothLeService,
com.google.android.gms.app.net.NetworkUsageActivity,
com.google.android.location.drivingmode.DrivingModeFrxActivity},
enabledComponents={com.google.android.gms.family.v2.create.FamilyCreationActivity,
com.google.android.gms.nearby.sharing.ReceiveSurfaceService,
com.google.android.gms.auth.account.mdm.GcmReceiverService,
com.google.android.gms.matchstick.net.MessagingService,
com.google.android.gms.thunderbird.config.EmergencyConfigContentProvider,
com.google.android.gms.autofill.ui.AutofillActivity,
com.google.android.gms.googlehelp.webview.GoogleHelpRe
06-29 00:07:29.108 1309 2589 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
06-29 00:07:29.113 1309 2589 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@3bbea2b
06-29 00:07:29.139 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:07:29.145 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:07:29.152 1309 4072 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 00:07:29.192 1309 2745 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 00:07:29.197 1309 4075 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 00:07:29.210 1309 3259 V BackupManagerConstants:
getKeyValueBackupIntervalMilliseconds(...) returns 14400000
06-29 00:07:29.210 1309 3259 V BackupManagerConstants:
getKeyValueBackupFuzzMilliseconds(...) returns 600000
06-29 00:07:29.210 1309 3259 V BackupManagerConstants:
getKeyValueBackupRequiredNetworkType(...) returns 1
06-29 00:07:29.210 1309 3259 V BackupManagerConstants:
getKeyValueBackupRequireCharging(...) returns true
06-29 00:07:29.210 1309 3259 V KeyValueBackupJob: Scheduling k/v pass in 244
minutes
06-29 00:07:29.211 1309 2300 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-29 00:07:29.260 1309 2745 D CompatibilityChangeReporter: Compat change id
reported: 143231523; UID 10162; state: DISABLED
06-29 00:07:29.299 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-29 00:07:29.315 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:07:29.394 1309 4072 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 00:07:29.402 1309 2221 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 00:07:33.417 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: Couldn't communicate with
notification manager
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: java.lang.SecurityException:
Permission Denial: reading androidx.core.content.FileProvider uri
content://com.shopee.id.fileprovider/shared_external_files/shopeeID/
com.shopee.app.application.ShopeeApplication/ringtone/63_-524762285 from pid=0,
uid=1000 requires the provider be exported, or grantUriPermission()
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance0(Native Method)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.ParcelableException.readFromParcel(ParcelableException.java:56)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.Parcel.readParcelable(Parcel.java:3348)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.Parcel.readValue(Parcel.java:3241)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.Parcel.readArrayMapInternal(Parcel.java:3638)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:297)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.BaseBundle.unparcel(BaseBundle.java:241)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.Bundle.getParcelable(Bundle.java:1002)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.content.ContentResolver$ResultListener.onResult(ContentResolver.java:1016)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.RemoteCallback.sendResult(RemoteCallback.java:75)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.RemoteCallback$1.sendResult(RemoteCallback.java:52)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.IRemoteCallback$Stub.onTransact(IRemoteCallback.java:89)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.Binder.execTransactInternal(Binder.java:1184)
06-29 00:07:35.921 1309 14176 E NotifBackupHelper: at
android.os.Binder.execTransact(Binder.java:1143)
06-29 00:08:02.404 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:08:02.405 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:08:03.451 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:08:03.451 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:11:03.447 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:11:03.447 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:14:03.684 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:14:03.685 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:15:03.436 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:15:03.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:15:04.958 1309 1542 E ActivityManager: Failure starting process
com.facebook.services
06-29 00:15:04.958 1309 1542 E ActivityManager: java.lang.SecurityException:
Package com.facebook.services is currently frozen!
06-29 00:15:04.958 1309 1542 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
06-29 00:15:04.958 1309 1542 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
06-29 00:15:04.958 1309 1542 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
06-29 00:15:04.958 1309 1542 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
06-29 00:15:04.958 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
06-29 00:15:04.958 1309 1542 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
06-29 00:15:04.958 1309 1542 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
06-29 00:15:04.958 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6907)
06-29 00:15:04.958 1309 1542 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
06-29 00:15:04.958 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
06-29 00:15:04.958 1309 1542 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
06-29 00:15:04.958 1309 1542 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
06-29 00:15:04.991 1309 1542 E ActivityManager: Failure starting process
com.facebook.services
06-29 00:15:04.991 1309 1542 E ActivityManager: java.lang.SecurityException:
Package com.facebook.services is currently frozen!
06-29 00:15:04.991 1309 1542 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
06-29 00:15:04.991 1309 1542 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
06-29 00:15:04.991 1309 1542 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
06-29 00:15:04.991 1309 1542 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
06-29 00:15:04.991 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
06-29 00:15:04.991 1309 1542 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
06-29 00:15:04.991 1309 1542 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
06-29 00:15:04.991 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6907)
06-29 00:15:04.991 1309 1542 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
06-29 00:15:04.991 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
06-29 00:15:04.991 1309 1542 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
06-29 00:15:04.991 1309 1542 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
06-29 00:15:05.013 1309 4069 E ActivityManager: Failure starting process
com.facebook.services
06-29 00:15:05.013 1309 4069 E ActivityManager: java.lang.SecurityException:
Package com.facebook.services is currently frozen!
06-29 00:15:05.013 1309 4069 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
06-29 00:15:05.013 1309 4069 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
06-29 00:15:05.013 1309 4069 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
06-29 00:15:05.013 1309 4069 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
06-29 00:15:05.013 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
06-29 00:15:05.013 1309 4069 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
06-29 00:15:05.013 1309 4069 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
06-29 00:15:05.013 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6907)
06-29 00:15:05.013 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
06-29 00:15:05.013 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
06-29 00:15:05.013 1309 4069 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
06-29 00:15:05.013 1309 4069 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
06-29 00:15:05.054 1309 4069 E ActivityManager: Failure starting process
com.facebook.services
06-29 00:15:05.054 1309 4069 E ActivityManager: java.lang.SecurityException:
Package com.facebook.services is currently frozen!
06-29 00:15:05.054 1309 4069 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
06-29 00:15:05.054 1309 4069 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
06-29 00:15:05.054 1309 4069 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
06-29 00:15:05.054 1309 4069 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
06-29 00:15:05.054 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
06-29 00:15:05.054 1309 4069 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
06-29 00:15:05.054 1309 4069 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
06-29 00:15:05.054 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6907)
06-29 00:15:05.054 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
06-29 00:15:05.054 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
06-29 00:15:05.054 1309 4069 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
06-29 00:15:05.054 1309 4069 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
06-29 00:16:04.680 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:16:04.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:17:32.458 1309 1435 E DiscreteRegistry: Deleting file 1687886025565tl
06-29 00:18:04.234 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:18:04.234 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:18:16.037 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:18:16.038 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:19:03.675 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:19:03.675 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:20:03.836 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:20:03.836 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:22:03.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:22:03.679 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:23:04.627 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:23:04.627 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:25:03.439 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:25:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:26:14.064 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:26:14.065 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:26:22.366 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:26:22.366 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:26:22.788 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:26:22.789 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:26:25.578 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:26:25.579 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:30:03.560 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:30:03.560 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:32:04.675 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:32:04.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:32:38.026 1309 1435 E DiscreteRegistry: Deleting file 1687887070549tl
06-29 00:33:04.662 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:33:04.662 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:43:03.442 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:43:03.443 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:45:03.420 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:45:03.420 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:46:03.439 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:46:03.444 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:47:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:47:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:56:54.396 1309 2589 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 00:56:54.404 1309 3540 I ActivityManager: Killing
8509:com.google.process.gapps/u0a155 (adj 965): empty #17
06-29 00:56:54.426 1309 17095 I _V_ActivityManager: collectPssSampleEventTracking
06-29 00:56:54.442 1309 17098 I _V_ActivityManager: collectPssSampleEventTracking
06-29 00:56:54.454 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-29 00:56:54.460 1309 17101 I _V_ActivityManager: collectPssSampleEventTracking
06-29 00:56:54.475 1309 17102 I _V_ActivityManager: collectPssSampleEventTracking
06-29 00:56:54.488 1309 3540 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
06-29 00:56:54.491 1309 17104 I _V_ActivityManager: collectPssSampleEventTracking
06-29 00:56:54.505 1309 17106 I _V_ActivityManager: collectPssSampleEventTracking
06-29 00:56:54.520 1309 17107 I _V_ActivityManager: collectPssSampleEventTracking
06-29 00:56:54.595 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:54.643 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:54.661 1309 3540 W _V_VivoAmsImpl: mCallingPidFilter=17003,
mCallingUidFilter=10038
06-29 00:56:54.663 1309 3540 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
06-29 00:56:54.663 1309 3540 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10166; state: DISABLED
06-29 00:56:54.664 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10166; state: ENABLED
06-29 00:56:54.684 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:54.688 1309 1446 I ActivityManager: Start proc
17124:com.google.android.webview:webview_service/u0a166 for service
{com.google.android.webview/org.chromium.android_webview.services.VariationsSeedSer
ver}
06-29 00:56:54.715 1309 3946 W _V_VivoAmsImpl: mCallingPidFilter=17003,
mCallingUidFilter=10038
06-29 00:56:54.717 1309 3946 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10038; state: DISABLED
06-29 00:56:54.718 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10038; state: ENABLED
06-29 00:56:54.755 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:54.758 1309 1446 I ActivityManager: Start proc
17133:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbo
xedProcessService0:0/u0i28 for
{com.vivo.appstore/org.chromium.content.app.SandboxedProcessService0:0}
06-29 00:56:54.776 1309 3540 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 00:56:54.917 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:55.167 1309 3540 I ActivityManager: Killing
15371:com.android.documentsui/u0a58 (adj 965): empty #17
06-29 00:56:55.239 1309 3540 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.webview uid 10166, isRmsPreload = false, keepQuiet
=false
06-29 00:56:55.240 1309 3540 W _V_VivoAmsImpl: mCallingPidFilter=1309,
mCallingUidFilter=1000
06-29 00:56:55.241 1309 3540 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
06-29 00:56:55.305 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:55.312 1309 2745 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.webview uid 10166, isRmsPreload = false, keepQuiet
=false
06-29 00:56:55.322 1309 2991 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 00:56:55.324 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:55.484 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:55.531 1309 23133 D VivoArtKeeperService: overseas uriAbs =
https://asia-artpp-vivofs.vivoglobal.com/artpp/profiles/015/com.vivo.browser-
0f997ecc1371ed0e6e0022c78acfc625d26c0bcfbf25e428821cfaa8aecad3a6.prof
06-29 00:56:55.536 1309 23133 D VivoArtKeeperService: is wifi connect
06-29 00:56:55.690 1309 2588 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 00:56:55.690 1309 2588 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 00:56:55.757 1309 23133 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-29 00:56:55.761 1309 23133 E VivoArtKeeperService: delete donwload failed file
06-29 00:56:55.765 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:55.844 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:55.872 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:55.956 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:55.977 1309 2588 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 00:56:56.008 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.057 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.136 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.241 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.294 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.336 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.383 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.552 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.614 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.673 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.726 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.833 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.891 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.950 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:56.999 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:57.097 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:57.147 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:57.203 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:57.314 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:57.420 1309 2156 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:57.493 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:57.662 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:57.721 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:57.894 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:58.007 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:58.191 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:58.303 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:58.541 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:58.711 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:58.808 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:58.862 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:58.906 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:58.926 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:58.976 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.031 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.083 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.137 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.198 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.260 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.362 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.487 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.543 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.594 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.651 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.805 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.857 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:56:59.913 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.089 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.149 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.207 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.380 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.444 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.498 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.552 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.669 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.725 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.765 1309 2156 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.799 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.822 1309 2156 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.864 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.910 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:00.962 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:01.179 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:01.234 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:01.294 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:01.346 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:01.397 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:01.455 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:01.508 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:01.570 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:01.684 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:01.849 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:01.909 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:01.965 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:02.032 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:02.207 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:02.267 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:02.324 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:02.429 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:02.533 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:02.604 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:02.713 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:02.777 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.003 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.054 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.166 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.226 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.284 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.346 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.512 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.567 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.617 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.675 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.778 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.838 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.896 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:03.971 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.086 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.135 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.202 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.255 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.310 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.372 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.463 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.512 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.558 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.615 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.669 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.725 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.778 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:04.790 1309 1446 I ActivityManager: Start proc
17450:com.vivo.appstore.cleanservice/u0a38 for service
{com.vivo.appstore/com.vivo.appstore.clean.ui.CleanSpaceService}
06-29 00:57:04.861 1309 3540 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #63381} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(85 skipped)
06-29 00:57:04.879 1309 3540 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 00:57:04.881 1309 2991 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 00:57:04.883 1309 2991 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 00:57:04.953 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:05.036 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:05.071 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:05.124 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:05.181 1309 1542 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 00:57:05.183 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:05.194 1309 3540 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 00:57:05.204 1309 3540 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
06-29 00:57:05.303 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:05.306 1309 2588 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
06-29 00:57:05.424 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:05.485 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:05.509 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:05.539 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:05.579 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:05.641 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:05.796 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:05.835 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:05.865 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:05.909 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:05.933 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:05.959 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:05.978 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.121 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:06.127 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.155 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.180 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:06.325 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.371 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.425 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.479 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.514 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.572 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.591 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.653 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.753 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.898 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:06.929 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:06.948 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:07.030 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:07.113 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:07.208 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:07.245 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:07.293 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:07.376 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:07.389 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:07.410 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:07.431 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:07.458 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:07.472 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:07.525 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:07.589 1309 2156 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:07.599 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:07.698 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:07.836 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:07.896 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:07.944 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:08.024 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:08.077 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:08.139 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:08.262 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:08.307 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:08.321 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:08.402 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:08.464 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:08.504 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:08.546 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:08.664 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:08.729 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:08.770 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:08.788 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:08.843 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:08.974 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.125 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.159 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:09.217 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:09.223 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.278 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:09.309 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.362 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.408 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.422 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.460 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.558 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.589 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.614 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.671 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.807 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.866 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.885 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:09.906 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 00:57:09.941 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 00:57:31.313 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:57:31.313 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 00:58:45.417 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 00:58:45.460 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:58:45.462 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 00:59:04.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 00:59:04.695 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:11:03.707 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:11:03.707 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:15:04.682 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:15:04.683 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:16:04.666 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:16:04.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:17:04.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:17:04.677 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:21:04.665 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:21:04.665 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:22:03.656 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:22:03.656 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:24:03.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:24:03.682 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:25:04.165 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:25:04.165 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:26:04.692 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:26:04.692 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:40:04.172 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:40:04.172 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:41:04.679 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:41:04.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:43:04.672 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:43:04.672 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:46:03.813 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 01:46:03.815 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 01:49:04.648 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:49:04.649 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:50:04.698 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:50:04.698 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:54:04.722 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:54:04.722 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 01:57:16.210 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-29 01:57:17.083 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 01:57:17.084 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 01:57:44.605 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 01:57:44.606 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 01:59:04.677 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 01:59:04.677 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:03:11.949 1309 19023 E _V_RichTapVibratorService: getExtension == null
06-29 02:04:04.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:04:04.671 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:05:26.508 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 02:05:26.513 1309 19057 I _V_BackgroundDexOptService: idle optimizations
06-29 02:05:26.513 1309 19057 I _V_BackgroundDexOptService: pkg:
com.kajokangin.indosaham, Use Time In Mills: 0
06-29 02:05:26.513 1309 19057 I _V_BackgroundDexOptService: dexopt:
com.kajokangin.indosaham shouldDo =false pkg =com.kajokangin.indosaham
06-29 02:05:26.516 1309 2338 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 02:05:26.517 1309 2338 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.docs uid 10194, isRmsPreload = false, keepQuiet
=false
06-29 02:05:26.517 1309 2338 W _V_VivoAmsImpl: mCallingPidFilter=1309,
mCallingUidFilter=1000
06-29 02:05:26.517 1309 2338 W _V_VivoAmsImpl: reason = Periodic
06-29 02:05:26.520 1309 2338 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.docs
06-29 02:05:26.521 1309 19058 I _V_ActivityManager: collectPssSampleEventTracking
06-29 02:05:26.521 1309 2338 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10194; state: DISABLED
06-29 02:05:26.524 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10194; state: ENABLED
06-29 02:05:26.525 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 02:05:26.537 1309 19059 I _V_ActivityManager: collectPssSampleEventTracking
06-29 02:05:26.549 1309 1446 I ActivityManager: Start proc
19060:com.google.android.apps.docs/u0a194 for service
{com.google.android.apps.docs/com.google.android.apps.docs.sync.syncadapter.DocsSyn
cAdapterService}
06-29 02:05:26.554 1309 19061 I _V_ActivityManager: collectPssSampleEventTracking
06-29 02:07:04.187 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:07:04.187 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:08:04.677 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:08:04.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:10:03.686 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:10:03.687 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:11:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:11:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:22:03.427 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:22:03.427 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:23:03.424 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:23:03.424 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:32:04.527 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:32:04.529 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:33:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:33:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:39:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:39:03.439 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:40:04.693 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:40:04.695 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:43:03.617 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:43:03.617 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:44:04.668 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:44:04.668 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:45:04.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:45:04.679 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:46:03.425 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:46:03.425 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:47:03.436 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:47:03.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:48:03.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:48:03.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:49:03.594 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:49:03.594 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 02:50:03.436 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 02:50:03.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:03:04.688 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:03:04.689 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:04:04.667 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:04:04.668 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:05:03.669 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:05:03.669 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:06:04.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:06:04.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:07:04.659 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:07:04.660 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:08:04.649 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:08:04.649 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:09:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:09:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:10:04.679 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:10:04.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:12:03.474 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:12:03.474 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:12:31.203 1309 1418 E _V_StorageManagerService: before sendMessage H_FIO
06-29 03:12:31.206 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-29 03:12:31.210 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-29 03:12:31.239 1309 1435 E DiscreteRegistry: Deleting file 1687895795128tl
06-29 03:13:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:13:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:14:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:14:03.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:17:03.446 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:17:03.452 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:17:50.301 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:17:50.301 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:19:29.016 1309 3968 E _V_StorageManagerService: before sendMessage H_FIO
06-29 03:19:29.017 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-29 03:19:29.017 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-29 03:20:03.686 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:20:03.686 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:21:03.428 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:21:03.434 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:23:03.682 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:23:03.682 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:24:03.673 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:24:03.673 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:26:31.195 1309 1418 E _V_StorageManagerService: before sendMessage H_FIO
06-29 03:26:31.196 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-29 03:26:31.196 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-29 03:27:04.004 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:27:04.004 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:31:03.439 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:31:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:33:03.444 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:33:03.445 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:36:04.682 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:36:04.682 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:38:03.441 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:38:03.442 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:39:04.684 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:39:04.684 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:40:04.669 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:40:04.669 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:40:31.352 1309 4074 E _V_StorageManagerService: before sendMessage H_FIO
06-29 03:40:31.352 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-29 03:40:31.353 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-29 03:41:03.433 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:41:03.433 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:42:03.423 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:42:03.423 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:42:17.831 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:42:17.833 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:42:28.683 1309 3968 E _V_StorageManagerService: before sendMessage H_FIO
06-29 03:42:28.684 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-29 03:42:28.684 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-29 03:43:36.823 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 03:43:36.825 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 03:46:04.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:46:04.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:47:04.674 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:47:04.674 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:48:20.797 1309 2849 E _V_StorageManagerService: before sendMessage H_FIO
06-29 03:48:20.797 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-29 03:48:20.797 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-29 03:48:20.865 1309 1435 E DiscreteRegistry: Deleting file 1687898880547tl
06-29 03:48:22.325 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-29 03:48:50.789 1309 4064 E _V_StorageManagerService: before sendMessage H_FIO
06-29 03:48:50.790 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-29 03:48:50.790 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-29 03:49:03.466 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:49:03.466 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:49:07.224 1309 2745 E _V_StorageManagerService: before sendMessage H_FIO
06-29 03:49:07.224 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-29 03:49:07.225 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-29 03:51:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:51:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:53:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 03:53:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 03:54:51.438 1309 4074 E _V_StorageManagerService: before sendMessage H_FIO
06-29 03:54:51.438 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-29 03:54:51.438 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-29 03:54:52.375 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-29 04:00:03.460 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:00:03.461 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:05:06.024 1309 23340 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:05:06.101 1309 1543 E _V_StorageManagerService: before sendMessage H_FIO
06-29 04:05:06.104 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-29 04:05:06.104 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-29 04:05:08.850 1309 15263 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-29 04:05:08.854 1309 15263 E VivoArtKeeperService: delete donwload failed file
06-29 04:06:03.428 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:06:03.428 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:06:21.820 1309 2517 E DiscreteRegistry: Deleting file 1687899900904tl
06-29 04:07:35.565 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 04:07:35.566 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 04:07:35.661 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 04:08:58.159 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:08:58.161 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:09:03.423 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:09:03.423 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:10:03.431 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:10:03.433 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:10:47.053 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:10:47.054 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:11:03.422 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:11:03.422 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:14:03.428 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:14:03.428 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:16:13.764 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:16:13.769 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:17:03.427 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:17:03.435 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:17:11.990 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:17:12.040 1309 2745 D JobServiceContext: doCallback of :
JobStatus{1081a4e #u0a110/11012
com.vivo.weather.provider/.dataParse.WeatherHandleJobService u=0 s=10110
TIME=none:-70ms READY} v:VERB_EXECUTING
06-29 04:17:12.040 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:17:12.088 1309 2300 I ActivityManager: Process com.vivo.weather (pid
26798) has died: cch+5 CEM
06-29 04:17:12.132 1309 26842 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:17:12.158 1309 26843 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:17:12.853 1309 26814 D KeyValueBackupTask: Starting key-value backup of
com.google.android.apps.maps
06-29 04:17:12.878 1309 26814 D BackupManagerService: bindToAgentSynchronous--
>package:com.google.android.apps.maps uid:10170 myUserId:0
06-29 04:17:12.883 1309 26814 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.maps
06-29 04:17:12.884 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10170; state: ENABLED
06-29 04:17:12.884 1309 26814 D BackupManagerService: [UserID:0] awaiting agent
for ApplicationInfo{fac2880 com.google.android.apps.maps}
06-29 04:17:12.904 1309 1446 I ActivityManager: Start proc
26852:com.google.android.apps.maps/u0a170 for backup
{com.google.android.apps.maps/com.google.android.apps.gmm.backup.GmmPersistentBacku
pAgentHelper}
06-29 04:17:17.125 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: Couldn't communicate with
notification manager
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: java.lang.SecurityException:
Permission Denial: reading androidx.core.content.FileProvider uri
content://com.shopee.id.fileprovider/shared_external_files/shopeeID/
com.shopee.app.application.ShopeeApplication/ringtone/63_-524762285 from pid=0,
uid=1000 requires the provider be exported, or grantUriPermission()
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance0(Native Method)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.ParcelableException.readFromParcel(ParcelableException.java:56)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.Parcel.readParcelable(Parcel.java:3348)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.Parcel.readValue(Parcel.java:3241)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.Parcel.readArrayMapInternal(Parcel.java:3638)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:297)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.BaseBundle.unparcel(BaseBundle.java:241)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.Bundle.getParcelable(Bundle.java:1002)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.content.ContentResolver$ResultListener.onResult(ContentResolver.java:1016)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.RemoteCallback.sendResult(RemoteCallback.java:75)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.RemoteCallback$1.sendResult(RemoteCallback.java:52)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.IRemoteCallback$Stub.onTransact(IRemoteCallback.java:89)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.Binder.execTransactInternal(Binder.java:1184)
06-29 04:17:20.017 1309 26814 E NotifBackupHelper: at
android.os.Binder.execTransact(Binder.java:1143)
06-29 04:18:02.673 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:18:02.673 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:19:03.427 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:19:03.432 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:19:51.571 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:19:51.571 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:20:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:20:03.442 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:21:04.649 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:21:04.649 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:25:04.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:25:04.685 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:26:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:26:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:29:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:29:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:30:04.703 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:30:04.704 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:33:03.502 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:33:03.503 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:34:03.441 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:34:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:35:03.716 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:35:03.716 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:36:03.439 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:36:03.444 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:36:41.429 1309 1435 E DiscreteRegistry: Deleting file 1687900858455tl
06-29 04:37:03.751 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:37:03.751 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:37:53.881 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 04:37:53.882 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 04:37:54.108 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:37:54.283 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:37:54.831 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:37:54.846 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:37:54.879 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:37:54.879 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:37:55.122 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:37:59.019 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:37:59.036 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:37:59.090 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:37:59.387 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:37:59.444 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:37:59.509 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:00.194 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:00.261 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:03.916 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:04.002 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:04.013 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:09.633 1309 28092 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:09.647 1309 28093 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:09.653 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:09.665 1309 28094 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:09.666 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:09.707 1309 28097 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:09.718 1309 28098 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:09.732 1309 28099 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:09.768 1309 28102 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:09.780 1309 28103 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.183 1309 28115 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.221 1309 28121 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.243 1309 28123 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.249 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:12.252 1309 28124 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.259 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:12.306 1309 28128 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.306 1309 2221 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 04:38:12.327 1309 28129 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.346 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:12.348 1309 28132 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.358 1309 28133 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.369 1309 28134 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.402 1309 28138 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.413 1309 28139 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.423 1309 28140 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.456 1309 28144 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.466 1309 28145 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.477 1309 28146 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.502 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:12.512 1309 28149 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.543 1309 28150 I _V_ActivityManager: collectPssSampleEventTracking
06-29 04:38:12.924 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:15.118 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:15.127 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:15.159 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 04:38:15.195 1309 1549 D DeviceIdleController: handleMessage(6)
06-29 04:38:15.195 1309 1549 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10085, timeNow=88813216
06-29 04:38:15.195 1309 1549 D DeviceIdleController: Removing uid 10085 from temp
whitelist
06-29 04:38:15.195 1309 1549 D DeviceIdleController: Setting activity manager
temp whitelist to []
06-29 04:39:03.564 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:39:03.571 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:44:48.362 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 04:44:48.363 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 04:46:03.463 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:46:03.464 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:47:03.846 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:47:03.846 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:49:04.165 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:49:04.165 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:51:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:51:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:53:04.680 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:53:04.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 04:54:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 04:54:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:00:03.441 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:00:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:01:04.093 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:01:04.093 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:04:03.454 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:04:03.455 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:05:04.689 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:05:04.689 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:06:03.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:06:03.687 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:06:36.129 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 05:06:36.129 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 05:07:04.562 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:07:04.562 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:12:04.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:12:04.695 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:14:03.435 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:14:03.435 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:18:04.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:18:04.682 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:20:03.672 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:20:03.672 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:21:59.988 1309 1435 E DiscreteRegistry: Deleting file 1687903670819tl
06-29 05:30:03.489 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:30:03.489 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:31:04.190 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:31:04.190 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:36:03.439 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:36:03.439 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:37:04.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:37:04.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:37:09.060 1309 1435 E DiscreteRegistry: Deleting file 1687904873942tl
06-29 05:39:03.441 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:39:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:40:03.441 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:40:03.442 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:41:03.428 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:41:03.429 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:44:04.682 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:44:04.683 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:45:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:45:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:48:03.423 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:48:03.426 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:49:03.439 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:49:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:53:03.673 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:53:03.674 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:54:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:54:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:55:03.684 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:55:03.684 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:57:03.458 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:57:03.459 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:58:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:58:03.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 05:59:03.874 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 05:59:03.875 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:02:03.460 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:02:03.461 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:03:03.475 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:03:03.476 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:04:03.628 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:04:03.628 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:08:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:08:03.443 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:08:58.816 1309 4070 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-29 06:08:58.818 1309 29846 I _V_BackgroundDexOptService: idle optimizations
06-29 06:08:58.818 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 06:08:58.819 1309 29846 I _V_BackgroundDexOptService: pkg:
com.kajokangin.indosaham, Use Time In Mills: 0
06-29 06:08:58.819 1309 29846 I _V_BackgroundDexOptService: dexopt:
com.kajokangin.indosaham shouldDo =false pkg =com.kajokangin.indosaham
06-29 06:08:58.838 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 06:08:58.840 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 06:08:58.842 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 06:09:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:09:03.439 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:11:03.664 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:11:03.671 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:12:03.668 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:12:03.668 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:15:03.581 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:15:03.581 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:16:04.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:16:04.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:17:04.675 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:17:04.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:18:03.441 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:18:03.442 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:19:03.441 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:19:03.442 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:20:04.683 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:20:04.683 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:23:04.648 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:23:04.649 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:23:46.980 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 06:23:46.981 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 06:24:04.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:24:04.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:30:15.947 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:30:15.947 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:31:03.441 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:31:03.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:32:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:32:03.439 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:39:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:39:03.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:39:20.441 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:39:20.443 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:40:03.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:40:03.446 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:41:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:41:03.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:42:58.266 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:42:58.267 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:43:03.436 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:43:03.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:46:03.445 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:46:03.445 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:48:24.970 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:48:24.971 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:50:03.444 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:50:03.452 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:50:13.873 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:50:13.873 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:51:03.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:51:03.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:53:51.680 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 06:53:51.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 06:58:14.536 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 06:58:14.537 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 07:05:04.001 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:05:04.007 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 07:06:04.683 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:06:04.683 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 07:09:04.658 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:09:04.658 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 07:13:03.644 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:13:03.644 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 07:14:04.691 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:14:04.691 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 07:15:03.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:15:03.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 07:15:35.900 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 07:15:36.033 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 07:15:36.034 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 07:15:36.192 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 07:15:36.193 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 07:15:36.621 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-29 07:15:38.248 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 07:15:38.290 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:15:38.610 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:15:38.654 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:15:38.654 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:15:38.654 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-29 07:15:38.672 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:15:38.672 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:15:38.677 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 07:15:38.683 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 07:15:38.686 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:15:38.686 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:15:38.739 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:15:38.739 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:15:38.796 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:15:38.796 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:15:38.837 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:15:38.837 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:15:40.974 1309 1543 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-29 07:15:45.509 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:15:57.791 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:16:01.095 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 07:17:27.658 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:17:27.659 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:19:16.532 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:19:16.533 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:21:05.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:21:05.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:22:54.339 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:22:54.358 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:24:43.250 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:24:43.250 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:24:53.155 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:24:53.155 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:25:38.635 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:25:38.636 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:26:42.043 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:26:42.052 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:28:30.949 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:28:30.949 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:28:40.880 1309 4565 E _V_RichTapVibratorService: getExtension == null
06-29 07:30:19.893 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:30:19.904 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:32:03.339 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 07:32:08.746 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:32:08.747 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:33:12.843 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:33:13.088 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:33:23.245 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:33:26.634 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:33:27.971 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:33:27.971 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:33:39.996 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:34:27.471 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:35:05.543 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 07:35:05.620 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 07:35:09.257 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 07:35:16.860 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:35:16.860 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:35:38.613 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:35:38.613 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:36:02.198 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:36:08.708 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:36:42.704 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:36:55.385 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:36:57.846 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:37:05.770 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:37:05.770 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:37:14.140 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:37:21.832 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:37:41.597 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:37:48.278 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:37:55.331 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:38:26.877 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:38:46.399 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:38:53.267 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:38:54.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:38:54.684 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:39:18.778 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:39:21.450 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:39:30.303 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:39:57.602 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:40:09.220 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:40:30.785 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:40:32.859 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:40:43.600 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:40:43.600 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:40:44.202 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:40:51.721 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:40:56.220 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:40:59.915 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:41:00.278 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:41:00.871 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:41:01.434 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:41:02.125 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:41:02.822 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:41:03.801 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:41:16.135 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:41:19.269 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:41:19.924 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{a3be59a #u0a165/61478
com.google.android.youtube/androidx.work.impl.background.systemjob.SystemJobService
u=0 s=10165 TIME=-2m21s59ms:none NET READY}
06-29 07:41:43.021 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:41:43.021 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:43:31.889 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:43:31.890 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:45:20.755 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:45:20.756 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:45:38.607 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:45:38.609 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:47:09.653 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:47:09.654 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:48:18.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:48:18.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:50:07.869 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:50:07.869 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:51:56.771 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:51:56.772 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:53:45.668 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:53:45.669 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:55:10.884 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:55:12.276 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 07:55:12.444 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:55:12.447 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:55:38.621 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:55:38.622 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:57:02.877 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 07:57:03.330 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:57:03.330 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:57:05.591 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 07:57:05.694 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:57:07.410 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 07:57:12.362 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:57:12.363 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 07:59:01.257 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 07:59:01.258 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:00:50.175 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:00:50.175 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:02:39.088 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:02:39.088 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:04:27.970 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:04:27.970 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:05:07.083 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.185 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.303 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.305 1309 3968 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.365 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.405 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.447 1309 2745 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.478 1309 2186 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: 4, RSSI: -70, Link speed: 72Mbps,
Tx Link speed: 39Mbps, Max Supported Tx Link speed: 72Mbps, Rx Link speed: 39Mbps,
Max Supported Rx Link speed: 72Mbps, Frequency: 2462MHz, Net ID: -1, Metered hint:
false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1>
SignalStrength: -70 SSID: "Airafamily"]
06-29 08:05:07.505 1309 3540 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.513 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.516 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.517 1309 3968 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.522 1309 2740 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.523 1309 3946 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:07.530 1309 4076 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:07.530 1309 2849 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:07.534 1309 3968 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:07.541 1309 2565 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:07.558 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.651 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.665 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.714 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.812 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.824 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.855 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.923 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.957 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:07.959 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 08:05:07.973 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:08.075 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:08.177 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:08.278 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:08.386 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:08.598 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:08.685 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:08.787 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:08.812 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:08.869 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:08.889 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:08.991 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.093 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.194 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.278 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.287 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:09.296 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.398 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.478 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.499 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.579 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.601 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.626 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.682 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.703 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.805 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.837 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.906 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.937 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:09.990 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:10.008 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:10.104 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:10.110 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:10.162 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:10.187 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:10.212 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:10.365 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:10.469 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:10.618 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:10.791 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:10.839 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:10.887 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.042 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.086 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:11.134 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.144 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.246 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.302 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.394 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.645 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.666 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.803 1309 2531 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.848 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.914 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.949 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.970 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:11.987 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:12.051 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.131 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.181 1309 2531 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.231 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.278 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.425 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.642 1309 2531 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.679 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.702 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.759 1309 2531 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.780 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.870 1309 2531 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.882 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:12.887 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:12.984 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.034 1309 2531 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.140 1309 2531 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.211 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.266 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.356 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.413 1309 2531 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.425 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.527 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.583 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.602 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.650 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.659 1309 4069 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:13.663 1309 2531 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:13.673 1309 4344 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:13.693 1309 2565 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:13.731 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.852 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.884 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:13.984 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.023 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.086 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.188 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.220 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.289 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.392 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.493 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.595 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.694 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.696 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.745 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.798 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:14.900 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.002 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.357 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.413 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.513 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.559 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.587 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:15.612 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.660 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.723 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.760 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.878 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.935 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.939 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:15.979 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.045 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.146 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.251 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.252 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.255 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.257 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.259 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.300 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.353 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.407 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.490 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:16.832 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.859 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.943 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:16.960 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.053 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.062 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.154 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.164 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.264 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.265 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.387 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:17.476 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.637 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.673 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.774 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.849 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.876 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:17.978 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.056 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.080 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.108 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.158 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.181 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.273 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.283 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.287 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:18.370 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.385 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.476 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.487 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.576 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.588 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.690 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.809 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.837 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.888 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:18.911 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.012 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.114 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.196 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.216 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.317 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.413 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.419 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.465 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.521 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.521 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.719 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.724 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.928 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:19.945 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.029 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.087 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:20.101 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.131 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.147 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.233 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.256 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.335 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.356 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.437 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.459 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.538 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.640 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.811 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.843 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.862 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.945 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:20.986 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:21.166 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.182 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.228 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.278 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.369 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.431 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.573 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.589 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.674 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.696 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.776 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.802 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.878 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.887 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:21.910 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.960 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:21.979 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.065 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.081 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.117 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.183 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.198 1309 1419 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #73522} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(41 skipped)
06-29 08:05:22.285 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.326 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.381 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.386 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.488 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.544 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.691 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.787 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:22.794 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.856 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.895 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:22.997 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:23.062 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:23.099 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:23.164 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:23.200 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:23.268 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:23.302 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:23.365 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:23.404 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:23.505 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:23.687 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:23.724 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:23.977 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:24.262 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:24.589 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:24.681 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:24.923 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:25.102 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:25.477 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:25.487 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:25.631 1309 2186 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: 4, RSSI: -69, Link speed: 72Mbps,
Tx Link speed: 58Mbps, Max Supported Tx Link speed: 72Mbps, Rx Link speed: 65Mbps,
Max Supported Rx Link speed: 72Mbps, Frequency: 2462MHz, Net ID: -1, Metered hint:
false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1>
SignalStrength: -69 SSID: "Airafamily"]
06-29 08:05:25.678 1309 3540 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:25.678 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:25.683 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:25.693 1309 2565 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:25.695 1309 3540 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:25.701 1309 4074 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:25.707 1309 4074 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:25.711 1309 2565 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 700 capability: 0
06-29 08:05:25.731 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:25.843 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:25.898 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:26.009 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:26.139 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:26.239 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:26.297 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:26.388 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:26.464 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:26.753 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:26.984 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:27.040 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:27.234 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:27.287 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:27.467 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:27.531 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:27.586 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:27.717 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:27.827 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:27.945 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:28.185 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:28.187 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:28.359 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:28.417 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:28.529 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:28.885 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:29.054 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:29.087 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:29.105 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:29.323 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:29.384 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:29.612 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:29.891 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:29.987 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:30.068 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:30.231 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:30.337 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:30.347 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:30.405 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:30.701 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:30.875 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:30.886 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:31.156 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:31.219 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:31.280 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:31.347 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:31.462 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:31.787 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:31.935 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:31.990 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:32.349 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:32.408 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:32.639 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:33.098 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:33.158 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:33.213 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:33.446 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:33.587 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 08:05:33.610 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:33.718 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:33.772 1309 4344 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:05:33.880 1309 2565 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:08:05.779 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:08:05.779 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:09:16.065 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:09:20.684 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:09:36.235 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 08:09:54.729 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:09:54.729 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:10:58.895 1309 2740 E _V_RichTapVibratorService: getExtension == null
06-29 08:10:59.436 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:11:43.582 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:11:43.592 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:11:53.541 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:11:53.541 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:13:42.374 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:13:42.374 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:15:12.400 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:15:14.803 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:15:17.286 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:15:18.244 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:15:19.784 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:15:31.337 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:15:31.337 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:15:38.610 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:15:38.611 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:17:20.195 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:17:20.206 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:18:09.929 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:18:10.015 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:18:13.152 1309 2849 E _V_RichTapVibratorService: getExtension == null
06-29 08:18:14.508 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 08:18:15.100 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-29 08:18:15.680 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-29 08:18:17.088 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 08:18:17.743 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-29 08:18:20.020 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:18:22.538 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:18:29.980 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:18:35.425 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:18:40.834 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:18:55.062 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:19:04.040 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:19:04.659 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:19:06.097 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:19:09.104 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:19:09.106 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:19:24.918 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:19:24.976 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:19:27.575 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:28.116 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:28.951 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:29.550 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:30.678 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:31.164 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:31.490 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:35.461 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:35.894 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:36.290 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:36.743 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:37.205 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:39.357 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:39.796 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:40.236 1309 2849 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:41.797 1309 2740 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:42.491 1309 2740 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:42.783 1309 2849 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:43.492 1309 2849 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:45.258 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:48.735 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:19:48.737 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:19:49.821 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-29 08:19:49.943 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:19:54.012 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:20:08.643 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:20:09.264 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:20:10.885 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:20:41.447 1309 1476 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 08:21:37.594 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:21:37.595 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:21:41.814 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 08:21:42.532 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 08:21:42.884 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 08:22:11.403 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:22:11.505 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:22:13.466 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 08:22:13.913 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-29 08:22:14.541 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-29 08:22:15.781 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-29 08:22:17.255 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-29 08:22:18.320 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-29 08:22:18.698 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-29 08:22:19.971 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:22:22.601 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:22:35.009 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 08:22:35.381 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 08:22:36.196 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:22:58.801 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:23:01.813 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 08:23:26.513 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:23:26.514 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:23:37.473 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:23:47.758 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:24:15.464 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:24:50.646 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:25:00.331 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:25:11.524 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:25:15.398 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:25:15.398 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:25:38.626 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:25:38.627 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:26:06.425 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:26:13.886 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:26:25.881 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:26:43.108 1309 1435 E DiscreteRegistry: Deleting file 1687915490882tl
06-29 08:26:52.752 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:27:04.319 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:27:04.320 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:27:04.955 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:27:19.383 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:27:21.804 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:27:23.546 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:27:53.814 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:27:53.814 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:29:42.711 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:29:42.711 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:31:31.618 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:31:31.618 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:33:20.540 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:33:20.541 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:35:09.413 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:35:09.413 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:35:38.626 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:35:38.629 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:36:18.730 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:36:18.737 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:38:07.620 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:38:07.620 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:39:56.518 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:39:56.520 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:41:45.425 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:41:45.426 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:41:45.435 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 08:41:48.178 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 08:41:54.125 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 08:41:54.898 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 08:41:55.080 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:41:55.080 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:45:38.624 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:45:38.624 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 08:55:38.620 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 08:55:38.620 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:05:39.285 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 09:05:39.539 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:05:39.540 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:05:39.578 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:05:39.578 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:05:39.937 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-29 09:05:41.620 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 09:05:41.738 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 09:05:42.008 1309 2300 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-29 09:05:50.753 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 09:05:52.739 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:05:52.997 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:05:53.291 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:05:53.684 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:05:53.990 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:05:54.221 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:05:54.552 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:05:55.500 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:05:55.754 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:05:56.065 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:05:56.337 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:06:48.802 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:06:48.802 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:07:08.612 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:07:08.612 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:07:12.809 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-29 09:08:57.495 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:08:57.495 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:09:36.770 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-29 09:10:46.421 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:10:46.422 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:12:35.311 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:12:35.312 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:14:03.205 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:14:03.557 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:14:24.227 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:14:24.230 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:14:53.947 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:14:53.947 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:15:38.639 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:15:38.639 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:16:42.824 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:16:42.824 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:18:31.735 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:18:31.735 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:20:20.643 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:20:20.644 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:22:09.521 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:22:09.522 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:22:49.812 859 859 E wificond: vivo add tx_good 2130985 tx_bad 289
rx_good 2844973 tx_retry 144391 tx_retry_times 0
06-29 09:22:52.849 859 859 E wificond: vivo add tx_good 2130986 tx_bad 289
rx_good 2844974 tx_retry 144391 tx_retry_times 0
06-29 09:22:55.885 859 859 E wificond: vivo add tx_good 2130986 tx_bad 289
rx_good 2844976 tx_retry 144391 tx_retry_times 0
06-29 09:22:58.931 859 859 E wificond: vivo add tx_good 2130990 tx_bad 289
rx_good 2844980 tx_retry 144394 tx_retry_times 0
06-29 09:23:18.897 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:23:18.897 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:24:13.903 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 09:24:15.428 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 09:25:07.775 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:25:07.789 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:25:38.615 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:25:38.616 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:26:21.603 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:26:56.680 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:26:56.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:27:51.566 1309 1435 E DiscreteRegistry: Deleting file 1687918370774tl
06-29 09:28:45.582 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:28:45.584 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:30:34.449 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:30:34.449 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:30:45.532 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 09:30:48.360 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 09:30:54.276 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:30:54.277 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:31:26.944 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:31:39.990 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:31:40.347 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:32:43.171 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:32:43.172 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:34:32.067 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:34:32.068 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:35:38.643 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:35:38.643 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:36:20.940 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:36:20.941 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:37:20.368 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:37:20.369 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:38:23.405 1309 2517 E DiscreteRegistry: Deleting file 1687919272181tl
06-29 09:39:09.248 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:39:09.253 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:40:58.149 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:40:58.149 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:42:47.079 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:42:47.081 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:43:36.602 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:43:36.604 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:45:25.461 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:45:25.462 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:45:38.607 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:45:38.608 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:46:20.088 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:46:20.287 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 09:47:14.393 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:47:14.393 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:49:03.262 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:49:03.262 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:50:12.611 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:50:12.612 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:52:01.471 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:52:01.472 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:53:50.396 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:53:50.396 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:54:21.715 859 859 E wificond: vivo add tx_good 2241309 tx_bad 294
rx_good 3023261 tx_retry 160478 tx_retry_times 0
06-29 09:55:38.616 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:55:38.617 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:55:39.288 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:55:39.290 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:56:48.628 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:56:48.628 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:58:31.752 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 09:58:36.245 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 09:58:37.479 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 09:58:37.479 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 09:59:26.872 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 10:00:26.401 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:00:26.410 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:01:43.258 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:01:43.430 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:01:45.505 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-29 10:01:45.560 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:01:48.370 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:02:15.321 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:02:15.321 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:02:23.051 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:02:40.567 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:02:51.518 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:03:01.872 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:03:10.990 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:03:17.333 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:03:19.614 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:04:04.196 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:04:04.197 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:04:24.314 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:04:32.095 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:04:33.930 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:04:33.930 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:04:44.117 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:04:48.871 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:05:34.701 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:05:38.619 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:05:38.619 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:05:42.154 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:05:42.683 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:05:45.778 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:05:47.807 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:05:50.456 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:05:50.597 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:05:51.721 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-29 10:05:51.778 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:05:55.321 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:06:09.359 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:06:22.823 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:06:22.823 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:06:46.841 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:07:00.538 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:07:09.328 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:07:12.370 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:07:17.379 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:07:31.623 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:07:32.171 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:08:11.710 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:08:11.711 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:08:32.103 1309 2517 E DiscreteRegistry: Deleting file 1687921191842tl
06-29 10:08:49.621 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:09:05.838 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:09:30.172 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:09:43.460 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:10:00.605 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:10:00.606 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:10:32.479 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:10:35.781 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:11:39.693 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:11:39.694 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:13:28.505 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:13:28.509 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:15:17.420 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:15:17.422 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:15:38.607 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:15:38.609 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:16:33.863 859 859 E wificond: vivo add tx_good 2334917 tx_bad 295
rx_good 3130904 tx_retry 167210 tx_retry_times 0
06-29 10:16:36.883 859 859 E wificond: vivo add tx_good 2334962 tx_bad 295
rx_good 3130939 tx_retry 167211 tx_retry_times 0
06-29 10:16:39.900 859 859 E wificond: vivo add tx_good 2335020 tx_bad 295
rx_good 3130986 tx_retry 167213 tx_retry_times 0
06-29 10:17:06.312 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:17:06.315 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:18:25.533 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:18:25.533 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:20:14.000 1309 28209 E _V_RichTapVibratorService: getExtension == null
06-29 10:20:14.415 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:20:14.415 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:20:16.095 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 10:22:03.329 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:22:03.332 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:23:52.228 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:23:52.230 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:25:21.363 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:25:21.363 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:25:38.614 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:25:38.614 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:27:10.222 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:27:10.222 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:28:59.127 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:28:59.128 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:30:48.023 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:30:48.024 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:32:27.029 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:32:27.031 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:34:15.930 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:34:15.931 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:35:38.616 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:35:38.617 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:36:04.851 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:36:04.851 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:37:53.733 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:37:53.736 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:38:33.129 1309 2517 E DiscreteRegistry: Deleting file 1687922994196tl
06-29 10:39:12.951 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:39:12.951 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:41:01.873 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:41:01.874 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:42:50.746 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:42:50.746 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:43:11.553 1309 1435 E DiscreteRegistry: Deleting file 1687923596961tl
06-29 10:44:39.649 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:44:39.650 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:45:38.605 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:45:38.606 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:45:58.859 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:45:58.860 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:47:24.206 859 859 E wificond: vivo add tx_good 2384814 tx_bad 298
rx_good 3221309 tx_retry 171237 tx_retry_times 0
06-29 10:47:47.741 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:47:47.747 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:49:36.644 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:49:36.644 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:51:25.546 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:51:25.547 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:52:44.774 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:52:44.775 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:54:07.828 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:54:13.247 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:54:13.763 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 10:54:33.663 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:54:33.672 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:55:38.614 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:55:38.619 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:56:22.576 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:56:22.578 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:57:38.492 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 10:58:11.548 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 10:58:11.551 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 10:58:28.500 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 10:58:36.780 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:58:38.975 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 10:58:44.311 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:00:00.397 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:00:00.397 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:00:48.753 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:00:48.940 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:00:49.894 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:00:49.902 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:02:38.808 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:02:38.808 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:02:44.589 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:02:45.205 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:02:45.378 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:02:45.605 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:02:45.824 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:04:07.583 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:04:07.838 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:04:08.241 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-29 11:04:27.733 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:04:27.734 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:04:59.132 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:04:59.389 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:05:38.626 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:05:38.626 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:06:16.611 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:06:16.612 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:08:05.520 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:08:05.520 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:08:41.114 1309 2517 E DiscreteRegistry: Deleting file 1687924812758tl
06-29 11:09:54.431 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:09:54.432 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:11:43.313 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:11:43.313 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:12:12.027 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-29 11:13:22.215 1309 1435 E DiscreteRegistry: Deleting file 1687925407192tl
06-29 11:13:32.232 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:13:32.234 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:15:21.122 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:15:21.124 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:15:38.619 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:15:38.620 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:15:49.602 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:49.655 1309 4065 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1687952082684
06-29 11:15:49.683 1309 4065 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1688010978036
06-29 11:15:49.684 1309 2740 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:49.698 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:49.707 1309 1418 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1687952082684
06-29 11:15:49.725 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:49.728 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:49.734 1309 2740 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:49.736 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:49.739 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:49.741 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:49.744 1309 2740 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:49.782 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:50.110 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:50.135 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 20.477816; finalLux = 20.477816; brightness = 0.3006845;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 107;
downLux = 9; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = false; curveName = auto_default; isUseVicoBrightness = false; foldState
= -1; realLcmBrightness = 473; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
06-29 11:15:50.199 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:50.258 1309 2740 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:50.469 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:50.665 1309 2740 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:50.820 1309 2740 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:50.944 1309 2740 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:51.020 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:51.037 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 20.477816; finalLux = 20.477816; brightness = 0.3006845;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 107;
downLux = 9; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = false; curveName = auto_default; isUseVicoBrightness = false; foldState
= -1; realLcmBrightness = 473; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
06-29 11:15:51.093 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:51.155 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:51.295 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:51.468 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:51.545 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:51.690 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:51.773 1309 4073 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:51.918 1309 4073 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:52.177 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:52.236 1309 4073 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:52.325 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:52.398 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:52.479 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:52.547 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:52.612 1309 4073 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:52.692 1309 4073 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:52.759 1309 4073 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:52.837 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 22.184301; finalLux = 22.184301; brightness = 0.3006845;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 107;
downLux = 9; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = false; curveName = auto_default; isUseVicoBrightness = false; foldState
= -1; realLcmBrightness = 473; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
06-29 11:15:52.839 1309 4073 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:52.920 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:52.966 1309 4073 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:53.028 1309 4073 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:53.176 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:53.284 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:15:53.369 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:17:10.062 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:17:10.062 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:18:58.935 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:18:58.935 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:20:47.823 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:20:47.824 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:21:10.671 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 11:21:10.784 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 11:21:10.914 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:21:10.914 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:21:11.609 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:21:11.609 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:21:24.543 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 11:21:27.952 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:22:16.948 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:22:16.948 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:22:58.494 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:22:59.585 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:22:59.913 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:23:01.065 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:23:01.354 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:24:05.865 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:24:05.865 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:25:36.288 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:25:38.624 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:25:38.625 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:25:49.999 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:25:54.749 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:25:54.749 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:27:43.636 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:27:43.636 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:28:06.763 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:28:23.184 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:28:23.475 1309 1435 E DiscreteRegistry: Deleting file 1687925712816tl
06-29 11:29:32.582 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:29:32.583 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:29:55.380 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:31:00.645 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:31:01.539 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:31:20.744 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:31:21.444 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:31:21.444 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:31:30.270 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:31:53.769 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:31:57.196 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:32:00.997 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:32:31.552 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:32:32.574 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:32:50.105 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:32:52.509 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:32:55.613 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:32:58.124 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:32:59.682 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:01.174 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:02.233 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:03.599 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:06.161 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:06.496 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:06.817 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:07.261 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:08.823 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:10.178 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:10.333 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:33:10.334 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:33:12.534 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:15.656 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:18.914 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:24.113 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:26.299 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:26.303 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:27.612 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-29 11:33:28.411 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-29 11:33:28.904 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-29 11:33:32.108 1309 2589 E _V_RichTapVibratorService: getExtension == null
06-29 11:33:32.391 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-29 11:33:33.190 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-29 11:33:33.676 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-29 11:33:34.952 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 11:33:43.392 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:46.727 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:33:55.677 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:34:01.003 1309 9565 E _V_RichTapVibratorService: getExtension == null
06-29 11:34:07.862 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 11:34:11.970 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:34:18.923 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.abstractsoft.animalsmash
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:-1
06-29 11:34:19.025 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
63 ms.
06-29 11:34:22.397 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~F1Ze3bLYFLj-JI4c0HJ93Q==/com.abstractsoft.animalsmash-
68iMeK6d9GLRGUeAXJfaKQ==/base.apk
06-29 11:34:24.655 1309 9879 E _V_RichTapVibratorService: getExtension == null
06-29 11:34:27.502 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:34:29.150 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 11:34:31.887 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:34:34.481 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:34:36.934 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:34:59.271 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:34:59.271 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:35:38.661 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:35:38.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:36:24.305 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:36:25.995 1309 1594 E _V_PowerDataReport: The current time is less than
the last time, so failed
06-29 11:36:31.919 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:36:32.255 1309 1594 E _V_PowerDataReport: The current time is less than
the last time, so failed
06-29 11:36:34.821 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:36:48.178 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:36:48.185 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:36:58.100 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:36:58.101 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:38:25.641 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:38:36.233 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:38:38.962 1309 4344 E ClipboardService: Denying clipboard access to
com.abstractsoft.animalsmash, application is not in focus nor is it a system
service for user 0
06-29 11:38:38.985 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:38:40.402 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:38:45.423 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:38:46.966 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:38:46.967 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:38:51.096 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:39:04.086 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:39:09.996 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:39:11.588 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:39:13.079 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:39:14.565 1309 2517 E DiscreteRegistry: Deleting file 1687926616782tl
06-29 11:39:25.793 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-29 11:39:29.080 1309 2590 E _V_IFE : input exception report: exception
source:{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.W
atchWhileActivity} subtype:8 reason = UNKNOWN_CHECK_FROM_NO_FOCUS_TIME_OUT
06-29 11:39:32.212 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:39:34.234 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:39:39.726 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:39:44.217 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:40:35.839 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:40:35.840 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:42:09.823 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:42:13.075 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:42:24.750 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:42:24.751 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:43:23.939 1309 1435 E DiscreteRegistry: Deleting file 1687927215867tl
06-29 11:43:44.396 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:43:53.571 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:43:53.838 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:43:53.838 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:44:01.586 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.armnomads.hamstermazer
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:-1
06-29 11:44:01.668 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
73 ms.
06-29 11:44:06.224 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:44:43.297 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:44:45.896 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:45:38.618 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:45:38.618 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:45:42.746 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:45:42.748 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:47:25.586 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:47:25.940 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:47:31.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:47:31.672 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:49:20.558 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:49:20.558 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:50:35.404 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 11:50:36.765 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 11:50:36.780 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 11:50:38.137 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 11:50:38.371 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:50:38.371 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:50:38.577 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 11:50:40.004 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:50:40.004 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:50:46.543 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:50:46.545 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:53:36.503 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 11:53:40.955 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 11:53:41.426 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:53:41.426 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:53:45.497 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 11:53:45.637 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:53:46.235 1309 1542 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:53:46.248 1309 2849 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-29 11:53:46.270 1309 2849 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-29 11:53:46.290 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 1.7064847; finalLux = 1.7064847; brightness = 0.096256234;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux
= -1; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= true; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 11:53:46.353 1309 2745 I DropBoxManagerService: add
tag=platform_stats_bookmark isTagEnabled=true flags=0x2
06-29 11:53:46.354 1309 2745 W DropBoxManagerService: Dropping:
platform_stats_bookmark (13 > 0 bytes)
06-29 11:53:46.358 1309 1445 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
06-29 11:53:46.358 1309 1445 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
06-29 11:53:46.368 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:53:46.369 1309 2745 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:53:46.402 1309 2704 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:53:46.413 1309 1542 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:53:46.415 1309 2704 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:53:46.424 1309 4076 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:53:46.426 1309 4076 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:53:46.447 1309 2849 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:53:46.514 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 11:53:46.571 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:53:51.203 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:53:54.004 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:53:54.004 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:53:55.457 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:53:57.412 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:54:04.090 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:54:33.357 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:54:36.465 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 11:54:39.138 1309 14428 E MemoryPressure: Could not read
/proc/pressure/memory
06-29 11:54:39.138 1309 14428 E MemoryPressure: java.io.FileNotFoundException:
/sys/devices/system/cpu/cpu0/online: open failed: ENOENT (No such file or
directory)
06-29 11:54:39.138 1309 14428 E MemoryPressure: at
libcore.io.IoBridge.open(IoBridge.java:575)
06-29 11:54:39.138 1309 14428 E MemoryPressure: at
libcore.io.IoUtils$FileReader.<init>(IoUtils.java:388)
06-29 11:54:39.138 1309 14428 E MemoryPressure: at
libcore.io.IoUtils.readFileAsString(IoUtils.java:301)
06-29 11:54:39.138 1309 14428 E MemoryPressure: at
com.android.server.MemoryPressureUtil.currentPsiState(MemoryPressureUtil.java:62)
06-29 11:54:39.138 1309 14428 E MemoryPressure: at
com.android.server.am.ProcessErrorStateRecord.appNotResponding(ProcessErrorStateRec
ord.java:448)
06-29 11:54:39.138 1309 14428 E MemoryPressure: at
com.android.server.am.AnrHelper$AnrRecord.appNotResponding(AnrHelper.java:165)
06-29 11:54:39.138 1309 14428 E MemoryPressure: at
com.android.server.am.AnrHelper$AnrConsumerThread.run(AnrHelper.java:116)
06-29 11:54:39.138 1309 14428 E MemoryPressure: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
06-29 11:54:39.138 1309 14428 E MemoryPressure: at
libcore.io.Linux.open(Native Method)
06-29 11:54:39.138 1309 14428 E MemoryPressure: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
06-29 11:54:39.138 1309 14428 E MemoryPressure: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
06-29 11:54:39.138 1309 14428 E MemoryPressure: at
libcore.io.IoBridge.open(IoBridge.java:561)
06-29 11:54:39.138 1309 14428 E MemoryPressure: ... 6 more
06-29 11:54:45.185 1309 14428 E ActivityManager: ANR in com.google.android.youtube
(com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.WatchWhi
leActivity)
06-29 11:54:45.185 1309 14428 E ActivityManager: PID: 11567
06-29 11:54:45.185 1309 14428 E ActivityManager: Reason: Input dispatching timed
out (a204b88
com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.WatchWhil
eActivity (server) is not responding. Waited 5000ms for KeyEvent)
06-29 11:54:45.185 1309 14428 E ActivityManager: Parent:
com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.WatchWhil
eActivity
06-29 11:54:45.185 1309 14428 E ActivityManager: Frozen: false
06-29 11:54:45.185 1309 14428 E ActivityManager: Load: 0.0 / 0.0 / 0.0
06-29 11:54:45.185 1309 14428 E ActivityManager: ----- Output from
/proc/pressure/memory -----
06-29 11:54:45.185 1309 14428 E ActivityManager: some avg10=1.12 avg60=1.02
avg300=1.25 total=366050925
06-29 11:54:45.185 1309 14428 E ActivityManager: full avg10=0.33 avg60=0.15
avg300=0.21 total=122489305
06-29 11:54:45.185 1309 14428 E ActivityManager: ----- End output from
/proc/pressure/memory -----
06-29 11:54:45.185 1309 14428 E ActivityManager:
06-29 11:54:45.185 1309 14428 E ActivityManager: ----- Output from cpu online
-----
06-29 11:54:45.185 1309 14428 E ActivityManager: CPU usage from 0ms to 6053ms
later (2023-06-29 11:54:38.976 to 2023-06-29 11:54:45.028):
06-29 11:54:45.185 1309 14428 E ActivityManager: 157%
11567/com.google.android.youtube: 138% user + 19% kernel / faults: 41161 minor 22
major
06-29 11:54:45.185 1309 14428 E ActivityManager: 65%
544/android.hardware.media.c2@1.2-mediatek: 47% user + 17% kernel / faults: 27964
minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 28% 24083/com.simejikeyboard:
21% user + 6.9% kernel / faults: 24758 minor 49 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 27%
537/android.hardware.audio.service.mediatek: 22% user + 4.6% kernel / faults: 1
minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 19% 601/surfaceflinger: 12%
user + 6.9% kernel / faults: 35 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 18% 1309/system_server: 10%
user + 8.2% kernel / faults: 181 minor 4 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 5.1% 14428/AnrConsumer: 0.8%
user + 4.2% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 3.1% 1324/HeapTaskDaemon:
2.9% user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 1.8% 1426/android.anim: 0.4%
user + 1.3% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 1.1% 4075/Binder:1309_1D:
0.6% user + 0.4% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.8% 1309/system_server: 0.6%
user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.8% 2531/Binder:1309_7: 0.8%
user + 0% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.8% 4073/Binder:1309_1B:
0.4% user + 0.3% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.6% 1545/SensorService: 0.4%
user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.4% 2185/ConnectivitySer:
0.4% user + 0% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 1445/ActivityManager:
0.1% user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 1457/OomAdjuster: 0.1%
user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 1472/Thread-3: 0.1% user
+ 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 2161/WifiHandlerThre:
0.3% user + 0% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 2267/SessionRecordTh:
0.1% user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 4076/Binder:1309_1E:
0.1% user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 1466/vivo_stats: 0.1%
user + 0% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 1542/Binder:1309_3: 0%
user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 1607/hidl_ssvc_poll: 0%
user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 2165/VivoWifiFeature:
0.1% user + 0% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 2186/ConnectivityThr:
0.1% user + 0% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 2252/BrightnessLux: 0%
user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 2285/VivoAudioPlayba:
0.1% user + 0% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 2327/VivoWifiWatchdo: 0%
user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 2739/Binder:1309_C: 0%
user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 3067/droid.tethering:
0.1% user + 0% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 15%
542/android.hardware.graphics.composer@2.1-service: 8.9% user + 6.1% kernel /
faults: 10 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.7% 805/installd: 0% user +
0.6% kernel / faults: 24 minor 3 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 8.2%
5838/com.ss.android.ugc.trill:push: 4.2% user + 3.9% kernel / faults: 162 minor 43
major
06-29 11:54:45.185 1309 14428 E ActivityManager: 8% 8923/com.vivo.appstore: 4.4%
user + 3.6% kernel / faults: 3 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 7.7% 2365/com.android.systemui:
5.6% user + 2.1% kernel / faults: 41 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 6.6% 138/kswapd0: 0% user +
6.6% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 6.4% 2649/com.android.phone:
4.4% user + 1.9% kernel / faults: 747 minor 2 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 6.2% 252/exe_cq/0: 0% user +
6.2% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 3.1% 586/audioserver: 2.1% user
+ 0.9% kernel / faults: 37 minor 7 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 0% 827/media.vivocodec: 0% user
+ 0% kernel / faults: 559 minor 11 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 1.4%
5297/com.ss.android.ugc.trill: 0.8% user + 0.6% kernel / faults: 5 minor 1 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 1.1%
877/vendor.mediatek.hardware.pq@2.2-service: 0.8% user + 0.3% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 1.1%
9630/kworker/u16:5+fpsgo_notifier_wq: 0% user + 1.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.9%
11315/com.google.android.gms.unstable: 0.8% user + 0.1% kernel / faults: 13 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.9%
24628/com.google.android.gms.persistent: 0.6% user + 0.3% kernel / faults: 157
minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.9% 26976/kworker/u16:7-
ged_fence: 0% user + 0.9% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.8%
6142/com.vivo.imanager:remote: 0.3% user + 0.4% kernel / faults: 33 minor 3 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.8% 9944/kworker/u16:9-
ged_kpi: 0% user + 0.8% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.6% 404/logd: 0% user + 0.6%
kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.6% 2536/kworker/u16:1-
kverityd: 0% user + 0.6% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.6% 3616/com.vivo.pem: 0% user
+ 0.6% kernel / faults: 50 minor 3 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.4% 1/init: 0.1% user + 0.3%
kernel / faults: 4 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.4% 194/pbm: 0% user + 0.4%
kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.4% 210/present_fence_w: 0%
user + 0.4% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.4%
547/android.hardware.sensors@2.0-service.multihal-mediatek: 0.1% user + 0.3% kernel
/ faults: 1 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.4% 11383/com.android.chrome:
0.3% user + 0.1% kernel / faults: 6 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.4% 13857/kworker/0:1H-
kblockd: 0% user + 0.4% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 10/rcu_preempt: 0% user +
0.3% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 304/ipi_cpu_dvfs_rt: 0%
user + 0.3% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 521/netd: 0.1% user + 0.1%
kernel / faults: 1 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3%
540/android.hardware.graphics.allocator@4.0-service-mediatek: 0.1% user + 0.1%
kernel / faults: 72 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3%
556/vendor.mediatek.hardware.mtkpower@1.0-service: 0% user + 0.3% kernel / faults:
1 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 816/mediaserver: 0% user +
0.3% kernel / faults: 25 minor 15 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 2699/com.vivo.rms: 0.1%
user + 0.1% kernel / faults: 13 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 13646/kworker/5:2H-
kblockd: 0% user + 0.3% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 13879/kworker/1:1H-
kblockd: 0% user + 0.3% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.3% 13923/kworker/4:2H-
kblockd: 0% user + 0.3% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 118/ion_mm_heap: 0% user +
0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 121/ion_history: 0% user +
0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 197/chre_kthread: 0% user
+ 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 223/krtatm: 0% user + 0.1%
kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 406/servicemanager: 0%
user + 0.1% kernel / faults: 8 minor 1 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1%
467/android.system.suspend@1.0-service: 0% user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0% 492/tombstoned: 0% user + 0%
kernel / faults: 126 minor 50 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 520/statsd: 0% user + 0.1%
kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 754/cameraserver: 0% user
+ 0.1% kernel / faults: 13 minor 6 major
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 811/media.metrics: 0% user
+ 0.1% kernel / faults: 4 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 2328/main_thread: 0% user
+ 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 2329/hif_thread: 0% user +
0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 4597/kworker/u16:3-
ged_fence: 0% user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1%
10089/com.abstractsoft.animalsmash: 0% user + 0.1% kernel / faults: 13 minor 1
major
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 11218/kworker/2:2-events:
0% user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1%
11344/com.simejikeyboard:push: 0.1% user + 0% kernel / faults: 5 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 12732/kworker/7:0H: 0%
user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 13149/kworker/3:2H-
kblockd: 0% user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 13401/kworker/6:2-events:
0% user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 13559/kworker/6:0H-
kblockd: 0% user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 13603/kworker/7:0: 0% user
+ 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1%
13630/com.google.android.calendar: 0.1% user + 0% kernel / faults: 2 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 13962/kworker/4:2-events:
0% user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 13977/com.android.vending:
0.1% user + 0% kernel / faults: 16 minor
06-29 11:54:45.185 1309 14428 E ActivityManager: 0.1% 14060/kworker/2:0H-
kblockd: 0% user + 0.1% kernel
06-29 11:54:45.185 1309 14428 E ActivityManager: 55% TOTAL: 37% user + 16% kernel
+ 0.7% iowait + 0.7% softirq
06-29 11:54:45.185 1309 14428 E ActivityManager: CPU usage from 62633652ms to
62633652ms ago (1970-01-01 07:00:00.000 to 1970-01-01 07:00:00.000) with 0% awake:
06-29 11:54:45.185 1309 14428 E ActivityManager: 0% TOTAL: 0% user + 0% kernel
06-29 11:54:45.312 1309 1423 I ActivityManager: Killing
11567:com.google.android.youtube/u0a165 (adj 0): user request after error
06-29 11:54:45.317 1309 1425 W Looper : Slow dispatch took 105ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.RootWindowContainer$RankTaskLayersRunnable@ae72434 m=0
06-29 11:54:45.329 1309 1423 W Looper : Slow dispatch took 126ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=2
06-29 11:54:45.413 1309 1425 W ActivityTaskManager: Activity pause timeout for
ActivityRecord{8521641 u0
com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.WatchWhil
eActivity t434 d0 f}}
06-29 11:54:45.415 1309 1425 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
06-29 11:54:45.416 1309 1425 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
06-29 11:54:45.418 1309 1425 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_CLOSE,
TRANSIT_CLOSE], mNextAppTransitionFlags=TRANSIT_FLAG_APP_CRASHED
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.resumeTopActivityInnerLocked:7568
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7254
06-29 11:54:45.418 1309 1425 D _V_BarAnimController: prepareAppTransition 2 0
06-29 11:54:45.418 1309 1425 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=1600 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 1600, 60)
06-29 11:54:45.418 1309 1425 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=79 h=720 posx=1521 posy=0 bounds=Rect(0, 0 - 79, 720)
06-29 11:54:45.418 1309 1425 D _V_BarAnimController: fillFakeBarsWithContent
06-29 11:54:45.418 1309 1583 D _V_BarAnimController: mCaptureRunnable run
06-29 11:54:45.418 1309 1583 D _V_FakeBarSurfaceControl-FakeStatusBar: capture
when bar is invisible, hide it first
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: Failed to write to
/sys/rsc/rsc_svp
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils:
java.io.FileNotFoundException: /sys/rsc/rsc_svp: open failed: ENOENT (No such file
or directory)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
java.io.FileWriter.<init>(FileWriter.java:63)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.threadBoostStatus(BoostThreadUtils.java:35)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.activityVisiableThreadBoost(BoostThreadUtils
.java:20)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.VivoTaskImpl.activityVisiableThreadBoost(VivoTaskImpl.java:27
68)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityInnerLocked(Task.java:7663)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7241)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7254)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2721)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2700)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.Task.completePauseLocked(Task.java:7023)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord.activityPaused(ActivityRecord.java:6761)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord$1.run(ActivityRecord.java:997)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
android.os.Handler.handleCallback(Handler.java:938)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
android.os.Handler.dispatchMessage(Handler.java:99)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
android.os.Looper.loopOnce(Looper.java:233)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
android.os.Looper.loop(Looper.java:334)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
android.os.HandlerThread.run(HandlerThread.java:67)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
libcore.io.Linux.open(Native Method)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
06-29 11:54:45.420 1309 1425 W _V_BoostThreadUtils: ... 20 more
06-29 11:54:45.420 1309 1425 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{e71e6d3 u0
com.android.launcher3/.Launcher t416 d0} ActivityRecord{8521641 u0
com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.WatchWhil
eActivity t434 d0 f}}
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: Failed to write to
/sys/rsc/rsc_svp
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils:
java.io.FileNotFoundException: /sys/rsc/rsc_svp: open failed: ENOENT (No such file
or directory)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
java.io.FileWriter.<init>(FileWriter.java:63)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.threadBoostStatus(BoostThreadUtils.java:35)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.activityVisiableThreadBoost(BoostThreadUtils
.java:20)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.VivoTaskImpl.activityVisiableThreadBoost(VivoTaskImpl.java:27
68)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityInnerLocked(Task.java:7665)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7241)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7254)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2721)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2700)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.Task.completePauseLocked(Task.java:7023)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord.activityPaused(ActivityRecord.java:6761)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord$1.run(ActivityRecord.java:997)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
android.os.Handler.handleCallback(Handler.java:938)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
android.os.Handler.dispatchMessage(Handler.java:99)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
android.os.Looper.loopOnce(Looper.java:233)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
android.os.Looper.loop(Looper.java:334)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
android.os.HandlerThread.run(HandlerThread.java:67)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
libcore.io.Linux.open(Native Method)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
06-29 11:54:45.422 1309 1425 W _V_BoostThreadUtils: ... 20 more
06-29 11:54:45.422 1309 1425 I _V_SDS :
onSetActivityResumed=com.android.launcher3
recordInfo=com.android.launcher3/.Launcher pid=2868
06-29 11:54:45.424 1309 1425 I HoverMode: ar is resume in second =
ActivityRecord{e71e6d3 u0 com.android.launcher3/.Launcher t416 d0}
06-29 11:54:45.426 1309 1425 D _V_WindowManager: startFixedRotationTransform
token=ActivityRecord{e71e6d3 u0 com.android.launcher3/.Launcher t416 d0} rotation=0
mTmpConfiguration={0.0 ?mcc?mnc ?localeList ?layoutDir sw384dp w384dp h779dp ?
density nrml long ?ldr ?wideColorGamut port ?uimode ?night ?touch ?keyb/?/? ?nav/?
winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720, 1521)
mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=undefined
mDisplayWindowingMode=undefined mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} ?fontWeightAdjustment themeId=0 themeParameter=0
nightModeLevel = -1}
callers=com.android.server.wm.DisplayContent.setFixedRotationLaunchingApp:1990
com.android.server.wm.DisplayContent.handleTopActivityLaunchingInDifferentOrientati
on:1861 com.android.server.wm.DisplayContent.updateOrientation:1700
com.android.server.wm.DisplayContent.updateOrientation:1647
com.android.server.wm.RootWindowContainer.ensureVisibilityAndConfig:2109
06-29 11:54:45.427 1309 1583 D _V_FakeBarSurfaceControl-FakeGestureBar: capture
when bar is invisible, hide it first
06-29 11:54:45.429 1309 1425 I ActivityTaskManager: Sending to proc
com.android.launcher3 new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp h779dp
300dpi nrml long port 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.1678 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.437 1309 1425 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 11:54:45.437 1309 1583 D _V_BarAnimController: mCaptureRunnable done
06-29 11:54:45.445 1309 4071 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:54:45.448 1309 1425 I _V_VivoFoldRebootUtilImpl: onConfigurationChanged
r:ActivityRecord{e71e6d3 u0 com.android.launcher3/.Launcher t416 d0} currentState=0
startState=-1 activityState = RESUMED info = Quickstep
06-29 11:54:45.462 1309 1425 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:ActivityRecord{e71e6d3 u0
com.android.launcher3/.Launcher t416 d0},mainRootTask:Task{2475a18 #1 type=home ??
U=0 displayId=0 visible=true mode=fullscreen translucent=false sz=1}
06-29 11:54:45.465 1309 1425 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{e71e6d3 u0
com.android.launcher3/.Launcher t416 d0} ActivityRecord{8521641 u0
com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.WatchWhil
eActivity t434 d0 f}}
06-29 11:54:45.466 1309 1425 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=26, state=0,
isLandTranslucentBackToLauncher=false
06-29 11:54:45.467 1309 1425 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
06-29 11:54:45.474 1309 1425 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 - 1600,
720) mAppBounds=Rect(44, 0 - 1521, 720) mMaxBounds=Rect(0, 0 - 1600, 720)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_90} }
06-29 11:54:45.474 1309 1425 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=434 ,topActivity=null ,resizeMode=1 ,topActivityType=1 ,of
windowConfiguration={ mBounds=Rect(0, 0 - 1600, 720) mAppBounds=Rect(44, 0 - 1521,
720) mMaxBounds=Rect(0, 0 - 1600, 720) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=standard mAlwaysOnTop=undefined
mRotation=ROTATION_90} }
06-29 11:54:45.476 1309 4065 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:54:45.476 1309 1425 V ActivityTaskManager: Stopping
ActivityRecord{8521641 u0
com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.WatchWhil
eActivity t434 d0 f}}: nowVisible=true animating=true finishing=true
animatingContainer=ActivityRecord{8521641 u0
com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.WatchWhil
eActivity t434 d0 f}}
06-29 11:54:45.492 1309 2226 D _V_AppTypeManager: getAppNameFromUidPid pkg =
com.android.launcher3
06-29 11:54:45.492 1309 2226 D _V_VivoBrightnessPolicyService: App name info
[com.android.launcher3, 137, 105, -1](policy level 1, brightness 25 nit, current
target percent 0.0%).
06-29 11:54:45.492 1309 2226 D _V_VivoBrightnessPolicyService: APP SWITCH RAISE
BRIGHTNESS event, policy level 1
06-29 11:54:45.493 1309 1423 D _V_CapacityKeyService: foregroundActivities
detected uid=10133 appName=com.android.launcher3 state=true
06-29 11:54:45.493 1309 1423 D _V_CapacityKeyService: foreground:
com.android.launcher3
06-29 11:54:45.502 1309 4070 I WindowManager: Relayout Window{590ee34 u0
com.android.launcher3/com.android.launcher3.Launcher}: 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
06-29 11:54:45.516 1309 2160 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 11:54:45.516 1309 2850 W ActivityManager: Unable to start service Intent
{ act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10133?
v=10&cv=16 pkg=com.google.android.googlequicksearchbox } U=0: not found
06-29 11:54:45.518 1309 2253 I _V_Sensor_AutoAppManager: uidName =
com.android.launcher3; topName = com.android.launcher3; foregroundActivities =
true; packageName = com.android.launcher3; processName = com.android.launcher3;
inFreeform = false
06-29 11:54:45.518 1309 2253 D _V_Sensor_AppTypeManager: getAppNameFromUidPid pkg
= com.android.launcher3
06-29 11:54:45.519 1309 2251 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 5 value: [0]
06-29 11:54:45.521 1309 4065 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
06-29 11:54:45.527 1309 4070 W ActivityManager: Unable to start service Intent
{ act=com.vivo.hiboard.LauncherOverlayService pkg=com.vivo.hiboard } U=0: not found
06-29 11:54:45.528 1309 4070 W ActivityManager: Unable to start service Intent
{ act=com.vivo.jovi.remoteservice.launcherclient.SearchOverlayService
pkg=com.vivo.globalsearch } U=0: not found
06-29 11:54:45.530 1309 4070 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{e71e6d3 u0 com.android.launcher3/.Launcher t416 d0} currentState=0
startState=-1 activityState = RESUMED info = Quickstep
06-29 11:54:45.540 1309 4071 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 11:54:45.543 1309 4065 D _V_WindowManager: Resize reasons w= Window{590ee34
u0 com.android.launcher3/com.android.launcher3.Launcher}, shouldSendRedrawForSync()
= false
06-29 11:54:45.545 1309 4071 D TextToSpeechManagerPerUserService: Unbinding TTS
engine: com.google.android.tts. Reason: client process death is reported
06-29 11:54:45.552 1309 4065 D _V_InsetsSourceProvider:
Window{com.android.systemui:ba9c769 u0 StatusBar} updateControlForTarget
Window{590ee34 u0 com.android.launcher3/com.android.launcher3.Launcher}
06-29 11:54:45.555 1309 1309 W TextToSpeechManagerPerUserService: Disconnected
from TTS engine
06-29 11:54:45.557 1309 1425 V InputMethodMenuController: Hide switching menu
06-29 11:54:45.558 1309 1309 I TextToSpeechManagerPerUserService: Failed running
callback method: android.os.DeadObjectException
06-29 11:54:45.561 1309 4065 D _V_InsetsSourceProvider:
Window{com.android.systemui:836ebbe u0 NavigationBar0} updateControlForTarget
Window{590ee34 u0 com.android.launcher3/com.android.launcher3.Launcher}
06-29 11:54:45.563 1309 4065 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{590ee34 u0 com.android.launcher3/com.android.launcher3.Launcher}
appearance=0x10 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
06-29 11:54:45.564 1309 4065 I WindowManager: Relayout Window{590ee34 u0
com.android.launcher3/com.android.launcher3.Launcher}: 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
06-29 11:54:45.566 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 10165, arg4: 0, name: com.google.android.youtube
06-29 11:54:45.571 1309 1426 W WindowManager: Failed to deliver inset state
change to w=Window{a204b88 u0
com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.WatchWhil
eActivity}
06-29 11:54:45.571 1309 1426 W WindowManager: android.os.DeadObjectException
06-29 11:54:45.571 1309 1426 W WindowManager: at
android.os.BinderProxy.transactNative(Native Method)
06-29 11:54:45.571 1309 1426 W WindowManager: at
android.os.BinderProxy.transact(BinderProxy.java:595)
06-29 11:54:45.571 1309 1426 W WindowManager: at
android.view.IWindow$Stub$Proxy.insetsControlChanged(IWindow.java:848)
06-29 11:54:45.571 1309 1426 W WindowManager: at
com.android.server.wm.WindowState.notifyInsetsControlChanged(WindowState.java:4621)
06-29 11:54:45.571 1309 1426 W WindowManager: at
com.android.server.wm.InsetsStateController.lambda$notifyPendingInsetsControlChange
d$6$InsetsStateController(InsetsStateController.java:830)
06-29 11:54:45.571 1309 1426 W WindowManager: at
com.android.server.wm.InsetsStateController$$ExternalSyntheticLambda1.run(Unknown
Source:2)
06-29 11:54:45.571 1309 1426 W WindowManager: at
com.android.server.wm.WindowAnimator.executeAfterPrepareSurfacesRunnables(WindowAni
mator.java:381)
06-29 11:54:45.571 1309 1426 W WindowManager: at
com.android.server.wm.WindowAnimator.animate(WindowAnimator.java:251)
06-29 11:54:45.571 1309 1426 W WindowManager: at
com.android.server.wm.WindowAnimator.lambda$new$1$WindowAnimator(WindowAnimator.jav
a:116)
06-29 11:54:45.571 1309 1426 W WindowManager: at
com.android.server.wm.WindowAnimator$$ExternalSyntheticLambda0.doFrame(Unknown
Source:2)
06-29 11:54:45.571 1309 1426 W WindowManager: at
android.view.Choreographer$CallbackRecord.run(Choreographer.java:1226)
06-29 11:54:45.571 1309 1426 W WindowManager: at
android.view.Choreographer.doCallbacks(Choreographer.java:1012)
06-29 11:54:45.571 1309 1426 W WindowManager: at
android.view.Choreographer.doFrame(Choreographer.java:917)
06-29 11:54:45.571 1309 1426 W WindowManager: at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1213)
06-29 11:54:45.571 1309 1426 W WindowManager: at
android.os.Handler.handleCallback(Handler.java:938)
06-29 11:54:45.571 1309 1426 W WindowManager: at
android.os.Handler.dispatchMessage(Handler.java:99)
06-29 11:54:45.571 1309 1426 W WindowManager: at
android.os.Looper.loopOnce(Looper.java:233)
06-29 11:54:45.571 1309 1426 W WindowManager: at
android.os.Looper.loop(Looper.java:334)
06-29 11:54:45.571 1309 1426 W WindowManager: at
android.os.HandlerThread.run(HandlerThread.java:67)
06-29 11:54:45.571 1309 1426 W WindowManager: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
06-29 11:54:45.571 1309 1426 D _V_InsetsSourceProvider:
Window{com.android.systemui:836ebbe u0 NavigationBar0} updateVisibility true
06-29 11:54:45.571 1309 1426 D _V_InsetsSourceProvider:
Window{com.android.systemui:ba9c769 u0 StatusBar} updateVisibility true
06-29 11:54:45.572 1309 1426 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 1600, 720),
mDisplayCutout=DisplayCutout{insets=Rect(44, 0 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 270 - 44, 450), Rect(0, 0 -
0, 0), 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={1}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(1515, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(1515, 635)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 635)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(1419, 0 - 1573, 60) rotation=1}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][1600,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[1521,0][1600,720], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][44,720], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1600,0][1600,720],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[1600,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[1521,0][1600,720], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][44,720], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1600,-2147483648],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][1600,720], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][1600,720],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[1600,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[1521,0][1600,720], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} } from Window{590ee34 u0
com.android.launcher3/com.android.launcher3.Launcher}
06-29 11:54:45.573 1309 2739 I WindowManager: WIN DEATH: Window{a204b88 u0
com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.WatchWhil
eActivity}
06-29 11:54:45.574 1309 2739 I _V_TaskSnapshotCache: removeRunningEntry taskId434
callers=com.android.server.wm.TaskSnapshotCache.onAppDied:120
com.android.server.wm.TaskSnapshotController.onAppDied:723
com.android.server.wm.WindowState$DeathRecipient.binderDied:3590
android.os.IBinder$DeathRecipient.binderDied:314
android.os.BinderProxy.sendDeathNotice:715 <bottom of call stack> <bottom of call
stack> <bottom of call stack> <bottom of call stack> <bottom of call stack>
06-29 11:54:45.577 1309 2739 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 1600, 720),
mDisplayCutout=DisplayCutout{insets=Rect(44, 0 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 270 - 44, 450), Rect(0, 0 -
0, 0), 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={1}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(1515, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(1515, 635)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 635)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(1419, 0 - 1573, 60) rotation=1}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][1600,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[1521,0][1600,720], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][44,720], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1600,0][1600,720],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[1600,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[1521,0][1600,720], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][44,720], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1600,-2147483648],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][1600,720], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][1600,720],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[1600,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[1521,0][1600,720], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} }
06-29 11:54:45.579 1309 1423 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_fullscreen_flag value:0 pkg:android userId:0
06-29 11:54:45.593 1309 2739 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:54:45.594 1309 2739 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:54:45.622 1309 4073 I WindowManager: Relayout
Window{com.android.systemui:e1b8870 u0 ScreenDecorOverlayBottom}: oldVis=0,
newVis=0, requestedWidth=38, requestedHeight=660, attrs.width=null,
attrs.height=null, compatFrame = Rect(1562, 0 - 1600, 720), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
06-29 11:54:45.635 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 11:54:45.642 1309 1419 I WindowManager: Relayout Window{590ee34 u0
com.android.launcher3/com.android.launcher3.Launcher}: 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
06-29 11:54:45.650 1309 3946 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=26, state=0,
isLandTranslucentBackToLauncher=false
06-29 11:54:45.651 1309 3946 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
06-29 11:54:45.652 1309 3946 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=26, state=0,
isLandTranslucentBackToLauncher=false
06-29 11:54:45.658 1309 2739 D _V_WindowManager: finishDrawingWindow:
Window{590ee34 u0 com.android.launcher3/com.android.launcher3.Launcher}
mDrawState=DRAW_PENDING
06-29 11:54:45.658 1309 2739 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@f9ce6b6 mSyncState=0
06-29 11:54:45.662 1309 4073 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:2cd7d20 u0 com.android.systemui.ImageWallpaper},
shouldSendRedrawForSync() = false
06-29 11:54:45.662 1309 2991 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.speech.tts.TTS_QUEUE_PROCESSING_COMPLETED flg=0x10 }
send by ApplicationInfo{37e9e8d com.google.android.tts} should with permissions for
security!!!
06-29 11:54:45.666 1309 4073 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
06-29 11:54:45.668 1309 4073 D _V_WindowManager: applyAnimation for freeform:
anim= null, transit = 26
06-29 11:54:45.669 1309 4073 D _V_WindowManager: loadAnimation for Split: a=
null, transit = 26, wc = Task{2475a18 #1 type=home ?? U=0 displayId=0 visible=true
mode=fullscreen translucent=false sz=1}
06-29 11:54:45.671 1309 4073 D _V_WindowManager: applyAnimation for freeform:
anim= null, transit = 26
06-29 11:54:45.671 1309 4073 D _V_WindowManager: loadAnimation for Split: a=
null, transit = 26, wc = Task{be3dc6a #434 type=standard
A=10165:com.google.android.youtube U=0 displayId=0 visible=false mode=fullscreen
translucent=true sz=1}
06-29 11:54:45.674 1309 1309 W Looper : Slow dispatch took 120ms main
h=android.os.Handler c=com.android.internal.infra.ServiceConnector$Impl$
$ExternalSyntheticLambda1@adddfb7 m=0
06-29 11:54:45.679 1309 4073 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4747
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:6274
06-29 11:54:45.679 1309 4073 D _V_InsetsSourceProvider:
Window{com.simejikeyboard:16a9279 u0 InputMethod} updateControlForTarget
com.android.server.wm.DisplayContent$RemoteInsetsControlTarget@740f41f
06-29 11:54:45.690 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
true; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 11:54:45.691 1309 4073 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=10133, requestPid=2868,
requestPkgName=com.android.launcher3, requestProcName=com.android.launcher3,
requestComponentName=com.android.launcher3.Launcher took -1ms finished.
06-29 11:54:45.692 1309 4073 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
06-29 11:54:45.692 1309 4073 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
06-29 11:54:45.694 1309 4073 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 0 mRemoteAnimState = 0 transit = 26
06-29 11:54:45.694 1309 4073 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=10133, requestPid=2868,
requestPkgName=com.android.launcher3, requestProcName=com.android.launcher3,
requestComponentName=com.android.launcher3.Launcher took -1ms finished.
06-29 11:54:45.697 1309 4073 D _V_BarAnimController: appTransitionFinished
06-29 11:54:45.697 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_fullscreen_flag
06-29 11:54:45.698 1309 4073 I WindowManager: Relayout
Window{com.android.systemui:f6c4e1a u0 ScreenDecorOverlay}: oldVis=0, newVis=0,
requestedWidth=38, requestedHeight=660, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 38, 720), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
06-29 11:54:45.700 1309 2991 D _V_WindowManager: finishDrawingWindow:
Window{590ee34 u0 com.android.launcher3/com.android.launcher3.Launcher}
mDrawState=HAS_DRAWN
06-29 11:54:45.700 1309 2991 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@13eee8d mSyncState=0
06-29 11:54:45.700 1309 1425 V InputMethodMenuController: Hide switching menu
06-29 11:54:45.700 1309 1425 W ActivityManager: setHasOverlayUi called on unknown
pid: 11567
06-29 11:54:45.702 1309 1426 D _V_BarAnimController: notifyAppRemoved
ActivityRecord{8521641 u0
com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.WatchWhil
eActivity t434 d0 f}}
06-29 11:54:45.702 1309 1426 D _V_BarAnimController: notifyAppRemoved
ActivityRecord{8521641 u0
com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.WatchWhil
eActivity t434 d0 f}}
06-29 11:54:45.704 1309 1426 D _V_BarAnimController: onTaskRemoved Task{be3dc6a
#434 type=standard A=10165:com.google.android.youtube U=0 displayId=0 visible=false
mode=fullscreen translucent=true sz=0}
06-29 11:54:45.707 1309 1426 D _V_BarAnimController: onTaskRemoved Task{be3dc6a
#434 type=standard A=10165:com.google.android.youtube U=0 displayId=0 visible=false
mode=fullscreen translucent=true sz=0}
06-29 11:54:45.712 1309 1426 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
06-29 11:54:45.716 1309 2739 I WindowManager: Relayout
Window{com.android.systemui:2cd7d20 u0 com.android.systemui.ImageWallpaper}:
oldVis=0, newVis=0, requestedWidth=1440, requestedHeight=1600, attrs.width=1440,
attrs.height=1600, compatFrame = Rect(0, 0 - 1440, 1600), mAttrs.privateFlags =
2000004, mInvGlobalScale = 1.0
06-29 11:54:45.717 1309 4076 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:54:45.721 1309 4065 I WindowManager: Relayout
Window{com.android.systemui:e1b8870 u0 ScreenDecorOverlayBottom}: oldVis=0,
newVis=0, requestedWidth=38, requestedHeight=660, attrs.width=null,
attrs.height=null, compatFrame = Rect(1562, 0 - 1600, 720), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
06-29 11:54:45.735 1309 1425 I ActivityTaskManager: Config changes=20000480
{1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp h779dp 300dpi nrml long port 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.1679 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1}
06-29 11:54:45.750 1309 1425 I ActivityTaskManager: Sending to proc
com.android.systemui new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp h779dp
300dpi nrml long port 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.1680 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.751 1309 1425 I _V_configchange: orientation change, process has
no ui: com.google.android.tts to save
06-29 11:54:45.751 1309 1425 I _V_configchange: orientation change, process has
no ui: com.android.bluetooth to save
06-29 11:54:45.751 1309 1425 I _V_configchange: orientation change, process has
no ui: com.google.android.gms to save
06-29 11:54:45.751 1309 1425 I _V_configchange: orientation change, process has
no ui: com.google.android.gms.persistent to save
06-29 11:54:45.752 1309 1425 I ActivityTaskManager: Sending to proc
com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedPro
cessService0:0 new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp h779dp 300dpi
nrml long port 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.1685 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.753 1309 1425 I ActivityTaskManager: Sending to proc
com.google.android.gms.ui new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp
h779dp 300dpi nrml long port 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.1686 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.754 1309 1425 I _V_configchange: orientation change, process has
no ui: com.google.android.apps.searchlite to save
06-29 11:54:45.754 1309 1425 I _V_configchange: orientation change, process has
no ui: com.google.android.calendar to save
06-29 11:54:45.754 1309 1425 I _V_configchange: orientation change, process has
no ui: com.android.settings:SettingsExProvider to save
06-29 11:54:45.754 1309 1425 I _V_configchange: orientation change, process has
no ui: com.google.android.packageinstaller to save
06-29 11:54:45.754 1309 1425 I _V_configchange: orientation change, process has
no ui: com.google.android.permissioncontroller to save
06-29 11:54:45.754 1309 1425 I _V_configchange: orientation change, process has
no ui:
com.android.chrome:sandboxed_process0:org.chromium.content.app.SandboxedProcessServ
ice0:0 to save
06-29 11:54:45.754 1309 1425 I _V_configchange: orientation change, process has
no ui: com.android.chrome:privileged_process0 to save
06-29 11:54:45.754 1309 1425 I _V_configchange: orientation change, process has
no ui: com.google.android.apps.wellbeing to save
06-29 11:54:45.754 1309 1425 I _V_configchange: orientation change, process has
no ui: com.android.chrome to save
06-29 11:54:45.754 1309 1425 I ActivityTaskManager: Sending to proc
com.simejikeyboard:push new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp
h779dp 300dpi nrml long port 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.1696 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.755 1309 1425 I _V_configchange: orientation change, process has
no ui: com.google.android.gms.unstable to save
06-29 11:54:45.755 1309 1425 I _V_configchange: orientation change, process has
no ui: com.google.process.gservices to save
06-29 11:54:45.755 1309 1425 I _V_configchange: orientation change, process has
no ui: com.google.process.gapps to save
06-29 11:54:45.755 1309 1425 I _V_configchange: orientation change, process has
no ui:
com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedPro
cessService0:0 to save
06-29 11:54:45.756 1309 1425 I _V_configchange: orientation change, process has
no ui:
com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedPro
cessService0:0 to save
06-29 11:54:45.756 1309 1425 I _V_configchange: orientation change, process has
no ui: com.android.vending:quick_launch to save
06-29 11:54:45.757 1309 1425 I _V_configchange: orientation change, process has
no ui: com.android.vending:background to save
06-29 11:54:45.757 1309 1425 I _V_configchange: orientation change, process has
no ui: com.vivo.imanager:remote to save
06-29 11:54:45.757 1309 1425 I _V_configchange: orientation change, process has
no ui: com.android.bbklog to save
06-29 11:54:45.757 1309 1425 I _V_configchange: orientation change, process has
no ui: com.ss.android.ugc.trill:push to save
06-29 11:54:45.757 1309 1425 I _V_configchange: orientation change, process has
no ui: com.android.settings to save
06-29 11:54:45.757 1309 1425 I _V_configchange: orientation change, process has
no ui:
com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedPro
cessService0:0 to save
06-29 11:54:45.758 1309 1425 I _V_configchange: orientation change, process has
no ui: com.android.providers.calendar to save
06-29 11:54:45.758 1309 1425 I _V_configchange: orientation change, process has
no ui: android.process.media to save
06-29 11:54:45.758 1309 1425 I _V_configchange: orientation change, process has
no ui: com.vivo.pem to save
06-29 11:54:45.758 1309 1425 I _V_configchange: orientation change, process has
no ui: com.vivo.upslide to save
06-29 11:54:45.759 1309 1425 I _V_configchange: orientation change, process has
no ui: com.vivo.weather.provider to save
06-29 11:54:45.759 1309 1425 I _V_configchange: orientation change, process has
no ui: android.process.acore to save
06-29 11:54:45.759 1309 1425 I _V_configchange: orientation change, process has
no ui: com.android.providers.media.module to save
06-29 11:54:45.759 1309 1425 I ActivityTaskManager: Sending to proc
com.bbk.updater:remote new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp h779dp
300dpi nrml long port 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.1716 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.760 1309 1425 I _V_configchange: orientation change, process has
no ui: com.google.android.ext.services to save
06-29 11:54:45.760 1309 1425 I _V_configchange: orientation change, process has
no ui: com.vivo.rms to save
06-29 11:54:45.760 1309 1425 I _V_configchange: orientation change, process has
no ui: com.vivo.appfilter:service to save
06-29 11:54:45.761 1309 1425 I _V_configchange: orientation change, process has
no ui: com.android.phone to save
06-29 11:54:45.761 1309 1425 I _V_configchange: orientation change, process has
no ui: com.vivo.faceui to save
06-29 11:54:45.761 1309 1425 I ActivityTaskManager: Sending to proc
com.vivo.daemonService new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp h779dp
300dpi nrml long port 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.1722 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.762 1309 1425 I _V_configchange: orientation change, process has
no ui: com.vivo.pushservice to save
06-29 11:54:45.762 1309 1425 I _V_configchange: orientation change, process has
no ui: com.vivo.abe to save
06-29 11:54:45.763 1309 1425 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp h779dp 300dpi nrml long port
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.1725 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.764 1309 1425 I WindowManager: Override config changes=20000480
{1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp h779dp 300dpi nrml long port 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.1679 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1} for displayId=0
06-29 11:54:45.766 1309 1425 D _V_BarAnimController: onRotationChanged
mRemoteAnimState = 0
06-29 11:54:45.771 1309 1425 I ActivityTaskManager: Sending to proc
com.simejikeyboard new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp h779dp
300dpi nrml long port 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.1726 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.772 1309 4070 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@3930eaf ,windowToken
=android.os.BinderProxy@4e35d07 ,isPassword=false ,mIsSecImms=false
06-29 11:54:45.772 1309 4070 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@2fca7da inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@e70c2bc
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_PAN windowFlags=#81910100 unverifiedTargetSdkVersion=31
06-29 11:54:45.777 1309 1425 I _V_VivoFoldRebootUtilImpl: onConfigurationChanged
r:ActivityRecord{e71e6d3 u0 com.android.launcher3/.Launcher t416 d0} currentState=0
startState=-1 activityState = RESUMED info = Quickstep
06-29 11:54:45.777 1309 1542 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
06-29 11:54:45.778 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 66537, arg2: 0, arg3: 1000, arg4: 0, name: android
06-29 11:54:45.778 1309 1425 I ActivityTaskManager: Sending to proc
com.android.vending new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp h779dp
300dpi nrml long port 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.1727 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.781 1309 1425 I ActivityTaskManager: Sending to proc
com.abstractsoft.animalsmash new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp
h779dp 300dpi nrml long port 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.1728 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.785 1309 1425 I ActivityTaskManager: Sending to proc
com.vivo.appstore new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp h779dp
300dpi nrml long port 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.1729 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.788 1309 1425 I ActivityTaskManager: Sending to proc
com.ss.android.ugc.trill new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp
h779dp 300dpi nrml long port 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.1730 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.790 1309 1425 I ActivityTaskManager: Sending to proc
com.android.dialer new config {1.0 ?mcc?mnc [in_ID] ldltr sw384dp w384dp h779dp
300dpi nrml long port 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.1731 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
06-29 11:54:45.794 1309 1425 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:ActivityRecord{e71e6d3 u0
com.android.launcher3/.Launcher t416 d0},mainRootTask:Task{2475a18 #1 type=home ??
U=0 displayId=0 visible=true mode=fullscreen translucent=false sz=1}
06-29 11:54:45.795 1309 1425 D _V_WindowOrganizerController: Apply window
transaction, syncId=-1 t=WindowContainerTransaction { changes = {} hops = []
splitScreenSyncId = 0 } transition=null
06-29 11:54:45.795 1309 1425 D _V_VivoSplitScreenManager:
isSkipSplitScreenTransactionApply splitscreenSyncId=0, currentId=1
06-29 11:54:45.796 1309 1425 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
06-29 11:54:45.798 1309 1425 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{590ee34 u0 com.android.launcher3/com.android.launcher3.Launcher}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
06-29 11:54:45.798 1309 4065 V _V_WindowManager: freezeDisplayRotationWithReason:
displayId = 0, tmpRotation=0, rotation=0, CallingPid =2365, reason = default
06-29 11:54:45.799 1309 1425 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} }
06-29 11:54:45.801 1309 1425 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:e1b8870 u0 ScreenDecorOverlayBottom},
shouldSendRedrawForSync() = true
06-29 11:54:45.802 1309 1425 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:f6c4e1a u0 ScreenDecorOverlay},
shouldSendRedrawForSync() = true
06-29 11:54:45.802 1309 1425 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:836ebbe u0 NavigationBar0}, shouldSendRedrawForSync() =
true
06-29 11:54:45.802 1309 1425 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:ba9c769 u0 StatusBar}, shouldSendRedrawForSync() = true
06-29 11:54:45.802 1309 1425 D _V_WindowManager: Resize reasons w= Window{590ee34
u0 com.android.launcher3/com.android.launcher3.Launcher}, shouldSendRedrawForSync()
= false
06-29 11:54:45.802 1309 1425 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:2cd7d20 u0 com.android.systemui.ImageWallpaper},
shouldSendRedrawForSync() = false
06-29 11:54:45.805 1309 1425 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} }
06-29 11:54:45.806 1309 1425 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=420
,topActivity=ComponentInfo{com.android.vending/com.google.android.finsky.activities
.MainActivity} ,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} }
06-29 11:54:45.806 1309 1425 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=431
,topActivity=ComponentInfo{com.abstractsoft.animalsmash/com.unity3d.services.ads.ad
unit.AdUnitActivity} ,resizeMode=0 ,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} }
06-29 11:54:45.807 1309 1425 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=430
,topActivity=ComponentInfo{com.vivo.appstore/com.vivo.appstore.activity.MainTabActi
vity} ,resizeMode=0 ,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} }
06-29 11:54:45.808 1309 1425 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=429
,topActivity=ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.main.M
ainActivity} ,resizeMode=2 ,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} }
06-29 11:54:45.813 1309 1425 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=422
,topActivity=ComponentInfo{com.android.dialer/com.android.dialer.BBKTwelveKeyDialer
} ,resizeMode=0 ,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} }
06-29 11:54:45.814 1309 1425 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} }
06-29 11:54:45.815 1309 1425 D _V_WindowManager: Releasing screen wakelock,
obscured by Window{com.android.systemui:2cd7d20 u0
com.android.systemui.ImageWallpaper}
06-29 11:54:45.815 1309 1425 D _V_VivoPowerManagerService:
releaseWakeLockInternal: lock=250102518 [WindowManager], flags=0x0
06-29 11:54:45.818 1309 1425 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:54:45.819 1309 2237 I _V_BBKTouchScreenServiceService: displayId = 0
type = 3 state = 1
06-29 11:54:45.822 1309 2739 I WindowManager: Relayout
Window{com.android.systemui:f6c4e1a u0 ScreenDecorOverlay}: oldVis=0, newVis=0,
requestedWidth=38, requestedHeight=660, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 38, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
06-29 11:54:45.826 1309 4344 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 11:54:45.829 1309 2243 D _V_CapacityKeyService: mDisplayId =0 rotation = 0
mBrightness =1
06-29 11:54:45.832 1309 2243 D _V_CapacityKeyService: not support presskey
06-29 11:54:45.846 1309 4065 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:accelerometer_rotation value:0
pkg:android userId:0
06-29 11:54:45.846 1309 4065 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:user_rotation value:0 pkg:android
userId:0
06-29 11:54:45.853 1309 4069 I WindowManager: Relayout
Window{com.android.systemui:2cd7d20 u0 com.android.systemui.ImageWallpaper}:
oldVis=0, newVis=0, requestedWidth=1440, requestedHeight=1600, attrs.width=1440,
attrs.height=1600, compatFrame = Rect(0, 0 - 1440, 1600), mAttrs.privateFlags =
2000004, mInvGlobalScale = 1.0
06-29 11:54:45.863 1309 3540 I WindowManager: Relayout
Window{com.vivo.upslide:f5d48d8 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
06-29 11:54:45.874 1309 4070 V InputMethodManagerService: Unspecified window will
hide input
06-29 11:54:45.875 1309 4070 V InputMethodManagerService: switching to client:
client=android.os.BinderProxy@2fca7da keyguard=false
06-29 11:54:45.875 1309 4070 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{6864157 uid=10133 pid=2868 displayId=0}
06-29 11:54:45.875 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:54:45.875 1309 4070 V InputMethodManagerService: Enabling:
SessionState{uid 10133 pid 2868 method 64c2e97 session 6b0086d channel
ClientState{6864157 uid=10133 pid=2868 displayId=0} (server)}
06-29 11:54:45.876 1309 1309 W Looper : Slow dispatch took 104ms main
h=android.os.Handler c=null m=1060
06-29 11:54:45.877 1309 1309 I _V_Sensor_NativeNotification: notifyOrientation =
1
06-29 11:54:45.877 1309 2251 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 13 value: [1]
06-29 11:54:45.880 1309 4073 I WindowManager: Relayout
Window{com.android.systemui:e1b8870 u0 ScreenDecorOverlayBottom}: oldVis=0,
newVis=0, requestedWidth=38, requestedHeight=1461, attrs.width=null,
attrs.height=null, compatFrame = Rect(682, 0 - 720, 1600), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
06-29 11:54:45.894 1309 4070 I WindowManager: Relayout
Window{com.android.systemui:f6c4e1a u0 ScreenDecorOverlay}: oldVis=0, newVis=0,
requestedWidth=38, requestedHeight=1461, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 38, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
06-29 11:54:45.895 1309 4071 D _V_InsetsSourceProvider:
Window{com.simejikeyboard:16a9279 u0 InputMethod} updateControlForTarget
Window{590ee34 u0 com.android.launcher3/com.android.launcher3.Launcher}
06-29 11:54:45.907 1309 1542 I WindowManager: Relayout
Window{com.android.systemui:836ebbe u0 NavigationBar0}: oldVis=0, newVis=0,
requestedWidth=79, requestedHeight=720, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 1521 - 720, 1600), mAttrs.privateFlags = 33000000,
mInvGlobalScale = 1.0
06-29 11:54:45.911 1309 2531 I WindowManager: Relayout
Window{com.vivo.upslide:b38361c 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
06-29 11:54:45.931 1309 3968 I WindowManager: Relayout
Window{com.android.systemui:e1b8870 u0 ScreenDecorOverlayBottom}: oldVis=0,
newVis=0, requestedWidth=38, requestedHeight=1461, attrs.width=null,
attrs.height=null, compatFrame = Rect(682, 0 - 720, 1600), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
06-29 11:54:45.937 1309 1425 V InputMethodMenuController: Hide switching menu
06-29 11:54:45.943 1309 4069 I WindowManager: Relayout
Window{com.vivo.upslide:241a39b 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
06-29 11:54:45.952 1309 3968 I WindowManager: Relayout
Window{com.vivo.upslide:f5d48d8 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
06-29 11:54:45.954 1309 4073 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:f6c4e1a u0 ScreenDecorOverlay},
shouldSendRedrawForSync() = false
06-29 11:54:45.959 1309 4073 I WindowManager: Relayout
Window{com.android.systemui:f6c4e1a 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
06-29 11:54:45.967 1309 3968 I WindowManager: Relayout
Window{com.vivo.upslide:b38361c 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
06-29 11:54:45.985 1309 2531 I WindowManager: Relayout
Window{com.vivo.upslide:241a39b 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
06-29 11:54:45.991 1309 4069 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:836ebbe u0 NavigationBar0} mDrawState=HAS_DRAWN
06-29 11:54:45.991 1309 4069 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@4d33f3e mSyncState=0
06-29 11:54:45.994 1309 3540 D _V_InsetsSourceProvider:
Window{com.android.systemui:836ebbe u0 NavigationBar0} updateControlForTarget
Window{590ee34 u0 com.android.launcher3/com.android.launcher3.Launcher}
06-29 11:54:45.997 1309 3540 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:e1b8870 u0 ScreenDecorOverlayBottom},
shouldSendRedrawForSync() = false
06-29 11:54:46.001 1309 3540 I WindowManager: Relayout
Window{com.android.systemui:e1b8870 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
06-29 11:54:46.004 1309 4065 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:f6c4e1a u0 ScreenDecorOverlay} mDrawState=DRAW_PENDING
06-29 11:54:46.004 1309 4065 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@32b019f mSyncState=0
06-29 11:54:46.004 1309 2248 I _V_Sensor_ProxStateController: handleAppChange
topName = com.android.launcher3 topWindowMode = 1 appType = 0 mAppScene = 3
06-29 11:54:46.019 1309 4065 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:e1b8870 u0 ScreenDecorOverlayBottom}
mDrawState=DRAW_PENDING
06-29 11:54:46.020 1309 4065 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@41766b5 mSyncState=0
06-29 11:54:46.102 1309 4073 I WindowManager: Relayout
Window{com.android.systemui:836ebbe 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
06-29 11:54:46.116 1309 4073 I WindowManager: Relayout
Window{com.android.systemui:f6c4e1a 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
06-29 11:54:46.124 1309 4077 I WindowManager: Relayout Window{590ee34 u0
com.android.launcher3/com.android.launcher3.Launcher}: 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
06-29 11:54:46.127 1309 4077 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10133 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
06-29 11:54:46.127 1309 4077 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
06-29 11:54:46.136 1309 4073 I WindowManager: Relayout
Window{com.android.systemui:e1b8870 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
06-29 11:54:46.196 1309 1425 D _V_BarAnimController: reset
06-29 11:54:46.197 1309 1425 D _V_BarAnimController: resetRealBars
06-29 11:54:46.197 1309 1425 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
06-29 11:54:46.197 1309 1425 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
06-29 11:54:46.197 1309 1425 D _V_BarAnimController: updateGestureRotation cancel
06-29 11:54:46.197 1309 1425 D _V_BarAnimController: resetFakeBars
06-29 11:54:46.197 1309 1425 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
06-29 11:54:46.197 1309 1425 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
06-29 11:54:46.199 1309 1426 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:836ebbe u0 NavigationBar0}, shouldSendRedrawForSync() =
false
06-29 11:54:46.301 1309 4073 I WindowManager: Relayout
Window{com.android.systemui:ba9c769 u0 StatusBar}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
06-29 11:54:46.331 1309 4077 I WindowManager: Relayout
Window{com.android.systemui:836ebbe 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
06-29 11:54:46.351 1309 4077 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:836ebbe u0 NavigationBar0} mDrawState=HAS_DRAWN
06-29 11:54:46.351 1309 4077 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@dc818bb mSyncState=0
06-29 11:54:46.354 1309 4077 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:ba9c769 u0 StatusBar} mDrawState=HAS_DRAWN
06-29 11:54:46.354 1309 4077 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@15db1d8 mSyncState=0
06-29 11:54:46.529 1309 4077 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 11:54:46.590 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
true; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-29 11:54:52.196 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-29 11:54:58.422 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:55:01.119 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:55:03.349 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:55:03.349 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:55:07.339 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:07.786 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:08.872 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:09.515 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:12.093 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:55:13.549 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:14.045 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:14.261 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:15.008 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:15.772 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:16.603 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:18.586 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:19.003 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:19.992 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:20.484 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:21.877 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:24.709 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:25.877 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 11:55:26.173 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 11:55:38.612 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:55:38.612 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:56:52.229 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:56:52.230 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:58:30.729 1309 1435 E DiscreteRegistry: Deleting file 1687927526449tl
06-29 11:58:41.177 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 11:58:41.180 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 11:59:36.397 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:00:30.032 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:00:30.032 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:02:18.931 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:02:18.933 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:03:08.476 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:03:08.476 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:03:19.473 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:03:23.382 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:03:34.204 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~czSPp871jTNzQs0fneSqDQ==/com.armnomads.hamstermazer-CU3nV0y-D-
8gqODQuLMfxQ==/base.apk
06-29 12:03:37.420 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~czSPp871jTNzQs0fneSqDQ==/com.armnomads.hamstermazer-CU3nV0y-D-
8gqODQuLMfxQ==/base.apk
06-29 12:03:37.478 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~czSPp871jTNzQs0fneSqDQ==/com.armnomads.hamstermazer-CU3nV0y-D-
8gqODQuLMfxQ==/base.apk
06-29 12:03:41.407 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:03:45.127 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-29 12:03:46.285 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:03:47.685 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:03:47.702 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:03:47.793 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:03:52.354 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:03:54.299 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-29 12:03:54.397 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-29 12:03:54.542 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:02.719 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:02.939 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:03.136 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:06.965 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.599 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.863 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.865 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.884 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.891 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.897 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.919 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.936 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.955 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.966 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.971 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.982 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:07.987 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:08.016 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:09.485 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:10.136 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:11.271 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:11.747 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:11.917 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:11.935 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:12.154 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:16.801 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:18.397 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:18.498 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:18.618 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:18.701 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:18.804 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:18.905 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:19.007 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:19.109 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:19.209 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:19.311 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:22.946 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:22.963 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:22.990 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.004 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.025 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.039 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.054 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.070 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.085 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.098 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.113 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.137 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.158 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.172 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.186 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.200 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.215 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.237 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.257 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.279 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.296 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.312 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.326 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.338 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.357 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.369 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.385 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.403 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.418 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.433 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.453 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.470 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.485 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.499 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.517 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.534 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.549 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.570 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.587 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.601 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.620 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.640 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.655 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.672 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.690 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.714 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.734 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.748 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.763 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.776 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.791 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.814 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.829 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.841 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.858 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.873 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.888 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.945 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.954 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.983 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.988 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:23.999 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.015 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.031 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.050 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.060 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.079 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.095 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.109 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.129 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.146 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.160 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.178 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.195 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.211 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.229 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.246 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.264 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.279 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.297 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.318 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.333 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.352 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.370 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.384 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.401 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.417 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.433 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.486 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.492 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.497 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.504 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.526 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.536 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.550 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.569 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.586 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.601 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.620 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.636 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.653 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.669 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.687 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.705 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.719 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.738 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.757 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.770 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.790 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.807 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.826 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.840 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.858 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.875 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.890 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.908 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:24.924 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:25.862 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:31.693 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:04:37.720 1309 1435 E ActivityManager: Error in reading cgroup procs
from ProcessRecord{ead5cb2 13226:com.google.android.packageinstaller/u0a37}
06-29 12:04:37.720 1309 1435 E ActivityManager: java.io.IOException: read failed:
ENODEV (No such device)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
libcore.io.IoBridge.read(IoBridge.java:616)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
java.io.FileInputStream.read(FileInputStream.java:323)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
com.android.server.am.PhantomProcessList$Injector.readCgroupProcs(PhantomProcessLis
t.java:612)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
com.android.server.am.PhantomProcessList.lookForPhantomProcessesLocked(PhantomProce
ssList.java:176)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
com.android.server.am.PhantomProcessList.lookForPhantomProcessesLocked(PhantomProce
ssList.java:141)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
com.android.server.am.PhantomProcessList.updateProcessCpuStatesLocked(PhantomProces
sList.java:556)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
com.android.server.am.AppProfiler.updateCpuStatsNow(AppProfiler.java:1861)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
com.android.server.am.AppProfiler.collectPssInBackground(AppProfiler.java:427)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
com.android.server.am.AppProfiler.access$300(AppProfiler.java:119)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
com.android.server.am.AppProfiler$BgHandler.handleMessage(AppProfiler.java:405)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
android.os.Handler.dispatchMessage(Handler.java:106)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
android.os.Looper.loopOnce(Looper.java:233)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
android.os.Looper.loop(Looper.java:334)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
android.os.HandlerThread.run(HandlerThread.java:67)
06-29 12:04:37.720 1309 1435 E ActivityManager: Caused by:
android.system.ErrnoException: read failed: ENODEV (No such device)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
libcore.io.Linux.readBytes(Native Method)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
libcore.io.Linux.read(Linux.java:190)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
libcore.io.ForwardingOs.read(ForwardingOs.java:617)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
libcore.io.BlockGuardOs.read(BlockGuardOs.java:324)
06-29 12:04:37.720 1309 1435 E ActivityManager: at
libcore.io.IoBridge.read(IoBridge.java:606)
06-29 12:04:37.720 1309 1435 E ActivityManager: ... 13 more
06-29 12:04:40.103 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:04:45.577 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:04:57.382 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:04:57.382 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:04:58.901 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-29 12:04:59.988 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:01.058 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:02.006 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:03.014 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:05.092 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:05.517 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:05.958 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:05.990 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.110 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.381 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.476 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.492 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.507 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.518 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.524 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.559 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.564 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.569 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.582 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.589 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.606 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.615 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.623 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.630 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.640 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.653 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.778 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:06.973 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:07.688 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:07.856 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.178 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.194 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.200 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.398 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.416 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.423 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.428 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.448 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.462 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.530 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.539 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.560 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.568 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:08.574 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:10.978 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-29 12:05:13.718 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:05:38.705 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:05:38.706 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:06:08.038 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:06:10.264 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:10.345 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:10.447 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:10.548 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:10.647 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:10.752 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:10.854 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:10.955 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:11.056 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:11.156 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:11.260 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:11.361 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:11.464 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:11.574 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:11.666 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:11.768 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:11.870 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:11.972 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:12.074 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:12.175 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:12.276 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:12.378 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:12.481 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:12.584 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:12.684 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:12.786 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:12.888 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:12.994 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:13.094 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:13.193 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:13.295 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:13.410 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:13.507 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:13.601 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:13.703 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:13.807 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:13.905 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:14.006 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:14.108 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:14.210 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:14.313 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:14.382 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:14.449 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:14.517 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:14.587 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:19.927 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:20.173 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:20.366 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:20.555 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:20.729 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:23.469 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:34.811 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:34.894 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:36.489 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:36.590 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:36.655 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:38.524 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:38.913 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:39.251 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:40.423 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:40.439 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:40.490 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:42.729 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:43.004 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:43.100 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:45.186 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:45.591 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:46.259 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:06:46.263 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:06:53.119 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:53.209 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:53.311 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:53.415 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:53.515 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:53.616 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:53.716 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:53.819 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:53.923 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:54.025 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.674 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.687 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.705 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.721 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.736 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.754 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.771 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.787 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.805 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.821 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.839 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.854 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.873 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.890 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.906 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.924 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.941 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.955 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.974 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:57.991 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.007 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.025 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.042 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.059 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.074 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.092 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.110 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.125 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.144 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.160 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.175 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.194 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.211 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.229 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.244 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.262 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.280 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.297 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.315 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.332 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.383 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.388 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.396 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.417 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.425 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.437 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.450 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.466 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.482 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.500 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.515 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.533 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.551 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.566 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.584 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.602 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.619 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.633 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.652 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.669 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.684 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.703 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.720 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.736 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.755 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.771 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.786 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.805 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.822 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.839 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.854 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.872 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.890 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.905 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.923 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.941 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.956 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.974 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:58.992 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.008 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.024 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.043 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.059 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.074 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.092 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.110 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.126 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.144 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.161 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.176 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.195 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.213 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.231 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.246 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.263 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.281 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.296 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.314 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.330 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.348 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.365 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.382 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.400 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.416 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.431 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.448 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.464 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.483 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.500 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.516 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.535 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.552 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.566 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.586 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.603 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.620 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.635 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:06:59.653 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:00.372 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:04.076 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:07:05.890 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:07:07.627 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:07:11.102 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:11.520 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:13.381 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:14.064 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:07:21.942 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:07:22.045 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:28.078 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:30.418 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:31.110 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:32.185 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:32.263 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:33.041 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:33.108 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:33.565 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:33.638 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:34.193 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:35.211 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:35.243 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:36.299 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:36.383 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:37.640 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:37.735 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:37.913 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:38.112 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:38.314 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:38.519 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:38.721 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:38.926 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:39.132 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:39.333 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:39.537 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:39.741 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:39.746 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:42.164 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:42.232 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:44.031 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:45.696 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:07:45.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:07:50.556 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:53.594 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:07:56.525 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:01.170 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:01.238 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:01.304 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:02.016 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:06.392 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:06.440 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:06.511 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:06.630 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:06.796 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:07.004 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:10.958 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:12.498 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:12.600 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:12.702 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:12.804 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:12.920 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:13.007 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:13.108 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:13.212 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:13.314 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:16.942 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:16.959 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:16.979 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:16.993 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.007 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.025 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.047 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.064 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.080 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.096 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.113 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.126 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.146 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.164 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.178 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.197 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.215 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.230 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.247 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.266 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.282 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.299 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.316 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.333 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.348 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.368 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.384 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.399 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.417 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.435 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.450 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.467 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.484 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.502 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.521 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.537 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.553 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.567 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.586 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.602 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.619 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.638 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.700 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.705 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.710 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.717 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.724 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.738 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.757 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.773 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.788 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.805 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.823 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.840 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.855 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.875 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.891 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.906 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.925 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.942 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.957 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.976 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:17.994 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.009 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.028 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.044 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.062 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.077 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.095 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.111 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.125 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.144 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.162 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.177 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.198 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.214 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.231 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.247 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.265 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.286 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.305 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.316 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.331 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.347 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.366 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.383 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.397 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.415 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.433 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.450 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.465 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.484 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.502 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.517 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.535 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.554 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.566 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.586 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.603 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.619 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.634 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.654 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.671 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.687 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.705 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.722 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.737 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.756 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.773 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.789 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.808 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.825 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.843 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.858 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.875 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.892 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.907 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.925 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:18.931 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:21.753 1309 4075 E _V_RichTapVibratorService: getExtension == null
06-29 12:08:23.133 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:08:49.775 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:08:55.629 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:08:59.379 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:01.544 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:01.590 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:02.470 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:10.158 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:10.587 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:11.002 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:11.471 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:11.890 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:15.089 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:15.176 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:21.888 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:22.633 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:23.514 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:23.532 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:24.396 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:24.402 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:24.820 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:24.835 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:24.846 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:24.857 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:24.869 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:32.301 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:32.407 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:32.509 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:32.606 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:32.707 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:32.811 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:32.910 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:33.013 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:33.115 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:33.214 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:33.315 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:33.421 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:33.522 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:34.574 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:09:34.574 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:09:38.667 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:39.238 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:39.811 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:40.896 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:41.989 1309 2745 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:44.845 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-29 12:09:51.699 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:09:53.472 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:10:09.515 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:10:11.141 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:10:13.636 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:10:13.825 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:10:15.142 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:10:15.386 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:10:16.225 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:10:16.894 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:10:27.112 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:10:31.025 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:10:58.133 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:10:58.620 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:11:23.524 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:11:23.525 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:11:32.446 1309 2517 E DiscreteRegistry: Deleting file 1687928427184tl
06-29 12:13:12.379 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:13:12.386 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:13:48.093 1309 23128 E _V_RichTapVibratorService: getExtension == null
06-29 12:13:53.046 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 12:14:05.543 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:15:01.297 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:15:01.298 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:15:38.618 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:15:38.618 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:16:50.202 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:16:50.204 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:18:39.108 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:18:39.108 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:20:18.132 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:20:18.132 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:21:18.052 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:21:25.018 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:21:37.152 1309 1435 E ActivityManager: Error in reading cgroup procs
from ProcessRecord{7c7c097 11020:com.google.process.gservices/u0a155}
06-29 12:21:37.152 1309 1435 E ActivityManager: java.io.IOException: read failed:
ENODEV (No such device)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
libcore.io.IoBridge.read(IoBridge.java:616)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
java.io.FileInputStream.read(FileInputStream.java:323)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
com.android.server.am.PhantomProcessList$Injector.readCgroupProcs(PhantomProcessLis
t.java:612)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
com.android.server.am.PhantomProcessList.lookForPhantomProcessesLocked(PhantomProce
ssList.java:176)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
com.android.server.am.PhantomProcessList.lookForPhantomProcessesLocked(PhantomProce
ssList.java:141)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
com.android.server.am.PhantomProcessList.updateProcessCpuStatesLocked(PhantomProces
sList.java:556)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
com.android.server.am.AppProfiler.updateCpuStatsNow(AppProfiler.java:1861)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
com.android.server.am.AppProfiler.collectPssInBackground(AppProfiler.java:427)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
com.android.server.am.AppProfiler.access$300(AppProfiler.java:119)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
com.android.server.am.AppProfiler$BgHandler.handleMessage(AppProfiler.java:405)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
android.os.Handler.dispatchMessage(Handler.java:106)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
android.os.Looper.loopOnce(Looper.java:233)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
android.os.Looper.loop(Looper.java:334)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
android.os.HandlerThread.run(HandlerThread.java:67)
06-29 12:21:37.152 1309 1435 E ActivityManager: Caused by:
android.system.ErrnoException: read failed: ENODEV (No such device)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
libcore.io.Linux.readBytes(Native Method)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
libcore.io.Linux.read(Linux.java:190)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
libcore.io.ForwardingOs.read(ForwardingOs.java:617)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
libcore.io.BlockGuardOs.read(BlockGuardOs.java:324)
06-29 12:21:37.152 1309 1435 E ActivityManager: at
libcore.io.IoBridge.read(IoBridge.java:606)
06-29 12:21:37.152 1309 1435 E ActivityManager: ... 13 more
06-29 12:22:06.979 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:22:06.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:22:07.798 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:22:08.005 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:22:22.853 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:22:23.037 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:22:23.258 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:23:55.895 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:23:55.895 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:25:38.608 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:25:38.609 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:25:44.767 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:25:44.768 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:26:44.175 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:26:44.175 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:28:32.977 1309 1435 E DiscreteRegistry: Deleting file 1687929328093tl
06-29 12:28:33.062 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:28:33.062 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:29:21.817 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:29:28.914 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:29:29.706 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:29:30.093 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:29:30.412 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:29:30.763 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:30:22.036 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:30:22.056 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:32:10.918 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:32:10.919 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:33:49.934 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:33:49.938 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:35:13.142 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:35:18.751 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-29 12:35:19.383 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 12:35:38.658 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:35:38.658 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:35:38.778 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:35:38.778 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:35:49.076 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:35:49.076 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:35:54.136 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 12:44:09.936 1309 1435 E DiscreteRegistry: Deleting file 1687930228861tl
06-29 12:45:39.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:45:39.682 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:49:29.325 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 12:49:29.776 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:49:29.776 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:49:30.745 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 12:49:30.925 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:49:42.312 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:49:42.741 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:50:05.310 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:50:48.762 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:50:48.762 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:51:45.411 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:51:49.437 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 12:52:32.018 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:52:35.665 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:52:35.730 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:52:37.628 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:52:37.640 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:52:45.882 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:52:46.067 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:52:48.414 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 12:54:07.005 1309 2517 E DiscreteRegistry: Deleting file 1687931129909tl
06-29 12:54:16.638 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:54:16.640 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:55:38.627 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:55:38.627 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:56:05.470 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:56:05.470 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:57:54.408 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:57:54.408 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 12:59:43.312 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 12:59:43.313 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:00:13.010 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:00:13.010 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:02:01.883 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:02:01.883 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:03:50.827 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:03:50.828 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:05:38.701 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:05:38.701 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:05:39.707 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:05:39.708 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:06:49.006 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:06:49.006 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:08:37.880 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:08:37.880 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:10:26.778 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:10:26.779 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:12:15.745 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:12:15.745 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:13:15.141 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:13:15.142 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:14:16.859 1309 1435 E DiscreteRegistry: Deleting file 1687932032539tl
06-29 13:14:16.860 1309 1435 E DiscreteRegistry: Deleting file 1687932624609tl
06-29 13:15:04.000 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:15:04.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:15:19.969 1309 2338 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE
06-29 13:15:33.292 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:15:38.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:15:38.695 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:15:38.890 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:15:41.700 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 13:15:47.124 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 13:16:52.957 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:16:52.957 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:18:27.610 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:18:32.441 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:18:33.076 1309 1594 E _V_PowerDataReport: The current time is less than
the last time, so failed
06-29 13:18:34.526 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:18:36.859 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:18:38.455 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:18:41.845 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:18:41.845 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:18:42.803 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:20:10.977 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:20:10.977 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:20:45.539 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:20:45.539 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:20:50.223 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 13:20:57.094 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 13:20:57.571 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:20:57.572 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:20:59.258 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 13:21:01.023 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:22:06.543 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:22:06.546 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:23:55.506 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:23:55.506 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:24:31.184 1309 2517 E DiscreteRegistry: Deleting file 1687932937874tl
06-29 13:25:38.684 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:25:38.684 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:25:44.334 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:25:44.342 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:27:06.141 1309 1594 E _V_PowerDataReport: The current time is less than
the last time, so failed
06-29 13:27:15.277 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:27:18.941 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:27:26.125 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:27:30.049 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:27:33.301 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:27:33.309 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:27:34.003 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-29 13:27:36.678 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 13:27:38.338 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 13:27:39.373 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-29 13:27:39.849 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 13:27:40.390 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-29 13:27:40.984 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-29 13:27:41.293 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:27:42.747 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:29:22.222 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:29:22.223 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:29:45.944 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 13:31:11.068 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:31:11.068 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:32:59.973 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:32:59.973 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:34:24.960 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:34:24.960 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:34:29.062 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:34:29.062 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:34:29.829 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 13:34:35.417 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 13:34:35.583 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:34:35.583 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:34:38.357 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 13:34:41.704 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:35:38.659 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:35:38.659 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:36:24.426 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:36:24.426 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:36:54.401 1309 32241 E _V_RichTapVibratorService: getExtension == null
06-29 13:36:57.060 1309 32322 E _V_RichTapVibratorService: getExtension == null
06-29 13:37:05.579 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-29 13:37:26.943 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:38:13.427 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:38:13.427 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:39:36.312 1309 32625 E _V_RichTapVibratorService: getExtension == null
06-29 13:39:46.406 1309 32675 E _V_RichTapVibratorService: getExtension == null
06-29 13:39:51.687 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 13:39:53.784 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:40:02.298 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:40:02.299 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:40:04.084 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:40:18.407 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:40:19.799 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 13:40:19.831 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:40:19.831 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:44:35.879 1309 1435 E DiscreteRegistry: Deleting file 1687933843000tl
06-29 13:44:35.880 1309 1435 E DiscreteRegistry: Deleting file 1687934549766tl
06-29 13:45:39.775 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:45:39.778 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:51:17.901 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 13:51:18.430 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:51:18.430 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:51:19.832 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 13:51:20.049 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:51:22.364 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:52:10.057 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 13:52:37.290 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:52:37.294 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:52:47.394 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:53:09.870 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:53:12.619 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:53:15.243 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:54:15.333 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:54:20.091 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 13:54:21.874 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 13:54:21.921 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:54:21.921 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:54:26.076 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:54:26.076 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 13:55:39.647 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 13:55:39.647 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 14:05:39.698 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 14:05:39.698 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 14:15:39.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 14:15:39.672 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 14:25:39.668 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 14:25:39.668 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 14:32:05.870 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:05.870 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:05.870 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:05.870 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:05.885 1309 1423 W Looper : Slow dispatch took 183ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
06-29 14:32:05.887 1309 1549 D DeviceIdleController: handleMessage(13)
06-29 14:32:05.894 1309 4069 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:05.895 1309 4069 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:05.895 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:05.896 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:05.896 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:05.896 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:05.898 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:05.899 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10154, isRmsPreload = false, keepQuiet =false
06-29 14:32:05.899 1309 1309 W _V_VivoAmsImpl: mCallingPidFilter=1309,
mCallingUidFilter=1000
06-29 14:32:05.902 1309 1309 I ActivityManager: com.android.vending is exempt
from freezer
06-29 14:32:05.955 1309 1309 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 14:32:05.956 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.simejikeyboard uid 10258, isRmsPreload = false, keepQuiet =false
06-29 14:32:05.970 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:05.978 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:05.982 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:05.984 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.001 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.008 1309 2589 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.008 1309 2589 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.010 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.011 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.011 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.016 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.022 1309 2589 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 14:32:06.023 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.024 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.025 1309 2300 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 14:32:06.027 1309 2300 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 14:32:06.028 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.045 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.090 1309 2589 W ActivityManager: Slow operation: 58ms so far, now
at attachApplicationLocked: immediately after bindApplication
06-29 14:32:06.091 1309 2589 W ActivityManager: Slow operation: 58ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
06-29 14:32:06.095 1309 2589 W ActivityManager: Slow operation: 63ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
06-29 14:32:06.097 1309 2300 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10 pkg=org.detikcom.rss (has extras) }
06-29 14:32:06.105 1309 1542 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.105 1309 1542 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.108 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.109 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.109 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.109 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.111 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.115 1309 2300 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10 pkg=com.kwai.bulldog (has extras) }
06-29 14:32:06.125 1309 4069 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.125 1309 4069 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.125 1309 4069 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.125 1309 4069 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.131 1309 4069 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10 pkg=com.kwai.bulldog (has extras) }
06-29 14:32:06.135 1309 4069 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 14:32:06.137 1309 1445 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10186; state: DISABLED
06-29 14:32:06.139 1309 2300 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 14:32:06.166 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.166 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.167 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.167 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.172 1309 3012 I _V_ActivityManager: collectPssSampleEventTracking
06-29 14:32:06.323 1309 1542 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 14:32:06.371 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.394 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.599 1309 4069 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.599 1309 4069 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.599 1309 4069 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.599 1309 4069 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.602 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.704 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.871 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.906 1309 4077 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
06-29 14:32:06.907 1309 4077 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10155; state: DISABLED
06-29 14:32:06.910 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.915 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10155; state: ENABLED
06-29 14:32:06.945 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:06.955 1309 1542 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.956 1309 1542 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:06.956 1309 1446 W ActivityManager: Slow operation: 51ms so far, now
at startProcess: done updating battery stats
06-29 14:32:06.957 1309 1446 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: building log message
06-29 14:32:07.134 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:07.153 1309 1419 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 14:32:07.156 1309 1419 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 14:32:07.158 1309 2565 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 14:32:07.334 1309 4077 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:07.466 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:07.470 1309 4077 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:07.710 1309 4072 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.kwai.bulldog
opPkg=com.kwai.bulldogtag=null notification=Notification(channel=push shortcut=null
contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x10
color=0x00000000 category=msg groupKey=111450:20230629:1688023914535 vis=PUBLIC
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =0
06-29 14:32:07.713 1309 4072 D _V_ActivityManager: From push service :
overrideUid = -1
06-29 14:32:07.713 1309 4072 D _V_ActivityManager: From push service :
overrideUid = -1
06-29 14:32:07.714 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:07.719 1309 4077 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 14:32:07.880 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:07.927 1309 2849 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@7cd55fe
06-29 14:32:07.989 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:08.039 1309 1460 D _V_SceneFreezer: onStateChanged : pkgName
com.android.systemui uid:10049 model:request_audio_focus state:on
06-29 14:32:08.323 1309 4077 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:08.347 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:08.381 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:08.410 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:08.481 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:08.542 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:08.542 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:08.542 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-29 14:32:08.650 1309 4077 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 14:32:08.873 1309 4077 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.238 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.357 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.375 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.388 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.471 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.482 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.499 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.540 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.552 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.570 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.610 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.747 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.763 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.825 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.853 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.946 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:09.993 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:10.009 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:10.162 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:10.287 1309 1542 W _V_VivoAmsImpl: mCallingPidFilter=24083,
mCallingUidFilter=10258
06-29 14:32:10.288 1309 1542 I _V_ActivityManager: isSystemApp: false,
packageName: com.simejikeyboard
06-29 14:32:10.289 1309 1542 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10258; state: DISABLED
06-29 14:32:10.290 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10258; state: ENABLED
06-29 14:32:10.312 1309 1446 I ActivityManager: Start proc
3530:com.simejikeyboard:skin/u0a258 for service
{com.simejikeyboard/com.baidu.simeji.skins.container.SkinProcessScheduleRequestServ
ice}
06-29 14:32:10.352 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:10.397 1309 4069 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 14:32:10.399 1309 4069 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 14:32:10.464 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:10.599 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:10.678 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:10.713 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:10.788 1309 2565 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 14:32:10.835 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:11.016 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:11.036 1309 1549 D DeviceIdleController: handleMessage(8)
06-29 14:32:11.037 1309 1549 D DeviceIdleController: Exit: start=+1d10h34m3s714ms
now=+1d10h34m9s58ms
06-29 14:32:11.037 1309 1549 D DeviceIdleController: stepLightIdleStateLocked:
mLightState=6
06-29 14:32:11.037 1309 1549 D DeviceIdleController:
scheduleLightAlarmLocked(900000/480000)
06-29 14:32:11.072 1309 1549 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 14:32:11.173 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:11.178 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:11.178 1309 2589 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 14:32:11.286 1309 4077 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 14:32:11.451 1309 1445 I BroadcastQueue: Resuming delayed broadcast
06-29 14:32:11.456 1309 4072 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
06-29 14:32:11.458 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 14:32:13.062 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-29 14:32:13.181 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:15.116 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:15.144 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:15.222 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:15.262 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:15.451 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:15.598 1309 2565 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.katana
06-29 14:32:15.949 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:15.967 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:16.128 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:16.159 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:16.199 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:16.214 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:16.274 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:16.293 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 14:32:16.296 1309 4072 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 14:35:39.692 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 14:35:39.692 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 14:45:39.772 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 14:45:39.775 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 14:55:39.774 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 14:55:39.775 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 14:56:16.891 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-29 14:56:18.497 1309 4071 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-29 15:05:39.685 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:05:39.685 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:11:22.868 1309 1435 E DiscreteRegistry: Deleting file 1687938541753tl
06-29 15:11:22.869 1309 1435 E DiscreteRegistry: Deleting file 1687939756214tl
06-29 15:15:39.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:15:39.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:22:53.111 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 0 details = double-tap pkgName = android prox = 5.0 useprox =
false
06-29 15:22:53.131 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-29 15:22:53.552 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:22:53.552 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:23:04.960 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:23:04.960 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:25:39.680 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:25:39.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:27:56.892 1309 1435 E DiscreteRegistry: Deleting file 1687940661071tl
06-29 15:28:50.648 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 15:28:50.810 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:28:50.810 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:28:58.102 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:28:58.102 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:35:39.690 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:35:39.690 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:45:39.722 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:45:39.722 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:45:39.850 1309 1435 E DiscreteRegistry: Deleting file 1687941114515tl
06-29 15:45:39.851 1309 1435 E DiscreteRegistry: Deleting file 1687941560949tl
06-29 15:55:20.668 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 15:55:21.261 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:55:21.261 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:55:22.094 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 15:55:22.341 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 15:55:22.958 1309 2338 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE
06-29 15:55:27.378 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|106780268|null|10186
06-29 15:55:27.719 1309 5160 E _V_RichTapVibratorService: getExtension == null
06-29 15:55:27.849 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|106780554|null|10186
06-29 15:55:29.762 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 15:55:30.932 1309 5318 E _V_RichTapVibratorService: getExtension == null
06-29 15:55:31.440 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 15:55:38.658 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:55:38.658 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:55:40.648 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:55:40.648 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:56:50.010 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:56:50.024 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:57:01.891 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 15:57:03.863 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 15:58:08.730 1309 2517 E DiscreteRegistry: Deleting file 1687942564047tl
06-29 15:58:38.853 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 15:58:38.853 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 15:59:00.828 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 16:00:27.760 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:00:27.761 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:02:16.683 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:02:16.683 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:03:55.708 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:03:55.708 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:05:02.877 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 16:05:04.076 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 16:05:04.089 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 16:05:07.491 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 16:05:32.982 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:05:32.982 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:05:39.037 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:05:39.037 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:05:39.097 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 16:06:32.576 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 16:06:36.299 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:06:36.299 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:07:52.794 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 0 details = double-tap pkgName = android prox = 5.0 useprox =
false
06-29 16:07:52.804 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-29 16:07:53.079 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:07:53.079 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:07:58.254 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:07:58.254 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:15:39.671 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:15:39.675 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:16:04.056 1309 1435 E DiscreteRegistry: Deleting file 1687943465831tl
06-29 16:23:30.373 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 16:23:30.692 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:23:30.692 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:23:34.654 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 16:23:34.740 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 16:23:35.219 1309 4064 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 16:23:35.336 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 16:23:35.428 1309 4344 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10133 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
2868com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
06-29 16:23:35.428 1309 4344 V InputMethodManagerService: Client requesting input
be hidden
06-29 16:23:35.437 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 16:23:35.448 1309 4074 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 16:23:35.456 1309 3946 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-29 16:23:35.471 1309 4074 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=org.detikcom.rss
opPkg=org.detikcom.rsstag=null
notification=Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
06-29 16:23:35.479 1309 4074 D _V_ActivityManager: From push service :
overrideUid = -1
06-29 16:23:35.481 1309 1309 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 16:23:35.523 1309 3946 D _V_VivoPowerManagerService: button light 0 111
trun off
06-29 16:23:35.566 1309 2300 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 16:23:35.570 1309 2850 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-29 16:23:40.666 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 16:23:49.437 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 16:23:52.143 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 16:24:20.091 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:24:20.091 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:24:29.289 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 16:25:38.609 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:25:38.609 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:25:45.277 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 16:26:09.022 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:26:09.022 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:27:15.562 859 859 E wificond: vivo add tx_good 3031309 tx_bad 333
rx_good 4262886 tx_retry 297246 tx_retry_times 0
06-29 16:27:57.921 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:27:57.921 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:28:17.742 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:28:17.743 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:30:06.605 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:30:06.608 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:31:55.522 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:31:55.524 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:32:07.838 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 16:32:11.993 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 16:32:26.884 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 16:32:36.880 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 16:32:38.275 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 16:32:42.334 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 16:33:44.413 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:33:44.414 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:35:13.542 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:35:13.542 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:35:38.611 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:35:38.612 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:36:05.555 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 16:36:06.847 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 16:37:02.461 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:37:02.464 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:38:03.245 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 16:38:51.335 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:38:51.335 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:38:59.268 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 16:39:00.003 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 16:39:00.080 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:39:00.080 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:41:04.382 1309 15763 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-29 16:41:04.390 1309 15763 E VivoArtKeeperService: delete donwload failed file
06-29 16:42:41.898 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:42:41.898 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 16:45:28.485 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 16:45:28.767 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:45:28.823 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:45:28.823 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:45:28.823 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-29 16:45:28.837 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-29 16:45:29.406 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:45:29.406 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:45:29.668 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:45:29.668 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:45:29.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:45:29.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:45:29.724 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:45:29.725 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:45:32.537 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:45:32.538 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:46:28.683 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:46:28.691 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:46:41.064 1309 1435 E DiscreteRegistry: Deleting file 1687945478901tl
06-29 16:46:48.003 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:46:48.003 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:46:58.777 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:46:58.779 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:47:28.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:47:28.695 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:48:17.140 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:48:17.141 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:48:28.376 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:48:28.378 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:48:28.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:48:28.696 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:49:28.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:49:28.696 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:49:56.140 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:49:56.140 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:50:28.698 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:50:28.702 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:50:28.759 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:50:28.760 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:51:25.233 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:51:25.233 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:51:28.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:51:28.694 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:51:28.735 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:51:28.736 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:51:48.119 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:51:48.120 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:52:28.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:52:28.703 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:53:04.232 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:53:04.232 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:53:06.144 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:53:06.144 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:53:28.693 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:53:28.693 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:54:28.696 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:54:28.696 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:54:33.336 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:54:33.336 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:54:39.328 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:54:39.328 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:55:28.701 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:55:28.701 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:56:12.352 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:56:12.352 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:56:28.697 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:56:28.699 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:56:28.738 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:56:28.739 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:57:28.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:57:28.700 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:57:51.346 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:57:51.346 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:57:51.785 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:57:51.785 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:58:04.326 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:58:04.328 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:58:28.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:58:28.698 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:59:20.453 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:59:20.454 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:59:28.696 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 16:59:28.696 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 16:59:28.747 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 16:59:28.748 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:00:28.680 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:00:28.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:00:59.458 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:00:59.458 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:01:00.385 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:01:00.386 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:01:28.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:01:28.695 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:01:51.025 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: Couldn't communicate with
notification manager
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: java.lang.SecurityException:
Permission Denial: reading androidx.core.content.FileProvider uri
content://com.shopee.id.fileprovider/shared_external_files/shopeeID/
com.shopee.app.application.ShopeeApplication/ringtone/63_-524762285 from pid=0,
uid=1000 requires the provider be exported, or grantUriPermission()
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance0(Native Method)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.ParcelableException.readFromParcel(ParcelableException.java:56)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.Parcel.readParcelable(Parcel.java:3348)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.Parcel.readValue(Parcel.java:3241)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.Parcel.readArrayMapInternal(Parcel.java:3638)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:297)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.BaseBundle.unparcel(BaseBundle.java:241)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.Bundle.getParcelable(Bundle.java:1002)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.content.ContentResolver$ResultListener.onResult(ContentResolver.java:1016)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.RemoteCallback.sendResult(RemoteCallback.java:75)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.RemoteCallback$1.sendResult(RemoteCallback.java:52)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.IRemoteCallback$Stub.onTransact(IRemoteCallback.java:89)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.Binder.execTransactInternal(Binder.java:1184)
06-29 17:01:52.588 1309 9756 E NotifBackupHelper: at
android.os.Binder.execTransact(Binder.java:1143)
06-29 17:02:14.946 1309 9756 E KeyValueBackupTask: Transport error backing up
com.google.android.inputmethod.latin
06-29 17:02:14.946 1309 9756 E KeyValueBackupTask: android.os.DeadObjectException
06-29 17:02:14.946 1309 9756 E KeyValueBackupTask: at
android.os.BinderProxy.transactNative(Native Method)
06-29 17:02:14.946 1309 9756 E KeyValueBackupTask: at
android.os.BinderProxy.transact(BinderProxy.java:595)
06-29 17:02:14.946 1309 9756 E KeyValueBackupTask: at
com.android.internal.backup.IBackupTransport$Stub$Proxy.finishBackup(IBackupTranspo
rt.java:1241)
06-29 17:02:14.946 1309 9756 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.transportPerformBackup(KeyVal
ueBackupTask.java:1087)
06-29 17:02:14.946 1309 9756 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.sendDataToTransport(KeyValueB
ackupTask.java:1060)
06-29 17:02:14.946 1309 9756 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.sendDataToTransport(KeyValueB
ackupTask.java:572)
06-29 17:02:14.946 1309 9756 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.backupPackage(KeyValueBackupT
ask.java:694)
06-29 17:02:14.946 1309 9756 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.run(KeyValueBackupTask.java:3
65)
06-29 17:02:14.946 1309 9756 E KeyValueBackupTask: at
java.lang.Thread.run(Thread.java:922)
06-29 17:02:14.958 1309 1309 E TransportClient: BackupTransportService#715:
Service disconnected: client UNUSABLE
06-29 17:02:15.129 1309 9756 E TransportClient: BackupTransportService#715:
[KVBT.revertTask()] Transport connection failed
06-29 17:02:15.174 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:02:15.175 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:02:18.062 1309 2588 E ContentProviderHelper: Existing provider
com.google.android.gms/.chimera.container.GmsModuleProvider is crashing; detaching
ProcessRecord{4684679 10850:com.google.android.apps.tachyon/u0a164}
06-29 17:02:18.468 1309 1435 E PackageManager: Optimistic bind failed.
06-29 17:02:18.468 1309 1435 E PackageManager:
java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in
time!
06-29 17:02:18.468 1309 1435 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppReso
lverConnection.java:160)
06-29 17:02:18.468 1309 1435 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnectio
n.java:225)
06-29 17:02:18.468 1309 1435 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantA
ppResolverConnection(InstantAppResolverConnection.java:255)
06-29 17:02:18.468 1309 1435 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection$
$ExternalSyntheticLambda0.run(Unknown Source:2)
06-29 17:02:18.468 1309 1435 E PackageManager: at
android.os.Handler.handleCallback(Handler.java:938)
06-29 17:02:18.468 1309 1435 E PackageManager: at
android.os.Handler.dispatchMessage(Handler.java:99)
06-29 17:02:18.468 1309 1435 E PackageManager: at
android.os.Looper.loopOnce(Looper.java:233)
06-29 17:02:18.468 1309 1435 E PackageManager: at
android.os.Looper.loop(Looper.java:334)
06-29 17:02:18.468 1309 1435 E PackageManager: at
android.os.HandlerThread.run(HandlerThread.java:67)
06-29 17:02:23.713 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:23.735 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:23.742 1309 2300 I RescueParty: Starting to observe: [android],
updated namespace: runtime_native_boot
06-29 17:02:23.746 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
06-29 17:02:23.746 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
06-29 17:02:23.746 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
06-29 17:02:23.746 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
06-29 17:02:23.746 1309 1435 I PackageWatchdog: Saving observer state to file
06-29 17:02:23.750 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/runtime_native_boot/iorap_perfetto_enable/
disable_compact_dex/iorapd_options/disable_lock_profiling/
iorap_blacklisted_packages/iorap_readahead_enable/
06-29 17:02:23.752 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:23.815 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:23.864 1309 1419 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 17:02:23.868 1309 4065 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.nbu.files
06-29 17:02:23.870 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10151; state: ENABLED
06-29 17:02:23.894 1309 1446 I ActivityManager: Start proc
11120:com.google.android.apps.nbu.files/u0a151 for broadcast
{com.google.android.apps.nbu.files/com.google.android.libraries.phenotype.client.st
able.PhenotypeUpdateBackgroundBroadcastReceiver}
06-29 17:02:23.946 1309 4076 W _V_PackageManager: ## return empyt for Intent
{ act=com.vivo.abe.CHANGE_IDLE_APPSTORE flg=0x10 pkg=com.bbk.appstore (has
extras) } pkgName:com.bbk.appstore
06-29 17:02:23.950 1309 1419 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-29 17:02:24.113 1309 2160 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 17:02:24.160 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:24.273 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:24.322 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:24.489 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:24.507 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:24.546 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:24.670 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:24.734 1309 3968 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 17:02:25.011 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:25.053 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 17:02:25.091 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:25.139 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:25.142 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:25.143 1309 1419 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
06-29 17:02:25.144 1309 1419 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10166; state: DISABLED
06-29 17:02:25.145 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10166; state: ENABLED
06-29 17:02:25.218 1309 1419 W ActivityManager: Scheduling restart of crashed
service com.vivo.appstore/org.chromium.content.app.SandboxedProcessService0:0 in
1000ms for connection
06-29 17:02:25.269 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:02:25.269 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:02:25.277 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:25.296 1309 4065 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 17:02:25.298 1309 1419 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 17:02:25.461 1309 4065 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.chrome
06-29 17:02:25.461 1309 4065 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10167; state: DISABLED
06-29 17:02:25.462 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10167; state: ENABLED
06-29 17:02:25.462 1309 4065 I ActivityManager: Killing
9230:com.vivo.appstore/u0a38 (adj 704): empty #17
06-29 17:02:25.486 1309 1446 I ActivityManager: Start proc
11246:com.android.chrome/u0a167 for broadcast
{com.android.chrome/com.google.android.libraries.phenotype.client.stable.PhenotypeU
pdateBackgroundBroadcastReceiver}
06-29 17:02:25.588 1309 4074 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 17:02:25.671 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 17:02:25.691 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:25.708 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:25.755 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:25.802 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:25.804 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:25.901 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:25.904 1309 4071 I _V_AlarmManager: --setTimeZone Asia/Jakarta
PID:10906 UID:10155
06-29 17:02:25.905 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:25.930 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:26.066 1309 4073 I ActivityManager: Killing
10017:com.shopee.id/u0a191 (adj 975): empty #17
06-29 17:02:26.146 1309 2200 I _V_VivoLocationUtils: --handleMessage 1001
06-29 17:02:26.242 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:26.261 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:26.264 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:26.275 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:26.291 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:26.297 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:02:28.712 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:02:28.713 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:02:31.851 1309 2517 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.
06-29 17:02:33.713 1309 11315 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.
06-29 17:02:38.476 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:02:38.476 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:02:44.405 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:02:44.407 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:03:28.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:03:28.700 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:04:17.467 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:04:17.467 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:04:17.635 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:04:17.636 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:04:20.560 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:04:20.561 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:04:28.693 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:04:28.700 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:05:28.697 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:05:28.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:05:38.219 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:05:38.219 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:05:56.488 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:05:56.488 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:06:28.698 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:06:28.698 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:06:28.734 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:06:28.735 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:07:25.575 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:07:25.577 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:07:28.698 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:07:28.699 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:07:28.740 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:07:28.741 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:08:28.696 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:08:28.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:09:04.585 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:09:04.586 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:09:28.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:09:28.694 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:09:28.742 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:09:28.744 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:10:28.682 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:10:28.683 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:10:43.569 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:10:43.569 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:10:56.575 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:10:56.578 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:10:56.772 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:10:56.773 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:11:28.696 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:11:28.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:12:22.581 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:12:22.584 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:12:28.697 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:12:28.698 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:12:28.754 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:12:28.755 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:13:28.701 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:13:28.701 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:13:51.665 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:13:51.666 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:14:15.890 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:14:15.890 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:14:28.697 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:14:28.698 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:15:28.697 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:15:28.698 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:15:30.674 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:15:30.674 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:15:32.875 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:15:32.877 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:16:28.698 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:16:28.700 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:17:06.331 1309 1435 E DiscreteRegistry: Deleting file 1687947396948tl
06-29 17:17:06.620 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 17:17:06.636 1309 4075 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 17:17:09.675 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:17:09.675 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:17:09.847 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:17:09.849 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:17:13.051 1309 2565 E ActivityManager: Failure starting process
com.facebook.services
06-29 17:17:13.051 1309 2565 E ActivityManager: java.lang.SecurityException:
Package com.facebook.services is currently frozen!
06-29 17:17:13.051 1309 2565 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
06-29 17:17:13.051 1309 2565 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
06-29 17:17:13.051 1309 2565 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
06-29 17:17:13.051 1309 2565 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
06-29 17:17:13.051 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
06-29 17:17:13.051 1309 2565 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
06-29 17:17:13.051 1309 2565 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
06-29 17:17:13.051 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6907)
06-29 17:17:13.051 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
06-29 17:17:13.051 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
06-29 17:17:13.051 1309 2565 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
06-29 17:17:13.051 1309 2565 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
06-29 17:17:13.088 1309 3946 E ActivityManager: Failure starting process
com.facebook.services
06-29 17:17:13.088 1309 3946 E ActivityManager: java.lang.SecurityException:
Package com.facebook.services is currently frozen!
06-29 17:17:13.088 1309 3946 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
06-29 17:17:13.088 1309 3946 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
06-29 17:17:13.088 1309 3946 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
06-29 17:17:13.088 1309 3946 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
06-29 17:17:13.088 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
06-29 17:17:13.088 1309 3946 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
06-29 17:17:13.088 1309 3946 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
06-29 17:17:13.088 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6907)
06-29 17:17:13.088 1309 3946 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
06-29 17:17:13.088 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
06-29 17:17:13.088 1309 3946 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
06-29 17:17:13.088 1309 3946 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
06-29 17:17:22.674 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:17:22.676 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:17:28.697 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:17:28.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:18:28.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:18:28.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:18:48.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:18:48.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:19:19.469 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:19:19.471 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:19:28.696 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:19:28.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:20:27.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:20:27.696 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:20:28.696 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:20:28.696 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:20:33.247 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:20:33.248 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:21:28.693 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:21:28.693 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:21:56.809 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:21:56.810 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:22:15.316 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:22:15.318 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:22:28.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:22:28.694 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:23:28.696 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:23:28.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:23:35.796 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:23:35.796 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:23:40.485 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:23:40.486 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:23:48.773 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:23:48.774 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:24:28.690 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:24:28.690 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:25:14.812 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:25:14.813 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:25:18.940 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:25:18.941 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:25:28.700 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:25:28.700 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:26:28.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:26:28.700 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:26:53.813 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:26:53.813 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:27:28.696 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:27:28.699 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:27:28.741 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:27:28.743 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:28:28.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:28:28.699 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:28:32.845 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:28:32.845 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:29:19.568 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:29:19.570 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:29:28.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:29:28.695 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:30:11.805 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:30:11.806 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:30:14.930 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:30:14.931 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:30:15.126 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:30:15.126 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:30:28.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:30:28.696 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:31:28.696 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:31:28.696 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:31:50.851 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:31:50.853 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:31:54.046 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:31:54.047 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:32:28.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:32:28.695 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:33:28.698 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:33:28.698 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:33:29.791 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:33:29.792 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:33:40.999 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:33:40.999 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:34:28.698 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:34:28.699 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:35:08.823 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:35:08.823 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:35:20.275 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:35:20.277 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:35:28.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:35:28.695 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:35:38.231 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:35:38.232 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:36:28.683 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:36:28.683 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:36:30.009 1309 13097 E _V_RichTapVibratorService: getExtension == null
06-29 17:36:31.218 1309 13187 E _V_RichTapVibratorService: getExtension == null
06-29 17:36:31.734 1309 1309 E NotificationService: Muting recently noisy 0|
com.vivo.browser|1|null|10051
06-29 17:36:47.858 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:36:47.859 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:36:59.159 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:36:59.164 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:37:07.020 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 17:37:07.071 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:37:07.071 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:37:07.148 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:37:07.149 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:37:07.656 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-29 17:37:08.976 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:37:08.977 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:37:09.878 1309 2221 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-29 17:37:28.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:37:28.700 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:38:26.822 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:38:26.823 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:38:28.693 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:38:28.693 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:38:28.742 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:38:28.743 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:39:28.701 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:39:28.703 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:40:15.746 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:40:15.748 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:40:28.702 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:40:28.702 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:40:28.735 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:40:28.737 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:41:28.700 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:41:28.705 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:42:04.643 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:42:04.644 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:42:14.537 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:42:14.537 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:42:19.122 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:42:19.123 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:42:28.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:42:28.699 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:43:15.880 1309 13471 E _V_RichTapVibratorService: getExtension == null
06-29 17:43:26.921 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:43:26.923 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:43:28.696 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:43:28.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:44:03.448 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:44:03.455 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:44:13.366 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:44:13.366 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:44:28.698 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:44:28.699 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:44:28.758 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:44:28.759 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:45:28.701 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:45:28.701 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:46:02.257 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:46:02.258 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:46:22.046 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:46:22.047 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:46:28.692 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:46:28.693 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:46:28.755 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:46:28.757 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:47:28.701 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:47:28.702 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:48:10.968 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:48:10.968 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:48:28.692 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:48:28.696 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:48:40.661 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:48:40.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:48:43.805 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:48:43.806 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:49:13.427 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:49:13.428 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:49:28.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:49:28.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:50:28.700 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:50:28.700 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:50:29.559 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:50:29.559 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:51:09.164 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:51:09.166 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:51:28.700 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:51:28.705 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:51:28.755 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:51:28.755 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:51:43.119 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 17:51:43.225 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:51:43.226 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:51:43.279 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:51:43.279 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:51:45.431 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:51:45.431 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:52:28.700 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:52:28.701 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:52:58.060 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:52:58.062 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:53:28.697 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:53:28.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:53:57.447 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:53:57.447 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:54:09.495 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:54:09.496 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:54:28.701 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:54:28.708 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:55:28.686 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:55:28.686 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:55:46.378 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:55:46.389 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:56:28.697 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:56:28.698 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:56:55.690 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:56:55.690 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-29 17:57:09.988 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:57:09.989 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:57:20.818 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 0 details = double-tap pkgName = android prox = 5.0 useprox =
false
06-29 17:57:20.831 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-29 17:57:20.923 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:57:20.929 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:57:20.985 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:57:20.986 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:57:22.889 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:57:22.889 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:57:24.550 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:57:24.586 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:57:24.587 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 17:57:24.587 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-29 17:57:24.631 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:57:24.632 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 17:57:24.638 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:57:24.640 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:57:24.658 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:57:24.658 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 17:57:24.666 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:57:24.667 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 17:57:24.697 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:57:24.697 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 17:57:24.717 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:57:24.718 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 17:57:24.784 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:57:24.784 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 17:57:25.062 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:57:25.062 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-29 17:57:26.963 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 17:57:27.071 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 17:57:35.544 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 17:57:43.678 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 17:57:44.798 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 17:57:50.698 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 17:58:53.780 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 17:58:53.781 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:00:42.690 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:00:42.690 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:02:31.597 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:02:31.598 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:04:14.439 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:04:14.439 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:04:19.558 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 18:04:21.661 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 18:04:21.863 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:04:21.863 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:04:22.885 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 18:04:25.337 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 18:04:31.791 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:04:31.791 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:05:38.262 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 18:05:40.259 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 18:05:47.786 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 18:05:48.661 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 18:06:00.702 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 18:06:02.039 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 18:06:09.026 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 18:06:20.710 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:06:20.711 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:06:46.164 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 18:06:52.154 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 18:07:10.240 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:07:10.241 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:07:24.551 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:07:24.552 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:07:57.989 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 18:08:01.700 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 18:08:59.126 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:08:59.127 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:10:47.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:10:47.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:12:36.911 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:12:36.911 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:14:15.941 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:14:15.941 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:16:04.827 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:16:04.827 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:17:24.561 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:17:24.561 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:17:53.708 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:17:53.719 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:19:42.599 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:19:42.599 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:21:21.639 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:21:21.642 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:23:10.513 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:23:10.521 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:24:59.436 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:24:59.436 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:26:48.337 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:26:48.338 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:27:24.546 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:27:24.546 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:28:17.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:28:17.441 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:30:06.349 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:30:06.352 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:31:55.245 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:31:55.245 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:33:44.130 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:33:44.131 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:35:33.068 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:35:33.071 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:37:21.950 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:37:21.951 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:37:24.553 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:37:24.553 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:39:10.839 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:39:10.840 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:40:59.740 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:40:59.740 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:42:28.861 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:42:28.863 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:44:17.777 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:44:17.777 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:46:06.674 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:46:06.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:47:24.538 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:47:24.539 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:47:55.547 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:47:55.548 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:48:01.702 1309 11315 E DiscreteRegistry: Deleting file 1687952181102tl
06-29 18:48:01.704 1309 11315 E DiscreteRegistry: Deleting file 1687952584303tl
06-29 18:49:01.127 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 18:49:03.758 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 18:49:04.028 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 18:49:34.556 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:49:34.559 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:51:23.452 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:51:23.453 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:53:12.358 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:53:12.358 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:55:01.259 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:55:01.260 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:56:30.362 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:56:30.362 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:57:24.589 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:57:24.590 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 18:58:19.278 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 18:58:19.279 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:00:08.163 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:00:08.168 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:01:57.069 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:01:57.070 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:03:36.078 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:03:36.078 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:05:22.349 1309 1435 E DiscreteRegistry: Deleting file 1687953488290tl
06-29 19:05:24.982 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:05:24.982 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:07:13.876 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:07:13.877 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:07:24.538 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:07:24.538 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:09:02.765 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:09:02.766 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:10:41.782 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:10:41.782 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:12:30.683 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:12:30.685 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:14:19.585 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:14:19.585 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:16:08.468 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:16:08.470 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:17:24.599 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:17:24.600 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:17:47.517 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:17:47.517 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:18:11.463 1309 11315 E DiscreteRegistry: Deleting file 1687953985903tl
06-29 19:18:11.464 1309 11315 E DiscreteRegistry: Deleting file 1687954389152tl
06-29 19:19:36.408 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:19:36.408 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:21:25.293 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:21:25.293 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:23:14.192 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:23:14.193 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:23:37.015 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 19:23:43.289 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 19:23:46.298 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 19:23:46.656 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 19:24:48.750 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 19:24:49.013 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 19:24:51.196 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 19:24:53.236 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:24:53.237 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:26:42.106 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:26:42.106 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:27:24.542 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:27:24.543 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:28:31.006 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:28:31.006 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:29:54.402 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 19:29:57.369 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 19:30:19.924 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:30:19.924 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:31:08.250 859 859 E wificond: vivo add tx_good 3308632 tx_bad 349
rx_good 4612579 tx_retry 313098 tx_retry_times 0
06-29 19:32:04.304 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-29 19:32:08.799 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:32:08.801 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:32:58.336 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:32:58.337 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:34:07.208 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 19:34:27.940 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-29 19:34:28.630 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-29 19:34:28.912 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:34:28.912 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:35:57.635 1309 1435 E DiscreteRegistry: Deleting file 1687955290077tl
06-29 19:37:10.434 1309 25812 E _V_RichTapVibratorService: getExtension == null
06-29 19:37:24.582 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:37:24.582 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:41:20.043 1309 26072 E _V_RichTapVibratorService: getExtension == null
06-29 19:41:25.434 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-29 19:41:25.952 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:41:25.952 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:41:26.771 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-29 19:41:27.038 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:41:27.038 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:41:31.097 1309 2745 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-29 19:43:07.475 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:43:07.478 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:47:24.660 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:47:24.660 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:51:57.899 1309 1435 E DiscreteRegistry: Deleting file 1687955785924tl
06-29 19:51:57.900 1309 1435 E DiscreteRegistry: Deleting file 1687956191060tl
06-29 19:56:02.418 1309 16110 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-29 19:56:02.421 1309 16110 E VivoArtKeeperService: delete donwload failed file
06-29 19:57:23.493 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:57:23.493 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 19:57:24.560 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 19:57:24.562 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 20:02:19.581 1309 26948 E _V_RichTapVibratorService: getExtension == null
06-29 20:07:25.668 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 20:07:25.669 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 20:07:25.860 1309 1435 E DiscreteRegistry: Deleting file 1687957586018tl
06-29 20:07:25.861 1309 1435 E DiscreteRegistry: Deleting file 1687957091627tl
06-29 20:17:25.824 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 20:17:25.824 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 20:17:25.848 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:25.862 1309 4070 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.864 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:25.873 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:25.874 1309 4064 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-29 20:17:25.874 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:25.878 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:25.880 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:25.883 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.884 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.893 1309 3968 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:auto_time value:1 pkg:android userId:0
06-29 20:17:25.896 1309 3968 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.896 1309 3968 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.899 1309 4064 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.899 1309 4064 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.900 1309 4064 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.900 1309 4064 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.905 1309 4070 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.905 1309 4070 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.906 1309 4070 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.906 1309 4070 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.910 1309 4070 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.910 1309 4070 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.911 1309 4070 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.911 1309 4070 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:25.913 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.915 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.916 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.917 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.918 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:25.918 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.925 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.927 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.929 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.930 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.947 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.949 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:25.953 1309 4065 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-29 20:17:25.971 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:25.989 1309 4070 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 20:17:26.039 1309 4070 D BiometricService: canAuthenticate: User=0,
Caller=0, Authenticators=255
06-29 20:17:26.039 1309 4070 D BiometricService/PreAuthInfo: Package:
com.google.android.gms Sensor ID: 1 Modality: 8 Status: 4
06-29 20:17:26.039 1309 4070 D BiometricService/PreAuthInfo:
getCanAuthenticateInternal Modality: 8 AuthenticatorStatus: 4
06-29 20:17:26.039 1309 4070 D AuthService: canAuthenticate, userId: 0,
callingUserId: 0, authenticators: 255, result: 12
06-29 20:17:26.072 1309 2745 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 20:17:26.166 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:26.183 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:26.208 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:26.689 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:26.852 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:26.978 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:27.066 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:27.068 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:27.070 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:27.559 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:27.919 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:28.378 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:28.461 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:28.591 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:28.621 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:28.623 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:28.626 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:28.627 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:28.629 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:28.678 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:28.702 1309 4074 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 20:17:28.851 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:29.115 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:29.125 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:29.337 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:29.431 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:29.454 1309 4074 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.455 1309 2300 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:10155
callingPid:10906
06-29 20:17:29.455 1309 4074 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:10155 callingPid:10644
06-29 20:17:29.456 1309 2300 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsPreferenceActivity
newState:2 userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.457 1309 4074 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias
newState:2 userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.458 1309 2300 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.DeviceVisibilityActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.459 1309 4074 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.DirectShareService newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.474 1309 4074 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingTileService newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.475 1309 2740 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 20:17:29.475 1309 4074 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.GcmBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.476 1309 2740 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.BottomSheetHunActivity newState:2
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.477 1309 4074 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 20:17:29.478 1309 2300 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias
newState:2 userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.479 1309 2300 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ShareSheetActivityAlias newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.526 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:29.717 1309 2849 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 20:17:29.803 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
06-29 20:17:29.853 1309 4074 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:10155 callingPid:10644
06-29 20:17:29.855 1309 2745 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.856 1309 2300 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceService newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.857 1309 2745 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceService newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.859 1309 2745 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingSliceProvider newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-29 20:17:29.875 1309 2740 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 79 startTime of in progress event=1688044649856
06-29 20:17:29.935 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:29.939 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:29.963 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:29.964 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:29.967 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:29.971 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:30.197 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:30.216 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:30.237 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:30.279 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:30.638 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:30.661 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:30.804 1309 2740 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.ips_attempts value:1
pkg:com.vivo.pushservice userId:0
06-29 20:17:30.805 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.ips_attempts
06-29 20:17:30.938 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:31.384 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:31.405 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:31.520 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:31.720 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:31.805 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:31.827 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:31.849 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:32.009 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:32.450 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:32.464 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:32.484 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:32.620 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:32.622 1309 3968 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:32.622 1309 3968 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:32.623 1309 3968 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:32.623 1309 3968 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:32.995 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:33.558 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:33.579 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:33.579 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:33.579 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:33.580 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 20:17:33.583 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:33.625 1309 4072 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-29 20:17:33.649 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:34.166 1309 2589 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:34.210 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:34.289 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:34.315 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:34.336 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:34.344 1309 4072 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-29 20:17:34.372 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:34.392 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:34.396 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:34.506 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:34.563 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:34.586 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:34.649 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:34.719 1309 2589 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:34.724 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:34.740 1309 2589 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:34.759 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:34.785 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:34.815 1309 3540 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #114013} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(153 skipped)
06-29 20:17:35.183 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:35.238 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:35.269 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:35.358 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:35.460 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:35.503 1309 2300 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:35.527 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:35.547 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:35.576 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:35.761 1309 3946 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:35.835 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:35.872 1309 3968 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:35.928 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:17:35.979 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:17:36.021 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:18:31.464 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:18:31.474 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:18:31.530 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:18:31.592 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:18:31.622 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:18:31.681 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:24.822 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:24.826 1309 4072 W _V_AlarmAlign: Do not set to kernel
06-29 20:21:24.826 1309 4072 W _V_AlarmAlign: Do not set to kernel
06-29 20:21:24.829 1309 4072 W _V_AlarmAlign: Do not set to kernel
06-29 20:21:24.829 1309 4072 W _V_AlarmAlign: Do not set to kernel
06-29 20:21:24.830 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:24.834 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:24.845 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:24.849 1309 4072 W _V_AlarmAlign: Do not set to kernel
06-29 20:21:24.850 1309 4072 W _V_AlarmAlign: Do not set to kernel
06-29 20:21:24.873 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:24.874 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:24.875 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:24.882 1309 1543 W _V_AlarmAlign: Do not set to kernel
06-29 20:21:24.883 1309 1543 W _V_AlarmAlign: Do not set to kernel
06-29 20:21:24.903 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:24.907 1309 3946 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:25.584 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:32.726 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:32.759 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:32.856 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:32.968 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:32.993 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:33.023 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:34.071 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:34.082 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:34.083 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:34.102 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:34.127 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:34.185 1309 2300 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:34.206 1309 2300 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:34.206 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:34.241 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:34.328 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:34.373 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:34.426 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:34.555 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:34.637 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:34.769 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:34.777 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:34.844 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:34.886 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:34.914 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:34.959 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:35.481 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:35.486 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:35.511 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:35.583 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:35.612 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:35.736 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:35.759 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:35.880 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:35.910 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:35.933 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:35.965 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:21:35.996 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:21:36.031 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:22:35.162 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:22:35.172 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:22:35.203 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:22:35.812 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:22:35.833 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:22:35.836 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:22:35.847 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:22:35.929 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:23:49.712 1309 1423 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: true
06-29 20:23:49.712 1309 1423 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=10000
06-29 20:23:49.712 1309 1423 D DeviceIdleController: Setting activity manager
temp whitelist to [1000]
06-29 20:23:49.712 1309 1423 D DeviceIdleController: Setting wakelock temp
whitelist to [1000]
06-29 20:23:49.715 1309 1549 D DeviceIdleController: handleMessage(13)
06-29 20:23:49.717 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:23:49.790 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:23:49.817 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:23:49.818 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:23:50.024 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:23:50.080 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:23:50.116 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:23:50.144 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:23:50.150 1309 4074 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:23:50.171 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:23:50.177 1309 1543 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-29 20:23:50.191 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:23:50.204 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:23:50.226 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:23:50.228 1309 4074 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:25:10.603 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-29 20:25:10.603 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-29 20:25:10.604 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:10.608 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:10.619 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:10.620 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:10.627 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:10.627 1309 4074 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:25:10.663 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:25:10.689 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:10.695 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:25:10.719 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:11.238 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:11.252 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:11.282 1309 2565 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 20:25:11.324 1309 4065 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 20:25:12.350 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:12.374 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:12.403 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:25:12.474 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:12.497 1309 2565 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:25:12.523 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:12.529 1309 4074 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:25:12.551 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:25:12.576 1309 4074 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:25:12.599 1309 4074 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:25:12.629 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:25.689 1309 1309 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
06-29 20:27:25.689 1309 1309 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
06-29 20:27:25.689 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 20:27:25.690 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 20:27:25.690 1309 1309 I DeviceIdleController: updateChargingLocked:
charging=false
06-29 20:27:25.697 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:25.721 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:25.778 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:25.782 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:25.797 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:25.869 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-29 20:27:25.869 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-29 20:27:25.873 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:25.877 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.000 1309 2300 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-29 20:27:26.004 1309 1543 W _V_AlarmAlign: Do not set to kernel
06-29 20:27:26.013 1309 4072 W _V_AlarmAlign: Do not set to kernel
06-29 20:27:26.085 1309 2565 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10 pkg=com.kwai.bulldog (has extras) }
06-29 20:27:26.086 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.104 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.153 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.161 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.189 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 20:27:26.189 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-29 20:27:26.197 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.200 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.381 1309 2565 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 20:27:26.387 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.391 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.436 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.447 1309 4065 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-29 20:27:26.524 1309 4075 W _V_AlarmAlign: Do not set to kernel
06-29 20:27:26.524 1309 4075 W _V_AlarmAlign: Do not set to kernel
06-29 20:27:26.534 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.640 1309 4075 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:26.641 1309 2740 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=org.detikcom.rss
opPkg=org.detikcom.rsstag=null
notification=Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
06-29 20:27:26.672 1309 2740 D _V_ActivityManager: From push service :
overrideUid = -1
06-29 20:27:26.902 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-29 20:27:26.917 1309 2300 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:26.917 1309 2740 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-29 20:27:26.954 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.954 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.955 1309 2740 W _V_AlarmAlign: Do not set to kernel
06-29 20:27:26.955 1309 2740 W _V_AlarmAlign: Do not set to kernel
06-29 20:27:26.977 1309 1309 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
06-29 20:27:26.983 1309 2740 W _V_AlarmAlign: Do not set to kernel
06-29 20:27:26.983 1309 2740 W _V_AlarmAlign: Do not set to kernel
06-29 20:27:26.992 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:26.993 1309 2745 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 20:27:27.026 1309 2745 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 20:27:27.027 1309 2745 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 20:27:27.046 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:27.058 1309 2565 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:27.113 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:27.124 1309 1460 D _V_SceneFreezer: onStateChanged : pkgName
com.android.systemui uid:10049 model:request_audio_focus state:on
06-29 20:27:27.153 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:27.170 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:27.194 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:27.265 1309 2740 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 20:27:27.315 1309 4065 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.kwai.bulldog
opPkg=com.kwai.bulldogtag=null notification=Notification(channel=push shortcut=null
contentView=com.kwai.bulldog/0x7f0d0106 vibrate=null sound=null tick defaults=0x0
flags=0x10 color=0x00000000 category=msg
groupKey=axop_tl610Xeb6evili3nkeb6evil41z48s2v3vy80 vis=PUBLIC internalType=0
internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =0
06-29 20:27:27.335 1309 4065 D _V_ActivityManager: From push service :
overrideUid = -1
06-29 20:27:27.335 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:27.360 1309 4065 D _V_ActivityManager: From push service :
overrideUid = -1
06-29 20:27:27.374 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:27.419 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:27.432 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:27.435 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:27.441 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:27.443 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:27.445 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:27.492 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:27.538 1309 3946 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:27.613 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:27.632 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:27.645 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:27.656 1309 1309 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
06-29 20:27:27.826 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:27.846 1309 4074 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:27.884 1309 2849 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:27.888 1309 2745 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.kwai.bulldog
opPkg=com.kwai.bulldogtag=null notification=Notification(channel=push shortcut=null
contentView=com.kwai.bulldog/0x7f0d05a0 vibrate=null sound=null tick defaults=0x0
flags=0x10 color=0x00000000 category=msg
groupKey=reco_push_content_1903e66ee9491366a5989158581ca4c0 vis=PUBLIC
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =0
06-29 20:27:27.898 1309 2745 D _V_ActivityManager: From push service :
overrideUid = -1
06-29 20:27:27.902 1309 2745 D _V_ActivityManager: From push service :
overrideUid = -1
06-29 20:27:27.903 1309 2745 D _V_ActivityManager: From push service :
overrideUid = -1
06-29 20:27:27.904 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:27.948 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:28.001 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:28.003 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:27:28.035 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:28.050 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:28.076 1309 4075 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:27:28.140 1309 1309 E NotificationService: Muting recently noisy 0|
com.kwai.bulldog|-531546860|null|10193
06-29 20:27:28.150 1309 1309 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
06-29 20:27:28.195 1309 4074 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:37:25.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 20:37:25.682 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 20:38:44.693 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:44.749 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:45.641 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:45.683 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:45.886 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:46.165 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:46.211 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:46.304 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:46.392 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:46.512 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:46.700 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:47.108 1309 1549 D AnyMotionDetector:
startOrientationMeasurementLocked: mMeasurementInProgress=false, (mAccelSensor !=
null)=true
06-29 20:38:47.211 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:47.234 1309 2745 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 20:38:47.235 1309 1309 I AnyMotionDetector: Accumulated vector
timeMillisSinceBoot=146445257 | x=-0.87000006, y=0.33, z=9.813001, runningSum =
timeMillisSinceBoot=146445257 | x=-1.7269502, y=0.64995, z=19.648952,
incrementalEnergy = 7.980159E-4, energy = 7.980159E-4
06-29 20:38:47.237 1309 2745 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 20:38:47.273 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:47.385 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:47.475 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:47.682 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:47.753 1309 1309 I AnyMotionDetector: Accumulated vector
timeMillisSinceBoot=146445774 | x=-0.87000006, y=0.32205, z=9.80895, runningSum =
timeMillisSinceBoot=146445774 | x=-13.159951, y=5.1249, z=147.20506,
incrementalEnergy = 0.0020407136, energy = 0.02032393
06-29 20:38:48.037 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:48.070 1309 1309 I AnyMotionDetector: Accumulated vector
timeMillisSinceBoot=146446092 | x=-0.88095003, y=0.30495003, z=9.80895, runningSum
= timeMillisSinceBoot=146446092 | x=-20.280752, y=7.5619497, z=225.51915,
incrementalEnergy = 5.08614E-4, energy = 0.03132946
06-29 20:38:48.126 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:48.269 1309 1309 I AnyMotionDetector: Accumulated vector
timeMillisSinceBoot=146446290 | x=-0.89295006, y=0.33, z=9.79695, runningSum =
timeMillisSinceBoot=146446290 | x=-24.734854, y=9.129149, z=274.58502,
incrementalEnergy = 1.05903964E-4, energy = 0.03640528
06-29 20:38:48.324 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:48.389 1309 1309 I AnyMotionDetector: Accumulated vector
timeMillisSinceBoot=146446410 | x=-0.86895007, y=0.31695002, z=9.78495, runningSum
= timeMillisSinceBoot=146446410 | x=-27.374704, y=10.103099, z=303.97992,
incrementalEnergy = 7.798096E-4, energy = 0.039586462
06-29 20:38:48.759 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:48.826 1309 1309 I AnyMotionDetector: Accumulated vector
timeMillisSinceBoot=146446847 | x=-0.87405, y=0.33, z=9.82005, runningSum =
timeMillisSinceBoot=146446847 | x=-37.021652, y=13.85535, z=411.9249,
incrementalEnergy = 6.203122E-4, energy = 0.05546262
06-29 20:38:48.859 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:48.893 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:48.901 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:48.918 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:49.144 1309 1309 I AnyMotionDetector: Accumulated vector
timeMillisSinceBoot=146447165 | x=-0.897, y=0.36405003, z=9.811951, runningSum =
timeMillisSinceBoot=146447165 | x=-44.025597, y=16.44165, z=490.36694,
incrementalEnergy = 0.0021493316, energy = 0.06771721
06-29 20:38:49.240 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:49.264 1309 1309 I AnyMotionDetector: Accumulated vector
timeMillisSinceBoot=146447285 | x=-0.85305005, y=0.32505003, z=9.8230505,
runningSum = timeMillisSinceBoot=146447285 | x=-46.594646, y=17.46975, z=519.8571,
incrementalEnergy = 0.0010478044, energy = 0.070817314
06-29 20:38:49.304 1309 1309 I AnyMotionDetector: Accumulated vector
timeMillisSinceBoot=146447326 | x=-0.85305005, y=0.33600003, z=9.79605, runningSum
= timeMillisSinceBoot=146447326 | x=-47.447697, y=17.80575, z=529.65314,
incrementalEnergy = 8.4892556E-4, energy = 0.07166624
06-29 20:38:49.324 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:49.417 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:49.460 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:49.463 1309 1309 I AnyMotionDetector: Accumulated vector
timeMillisSinceBoot=146447484 | x=-0.84300005, y=0.30495003, z=9.786, runningSum =
timeMillisSinceBoot=146447484 | x=-50.837543, y=19.04475, z=568.8601,
incrementalEnergy = 0.0011028145, energy = 0.07685891
06-29 20:38:49.502 1309 1309 I AnyMotionDetector: Accumulated vector
timeMillisSinceBoot=146447524 | x=-0.85005003, y=0.351, z=9.8220005, runningSum =
timeMillisSinceBoot=146447524 | x=-51.687595, y=19.39575, z=578.6821,
incrementalEnergy = 0.0034663212, energy = 0.08032523
06-29 20:38:49.616 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:49.621 1309 1309 I AnyMotionDetector: Accumulated vector
timeMillisSinceBoot=146447643 | x=-0.88005006, y=0.34500003, z=9.826051, runningSum
= timeMillisSinceBoot=146447643 | x=-54.273594, y=20.397749, z=608.15,
incrementalEnergy = 9.225252E-4, energy = 0.08266777
06-29 20:38:49.678 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:49.715 1309 1445 V _V_AppOps: notifyOpActiveChanged for code: 42 uid:
1000 pkg: android isActive: true to callback ActiveCallback{965aeb6 watchinguid=-1
from uid=u0a49 pid=2365}
06-29 20:38:49.719 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:49.788 1309 1435 E DiscreteRegistry: Deleting file 1687958891641tl
06-29 20:38:49.794 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:49.795 1309 1435 E DiscreteRegistry: Deleting file 1687959398219tl
06-29 20:38:49.809 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:49.877 1309 2182 W _V_AlarmAlign: Do not set to kernel
06-29 20:38:49.877 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:49.878 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:50.205 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:50.318 1309 1431 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:50.340 1309 1431 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:50.355 1309 2200 I _V_VivoLocationUtils: --handleMessage 1001
06-29 20:38:50.356 1309 2569 W _V_AlarmAlign: Do not set to kernel
06-29 20:38:50.357 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:50.361 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-29 20:38:50.362 1309 2569 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:50.514 1309 2565 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
06-29 20:38:50.544 1309 2565 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:50.640 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:50.655 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:50.688 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:50.707 1309 2565 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:50.742 1309 2849 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:50.744 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:50.889 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:50.935 1309 2849 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:50.999 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:51.002 1309 2849 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:51.118 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:51.219 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:51.305 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:51.309 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:51.326 1309 2565 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:51.362 1309 2849 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:51.475 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:51.597 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:51.599 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:51.617 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:51.654 1309 2565 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:51.704 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:51.722 1309 2565 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:51.760 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:51.862 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:51.878 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:51.914 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:51.947 1309 2182 W _V_AlarmAlign: Do not set to kernel
06-29 20:38:52.014 1309 4072 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-29 20:38:52.015 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.017 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.019 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.044 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.045 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.047 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.050 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.070 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.070 1309 1549 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.072 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.077 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.299 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.341 1309 2565 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:52.497 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:52.603 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.709 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.759 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.875 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.906 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.927 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:52.978 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:53.298 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:53.401 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:53.474 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:53.475 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:53.633 1309 2565 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 20:38:53.637 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:53.773 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:53.789 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:53.891 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:53.892 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:53.930 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:53.966 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:53.983 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:54.100 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:54.156 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:54.271 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:54.298 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:54.319 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:54.381 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:54.382 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:54.406 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:54.451 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-29 20:38:54.489 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:54.771 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:54.921 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:55.244 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:55.313 1309 2223 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:55.314 1309 2569 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:55.318 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:55.441 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:55.561 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:55.699 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:55.833 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:55.946 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.014 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.088 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.112 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.319 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.320 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.321 1309 1431 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.343 1309 2569 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.346 1309 1549 W _V_AlarmAlign: Do not set to kernel
06-29 20:38:56.379 1309 1445 V _V_AppOps: notifyOpActiveChanged for code: 42 uid:
10168 pkg: com.vivo.carrierlocation isActive: true to callback
ActiveCallback{965aeb6 watchinguid=-1 from uid=u0a49 pid=2365}
06-29 20:38:56.383 1309 2745 W _V_AlarmAlign: Do not set to kernel
06-29 20:38:56.383 1309 2745 W _V_AlarmAlign: Do not set to kernel
06-29 20:38:56.384 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.385 1309 2745 W AlarmManager: Alarms must either supply a
PendingIntent or an AlarmReceiver
06-29 20:38:56.385 1309 1549 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.386 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.387 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.388 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.389 1309 2569 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.414 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.417 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.417 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.418 1309 2569 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.419 1309 2569 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.424 1309 1543 W _V_AlarmAlign: Do not set to kernel
06-29 20:38:56.470 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.565 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.590 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.811 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.831 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:56.878 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:57.275 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:57.296 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:57.367 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:57.423 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:38:57.666 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:00.416 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:00.424 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:00.750 1309 4072 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-29 20:39:00.750 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:00.930 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:00.950 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:00.974 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:01.121 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:02.199 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:02.225 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:02.294 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:03.843 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:03.951 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:04.163 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:04.313 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:04.343 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:04.442 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:04.448 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:04.522 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:04.547 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:04.821 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:04.853 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:05.003 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:05.340 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:05.362 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:05.384 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:05.479 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:05.521 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:05.547 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:05.827 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:06.074 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:06.119 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:06.371 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:06.403 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:06.550 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:06.717 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:06.754 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:06.763 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:06.798 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:07.149 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:07.349 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:07.395 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:07.631 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:07.639 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:07.671 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:07.781 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:07.803 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:07.811 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:07.823 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:07.848 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:08.079 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:08.286 1309 4072 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-29 20:39:08.335 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:08.359 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:08.398 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:08.561 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:08.584 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:08.610 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:08.877 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:08.992 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:09.127 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:09.254 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:09.319 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:09.507 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:09.683 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:09.739 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:09.780 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:10.221 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:10.314 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:10.432 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:10.570 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:10.730 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:10.753 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:10.792 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:10.834 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:10.910 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:11.018 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:12.046 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:12.128 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:12.160 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:12.480 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:12.523 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:12.546 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:12.567 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:12.782 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:12.824 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:12.921 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:12.965 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:13.086 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:13.103 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:13.166 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:13.197 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:13.215 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:13.296 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:13.320 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:13.459 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:13.801 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:13.891 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:13.934 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:14.079 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:14.144 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:14.308 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:14.361 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:14.420 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:14.462 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:14.484 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:14.747 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:14.760 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:14.781 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:14.950 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:39:15.041 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:40:13.038 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:51.771 1309 29592 I _V_ActivityManager: collectPssSampleEventTracking
06-29 20:43:51.778 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:51.781 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:51.783 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-29 20:43:51.943 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:51.945 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-29 20:43:51.985 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:52.109 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:52.131 1309 1543 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-29 20:43:52.173 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:52.197 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:52.271 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:52.449 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:52.482 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:52.509 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:52.562 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:52.583 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:52.606 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:43:52.622 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:44:52.959 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:44:53.017 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:44:53.032 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:44:53.075 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:44:53.092 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:44:53.188 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:44:53.208 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:44:53.512 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:44:53.608 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:44:53.734 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:45:17.833 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:45:17.860 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:25.755 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 20:47:25.756 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 20:47:25.836 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:25.879 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:25.953 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:25.994 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:26.032 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:26.230 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:26.486 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:26.564 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:26.677 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:26.722 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:26.750 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:26.772 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:26.791 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:47:26.898 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:48:26.485 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:48:26.524 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:48:26.577 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:48:26.665 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:48:26.750 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:48:27.848 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:48:27.868 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:48:27.878 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:48:41.407 1309 1549 D DeviceIdleController: Setting wakelock temp
whitelist to []
06-29 20:48:41.408 1309 1549 D DeviceIdleController: handleMessage(15)
06-29 20:48:41.408 1309 1549 D DeviceIdleController: handleMessage(13)
06-29 20:48:41.410 1309 1549 D DeviceIdleController: handleMessage(15)
06-29 20:48:41.410 1309 1549 D DeviceIdleController: handleMessage(13)
06-29 20:48:41.464 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:48:41.492 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:48:41.536 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:49:28.507 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:49:28.526 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:49:28.553 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:49:28.585 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 20:57:25.689 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 20:57:25.690 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 20:58:53.823 1309 1435 E DiscreteRegistry: Deleting file 1687960695621tl
06-29 21:07:25.710 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 21:07:25.713 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 21:17:25.653 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 21:17:25.654 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 21:27:25.690 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 21:27:25.690 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 21:37:25.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 21:37:25.671 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 21:39:54.980 1309 1435 E DiscreteRegistry: Deleting file 1687962497364tl
06-29 21:39:55.879 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|127449053|null|10186
06-29 21:39:55.955 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|127449151|null|10186
06-29 21:40:14.687 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 21:40:14.698 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 21:42:03.606 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 21:42:03.607 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 21:47:25.718 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 21:47:25.718 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 21:57:25.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 21:57:25.670 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 21:59:54.859 1309 1435 E DiscreteRegistry: Deleting file 1687964299202tl
06-29 22:07:25.745 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 22:07:25.745 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 22:17:25.665 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 22:17:25.667 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 22:19:54.827 1309 1435 E DiscreteRegistry: Deleting file 1687965200060tl
06-29 22:27:24.779 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 22:27:24.779 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 22:35:33.353 1309 1435 E DiscreteRegistry: Deleting file 1687966101334tl
06-29 22:35:33.363 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-29 22:35:33.369 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-29 22:35:33.369 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-29 22:35:33.369 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-29 22:35:33.369 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-29 22:35:33.372 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-29 22:35:33.372 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-29 22:35:33.372 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-29 22:35:33.373 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-29 22:37:25.666 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 22:37:25.667 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 22:47:25.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 22:47:25.682 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 22:47:38.132 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 22:47:38.133 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 22:57:25.671 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 22:57:25.671 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 23:04:56.162 1309 30324 E _V_RichTapVibratorService: getExtension == null
06-29 23:07:25.693 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 23:07:25.693 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 23:15:52.914 1309 1435 E DiscreteRegistry: Deleting file 1687967914395tl
06-29 23:17:25.688 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 23:17:25.688 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 23:27:25.728 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 23:27:25.728 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 23:37:24.559 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 23:37:24.559 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 23:43:54.910 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|134888074|null|10186
06-29 23:45:21.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 23:45:21.990 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 23:47:25.657 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 23:47:25.657 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 23:48:04.962 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.kiloo.subwaysurf
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10235
06-29 23:48:05.081 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
82 ms.
06-29 23:48:32.305 1309 1309 I Telecom : eo: Package com.kiloo.subwaysurf is not
tracked.: SSH.oR@AAc
06-29 23:48:33.802 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~PC2n6rS9Ggqoh_66KBFxMQ==/com.kiloo.subwaysurf-Q5-
yIqKaXRgX0i8Kwf79mQ==/base.apk
06-29 23:48:33.890 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~PC2n6rS9Ggqoh_66KBFxMQ==/com.kiloo.subwaysurf-Q5-
yIqKaXRgX0i8Kwf79mQ==/base.apk
06-29 23:48:38.095 1309 23133 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-29 23:48:38.097 1309 23133 E VivoArtKeeperService: delete donwload failed file
06-29 23:48:52.882 1309 32427 E _V_RichTapVibratorService: getExtension == null
06-29 23:48:56.420 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 23:48:56.421 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 23:50:45.331 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 23:50:45.337 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 23:52:34.192 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 23:52:34.194 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 23:54:19.580 1309 1531 E PackageInstallerSession: Failed to verify session
1276025602 [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries,
res=-113]
06-29 23:54:20.079 1309 15263 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-29 23:54:20.081 1309 15263 E VivoArtKeeperService: delete donwload failed file
06-29 23:54:23.125 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 23:54:23.127 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-29 23:55:35.785 1309 1501 E PackageInstallerSession: Failed to verify session
206397707 [INSTALL_FAILED_VERIFICATION_FAILURE: Package Verification Result]
06-29 23:57:25.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-29 23:57:25.670 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 00:04:04.877 1309 1435 E DiscreteRegistry: Deleting file 1687971673675tl
06-30 00:07:25.687 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 00:07:25.687 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 00:17:25.656 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 00:17:25.656 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 00:19:51.797 1309 1435 E DiscreteRegistry: Deleting file 1687972652458tl
06-30 00:27:25.655 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 00:27:25.655 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 00:37:25.738 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 00:37:25.738 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 00:47:25.690 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 00:47:25.691 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 00:57:25.687 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 00:57:25.687 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 00:59:51.396 1309 4073 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked com.vivo.abe
06-30 01:07:25.679 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 01:07:25.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 01:17:25.782 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 01:17:25.782 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 01:17:25.889 1309 1435 E DiscreteRegistry: Deleting file 1687975491162tl
06-30 01:22:27.001 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 01:22:27.002 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 01:27:25.691 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 01:27:25.691 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 01:37:25.659 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 01:37:25.659 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 01:47:25.661 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 01:47:25.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 01:51:49.916 1309 1435 E DiscreteRegistry: Deleting file 1687977356886tl
06-30 01:57:25.692 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 01:57:25.693 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 02:07:25.688 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 02:07:25.688 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 02:17:25.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 02:17:25.696 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 02:27:24.549 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 02:27:24.551 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 02:37:25.661 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 02:37:25.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 02:47:25.674 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 02:47:25.674 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 02:47:27.702 1309 15763 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-30 02:47:27.704 1309 15763 E VivoArtKeeperService: delete donwload failed file
06-30 02:48:04.093 1309 2745 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.ips_attempts value:2
pkg:com.vivo.pushservice userId:0
06-30 02:48:04.094 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.ips_attempts
06-30 02:48:04.095 1309 2745 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-30 02:48:04.095 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 02:48:04.099 1309 2745 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-30 02:48:46.529 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 02:48:46.533 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 02:49:56.085 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 02:57:25.658 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 02:57:25.658 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 03:07:25.716 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 03:07:25.716 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 03:17:25.685 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 03:17:25.686 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 03:27:25.671 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 03:27:25.671 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 03:37:25.661 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 03:37:25.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 03:46:26.156 1309 3540 E _V_StorageManagerService: before sendMessage H_FIO
06-30 03:46:26.156 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-30 03:46:26.156 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-30 03:46:26.592 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:26.601 1309 4065 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 03:46:26.604 1309 2850 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 03:46:26.607 1309 2850 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 03:46:26.667 1309 2850 W ActivityManager: Slow operation: 54ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
06-30 03:46:26.677 1309 2849 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-30 03:46:26.702 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:26.707 1309 2849 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:26.713 1309 2589 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:26.766 1309 4065 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-30 03:46:26.852 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:26.945 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.066 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.156 1309 2849 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:27.222 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.243 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.273 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.301 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.306 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:27.328 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.386 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.390 1309 4073 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:27.416 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.617 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.619 1309 2850 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:27.659 1309 3540 D CompatibilityChangeReporter: Compat change id
reported: 143231523; UID 10162; state: DISABLED
06-30 03:46:27.686 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.713 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.722 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.728 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.764 1309 4073 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:27.845 1309 3540 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:27.845 1309 3540 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:27.847 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.848 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.877 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.897 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:27.987 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.047 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.047 1309 4076 W _V_VivoAmsImpl: mCallingPidFilter=10644,
mCallingUidFilter=10155
06-30 03:46:28.049 1309 4076 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gms
06-30 03:46:28.049 1309 4076 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10155; state: DISABLED
06-30 03:46:28.049 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.050 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10155; state: ENABLED
06-30 03:46:28.120 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.142 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.209 1309 4344 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:28.223 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.250 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.268 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.341 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.347 1309 4344 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:28.378 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.463 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.489 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.505 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.524 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.559 1309 4344 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:28.561 1309 4344 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:28.622 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:28.622 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:28.645 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.689 1309 2589 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:28.689 1309 2589 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:28.746 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.787 1309 3540 I _V_ActivityManager: isSystemApp: false,
packageName: com.kwai.bulldog
06-30 03:46:28.788 1309 3540 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10193; state: DISABLED
06-30 03:46:28.790 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10193; state: ENABLED
06-30 03:46:28.794 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.834 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:28.861 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:28.864 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:28.866 1309 4073 D JobServiceContext: doCallback of :
JobStatus{4c564f5 #u0a110/11012
com.vivo.weather.provider/.dataParse.WeatherHandleJobService u=0 s=10110
TIME=none:-114ms READY} v:VERB_EXECUTING
06-30 03:46:28.870 1309 4344 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:28.915 1309 3540 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 03:46:28.918 1309 4344 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 03:46:29.046 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:29.079 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:29.117 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:29.154 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:29.191 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:29.191 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:29.193 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:29.194 1309 1309 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:29.236 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10165, isRmsPreload = false, keepQuiet
=false
06-30 03:46:29.237 1309 1309 W _V_VivoAmsImpl: mCallingPidFilter=1309,
mCallingUidFilter=1000
06-30 03:46:29.239 1309 1309 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.youtube
06-30 03:46:29.240 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10165; state: DISABLED
06-30 03:46:29.244 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10165, isRmsPreload = false, keepQuiet
=false
06-30 03:46:29.244 1309 1309 W _V_VivoAmsImpl: mCallingPidFilter=1309,
mCallingUidFilter=1000
06-30 03:46:29.245 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10165; state: ENABLED
06-30 03:46:29.327 1309 1435 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #118003} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(307 skipped)
06-30 03:46:29.328 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:29.430 1309 2589 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:29.496 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:29.496 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:29.500 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:29.537 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:29.542 1309 2849 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 03:46:29.546 1309 2849 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-30 03:46:29.547 1309 2740 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 03:46:29.708 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:29.782 1309 4065 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:29.829 1309 4069 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:29.952 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 10155, arg4: 0, name: com.google.android.gms
06-30 03:46:29.957 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:29.961 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:30.138 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:30.194 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:30.223 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:30.228 1309 2589 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:30.442 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:30.507 1309 4073 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:30.508 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:30.556 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:30.856 1309 3760 I _V_ActivityManager: collectPssSampleEventTracking
06-30 03:46:31.005 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:31.086 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:31.208 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:31.334 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:31.633 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 03:46:31.677 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 03:46:31.988 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:32.049 1309 2850 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-30 03:46:32.156 1309 4073 I DropBoxManagerService: add
tag=platform_stats_bookmark isTagEnabled=true flags=0x2
06-30 03:46:32.172 1309 4073 W DropBoxManagerService: Dropping:
platform_stats_bookmark (13 > 0 bytes)
06-30 03:46:32.182 1309 2221 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3506 callingUid:10193
06-30 03:46:32.190 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:32.401 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:32.669 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:32.891 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:33.134 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.156 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.231 1309 2565 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:33.269 1309 2300 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:33.425 1309 2740 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:33.436 1309 3968 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:33.472 1309 4065 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:33.474 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 03:46:33.483 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.517 1309 2588 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-30 03:46:33.535 1309 4076 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 600 capability: 0
06-30 03:46:33.549 1309 4064 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 600 capability: 0
06-30 03:46:33.593 1309 3968 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:33.595 1309 4344 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:33.634 1309 2849 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:33.663 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.683 1309 4073 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:33.685 1309 1543 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:33.697 1309 2745 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:33.704 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.715 1309 3968 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-30 03:46:33.736 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.747 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.784 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.806 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.806 1309 1543 I ActivityManager: Killing
32514:com.google.android.tts/u0a160 (adj 945): empty #17
06-30 03:46:33.838 1309 1543 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.youtube
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10165 callingPid:3563
06-30 03:46:33.855 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.858 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.863 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.876 1309 2745 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:33.932 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:33.934 1309 4064 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:33.967 1309 4064 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:33.976 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:34.026 1309 2849 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-30 03:46:34.050 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:34.060 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:34.067 1309 3968 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:34.071 1309 4073 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:34.082 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:34.093 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:34.096 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:34.131 1309 3968 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:34.132 1309 2221 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:34.175 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:34.194 1309 2221 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-30 03:46:34.240 1309 4064 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:34.252 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:34.266 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:34.351 1309 3968 W _V_AlarmAlign: Do not set to kernel
06-30 03:46:34.376 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:34.444 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:34.456 1309 2221 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:34.505 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:34.769 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:34.771 1309 4073 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 600 capability: 0
06-30 03:46:34.780 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:34.803 1309 4073 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:34.806 1309 4064 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 600 capability: 0
06-30 03:46:34.813 1309 4073 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:34.827 1309 2531 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 600 capability: 0
06-30 03:46:34.831 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:34.854 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 03:46:34.936 1309 4076 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3214 callingUid:10162
06-30 03:46:34.953 1309 2221 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:35.019 1309 2221 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 03:46:35.051 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:35.060 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 03:46:35.942 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-30 03:46:36.378 1309 2531 E _V_StorageManagerService: before sendMessage H_FIO
06-30 03:46:36.378 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-30 03:46:36.378 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-30 03:46:45.906 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 03:46:45.907 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 03:46:56.458 1309 2531 E _V_StorageManagerService: before sendMessage H_FIO
06-30 03:46:56.458 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-30 03:46:56.458 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-30 03:47:25.665 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 03:47:25.665 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 03:51:45.866 1309 1435 E DiscreteRegistry: Deleting file 1687985300865tl
06-30 03:57:25.673 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 03:57:25.684 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 04:06:07.600 1309 4552 I _V_ActivityManager: collectPssSampleEventTracking
06-30 04:07:25.704 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 04:07:25.704 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 04:17:25.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 04:17:25.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 04:27:25.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 04:27:25.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 04:37:25.684 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 04:37:25.684 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 04:43:27.871 1309 1435 E DiscreteRegistry: Deleting file 1687988201429tl
06-30 04:47:25.677 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 04:47:25.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 04:57:25.675 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 04:57:25.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 05:07:25.677 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 05:07:25.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 05:17:25.663 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 05:17:25.663 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 05:27:25.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 05:27:25.677 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 05:37:25.653 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 05:37:25.654 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 05:43:44.018 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 05:43:44.018 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 05:47:25.718 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 05:47:25.718 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 05:57:25.661 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 05:57:25.662 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 06:07:25.656 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 06:07:25.656 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 06:07:27.815 1309 2531 E _V_StorageManagerService: before sendMessage H_FIO
06-30 06:07:27.816 1309 1601 E _V_StorageManagerService: enter case H_FIO
06-30 06:07:27.816 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
06-30 06:07:27.824 1309 1435 I DefragService: defrag service retry
06-30 06:07:27.824 1309 1435 I DefragService: defrag service scheduleIdlePass
06-30 06:07:27.826 1309 1445 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
06-30 06:07:27.831 1309 4344 W _V_AlarmAlign: Do not set to kernel
06-30 06:07:27.831 1309 4344 W _V_AlarmAlign: Do not set to kernel
06-30 06:07:27.836 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 06:07:27.978 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 06:17:25.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 06:17:25.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 06:27:25.673 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 06:27:25.674 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 06:32:47.470 1309 1435 E DiscreteRegistry: Deleting file 1687994694774tl
06-30 06:37:25.693 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 06:37:25.693 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 06:47:25.750 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 06:47:25.750 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 06:57:25.684 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 06:57:25.684 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 07:07:25.680 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 07:07:25.685 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 07:16:29.912 1309 1435 E DiscreteRegistry: Deleting file 1687996530554tl
06-30 07:17:24.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 07:17:24.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 07:27:25.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 07:27:25.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 07:37:25.669 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 07:37:25.669 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 07:39:27.887 1309 1435 E DiscreteRegistry: Deleting file 1687997855523tl
06-30 07:47:25.729 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 07:47:25.729 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 07:56:06.826 1309 1435 E DiscreteRegistry: Deleting file 1687999275747tl
06-30 07:56:06.827 1309 1435 E DiscreteRegistry: Deleting file 1687999659314tl
06-30 07:57:25.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 07:57:25.670 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 08:07:25.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 08:07:25.699 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 08:17:24.419 1309 1435 E DiscreteRegistry: Deleting file 1688000197576tl
06-30 08:17:24.420 1309 1435 E DiscreteRegistry: Deleting file 1688001102275tl
06-30 08:17:24.536 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 08:17:24.536 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 08:20:34.690 1309 5350 E _V_RichTapVibratorService: getExtension == null
06-30 08:20:54.608 1309 3968 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 08:20:54.611 1309 3968 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 08:20:55.478 1309 5456 E _V_RichTapVibratorService: getExtension == null
06-30 08:27:25.730 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 08:27:25.730 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 08:33:58.847 1309 1435 E DiscreteRegistry: Deleting file 1688002003109tl
06-30 08:33:58.848 1309 1435 E DiscreteRegistry: Deleting file 1688001521276tl
06-30 08:37:25.661 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 08:37:25.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 08:47:25.671 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 08:47:25.671 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 08:51:38.853 1309 1435 E DiscreteRegistry: Deleting file 1688002904867tl
06-30 08:57:24.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 08:57:24.670 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:01:56.993 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 0 details = double-tap pkgName = android prox = 5.0 useprox =
false
06-30 09:01:57.014 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-30 09:01:57.016 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-30 09:01:57.017 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-30 09:01:57.426 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:01:57.426 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:01:57.743 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-30 09:01:58.330 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:01:58.330 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:02:00.727 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 09:02:00.837 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:02:00.838 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:02:02.850 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:02:02.945 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:02:07.127 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:02:08.547 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-30 09:02:09.279 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|168381885|null|10186
06-30 09:02:09.385 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|168382309|null|10186
06-30 09:02:10.582 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|168383417|null|10186
06-30 09:02:11.412 1309 4070 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-30 09:02:11.838 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|168384659|null|10186
06-30 09:02:15.024 1309 1309 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.076 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 17.064846; finalLux = 17.064846; brightness = 0.20637201;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 53; downLux
= 4; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= true; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 417; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-30 09:02:15.089 1309 1309 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.134 1309 4072 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.138 1309 4072 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.169 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 09:02:15.213 1309 1418 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:15.271 1309 4072 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.youtube.music uid 10161, isRmsPreload = false,
keepQuiet =false
06-30 09:02:15.316 1309 1309 W Looper : Slow dispatch took 124ms main
h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5
06-30 09:02:15.317 1309 1309 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.319 1309 1309 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.320 1309 1309 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.355 1309 1309 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.398 1309 2745 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:15.421 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 09:02:15.437 1309 1431 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.438 1309 2569 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.453 1309 4076 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.455 1309 4076 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.477 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-30 09:02:15.485 1309 2745 W ContentProviderHelper: Slow operation: 54ms so
far, now at getContentProviderImpl: after updateOomAdj
06-30 09:02:15.485 1309 2745 W ContentProviderHelper: Slow operation: 87ms so
far, now at getContentProviderImpl: done!
06-30 09:02:15.586 1309 4073 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.662 1309 4072 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:6105 callingUid:10170
06-30 09:02:15.820 1309 1418 D CompatibilityChangeReporter: Compat change id
reported: 183164979; UID 10199; state: ENABLED
06-30 09:02:15.832 1309 2221 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:15.897 1309 2589 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:15.897 1309 2589 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10199, isRmsPreload = false, keepQuiet =false
06-30 09:02:15.918 1309 1309 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:15.924 1309 1418 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 09:02:16.006 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:16.009 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 17.064846; finalLux = 17.064846; brightness = 0.20637201;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 53; downLux
= 4; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= true; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 417; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-30 09:02:16.011 1309 4072 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:16.017 1309 3540 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:16.019 1309 2740 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:5936 callingUid:10164
06-30 09:02:16.072 1309 2589 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:16.171 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 09:02:16.184 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 09:02:16.451 1309 2740 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:16.479 1309 3540 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:16.506 1309 1418 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:16.516 1309 2740 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:16.525 1309 3540 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:16.530 1309 3540 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:16.578 1309 4076 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:16.630 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 09:02:16.654 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 09:02:16.685 1309 2221 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:16.718 1309 2589 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:16.749 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:16.855 1309 2589 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:16.874 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.651877; finalLux = 13.651877; brightness = 0.20637201;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 53; downLux
= 4; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= true; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 417; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-30 09:02:16.875 1309 4076 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:16.921 1309 2740 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:17.048 1309 1595 D _V_FingerprintUnlockController: keyCode: 25,
action: 0
06-30 09:02:17.048 1309 1595 D _V_FaceUnlockController: onKeyEvent 25 action 0
06-30 09:02:17.048 1309 1595 D VibratorManagerService: Canceling vibration
06-30 09:02:17.051 1309 4076 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:17.058 1309 1595 D _V_VibratorManagerService: mAudioVibrating = false
06-30 09:02:17.059 1309 1595 D _V_RichTapVibratorService: richtap service stop!!
06-30 09:02:17.060 1309 1595 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
06-30 09:02:17.060 1309 1595 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@6f21a59
06-30 09:02:17.060 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:02:17.060 1309 1595 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
06-30 09:02:17.065 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:17.074 1309 2740 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:17.206 1309 1595 D _V_FingerprintUnlockController: keyCode: 25,
action: 1
06-30 09:02:17.206 1309 1595 D _V_FaceUnlockController: onKeyEvent 25 action 1
06-30 09:02:17.207 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:17.215 1309 1418 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.youtube.music
className:androidx.work.impl.background.systemalarm.RescheduleReceiver newState:1
userId:0 callingPackage:null callingUid:10161 callingPid:6418
06-30 09:02:17.244 1309 1309 V _V_VivoAudioServiceImpl: Adjust clear the
DetalIndex volume from thirdparty app index:50 minIndex:10 maxIndex:140
06-30 09:02:17.246 1309 1309 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 2, vivoStreamState.getDeltaIndex(device) : 0
06-30 09:02:17.249 1309 1309 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 2, vivoStreamState.getDeltaIndex(device) : 0
06-30 09:02:17.258 1309 1309 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 3, device: 2, vivoStreamState.getDeltaIndex(device) : 0
06-30 09:02:17.289 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 09:02:17.304 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 09:02:17.309 1309 2745 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:02:17.332 1309 4072 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:17.335 1309 1309 D MR2SystemProvider: publishProviderState
06-30 09:02:17.337 1309 1309 D MR2SystemProvider: Updating system provider info :
MediaRouteProviderInfo { uniqueId=null, routes=[MediaRoute2Info{ id=DEVICE_ROUTE,
name=Telepon, 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=5, providerId=null }] }
06-30 09:02:17.339 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:26.778 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:02:26.779 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:02:28.697 1309 11315 E DiscreteRegistry: Deleting file 1688003848824tl
06-30 09:02:37.284 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|168410446|null|10186
06-30 09:02:37.481 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|168410537|null|10186
06-30 09:02:37.614 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|168410741|null|10186
06-30 09:02:37.872 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|168410901|null|10186
06-30 09:02:37.940 1309 1309 E NotificationService: Muting recently noisy 0|
org.detikcom.rss|168411099|null|10186
06-30 09:02:39.730 1309 1309 E NotificationService: Muting recently noisy 0|
com.kwai.bulldog|198837372|null|10193
06-30 09:02:39.903 1309 1309 E NotificationService: Muting recently noisy 0|
com.kwai.bulldog|40919729|null|10193
06-30 09:02:55.505 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-30 09:02:58.624 1309 2739 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:58.737 1309 2740 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 09:02:58.796 1309 2589 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 09:03:03.621 1309 4070 E _V_NotificationService: Notification is group and
it's summary has only one child. We remove both!
06-30 09:03:03.634 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x017c513a: pkg=com.lazada.android user=UserHandle{0}
id=2147483646 tag=null importance=4 key=0|com.lazada.android|2147483646|null|10197:
Notification(channel=vivo_push_channel shortcut=null contentView=null vibrate=null
sound=null defaults=0x0 flags=0x210 color=0x00000000
groupKey=com.vivo.pushservice.notification.lessimportant vis=PRIVATE internalType=1
internalPriority=-10 internalGroupPriority=0 internalFlag=0))
06-30 09:03:03.647 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0372c71d: pkg=com.lazada.android user=UserHandle{0} id=-
29999997 tag=null importance=2 key=0|com.lazada.android|-29999997|null|10197:
Notification(channel=VPushChannel_0 shortcut=null contentView=null vibrate=null
sound=null tick defaults=0x0 flags=0x10 color=0x00000000
groupKey=com.vivo.pushservice.notification.lessimportant vis=PRIVATE internalType=1
internalPriority=-10 internalGroupPriority=0 internalFlag=0))
06-30 09:03:06.335 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:03:06.344 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:03:41.431 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:04:55.203 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:04:55.204 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:05:00.548 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:05:01.485 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:05:01.486 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:05:02.041 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:05:04.502 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 09:05:05.011 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:05:05.011 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:05:06.512 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:05:06.648 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:05:08.450 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:05:12.865 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:05:13.802 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:05:14.083 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:05:14.084 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:06:05.560 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 09:06:05.908 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:06:05.909 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:06:06.882 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:06:06.977 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:06:08.663 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:06:12.816 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:06:13.680 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:06:13.845 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:06:13.845 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:06:24.617 1309 16110 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-30 09:06:24.620 1309 16110 E VivoArtKeeperService: delete donwload failed file
06-30 09:06:52.249 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:06:52.250 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:07:24.554 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:07:24.554 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:17:25.690 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:17:25.691 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:22:07.607 1309 1435 E DiscreteRegistry: Deleting file 1688004500975tl
06-30 09:22:07.608 1309 1435 E DiscreteRegistry: Deleting file 1688004753133tl
06-30 09:27:25.759 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:27:25.759 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:37:25.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:37:25.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:39:37.769 1309 1435 E DiscreteRegistry: Deleting file 1688005671566tl
06-30 09:39:37.770 1309 1435 E DiscreteRegistry: Deleting file 1688006303406tl
06-30 09:43:01.650 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 09:43:02.123 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:43:02.123 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:43:04.225 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:43:04.313 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:43:05.869 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0a551f36: pkg=com.vivo.imanager user=UserHandle{0} id=16787220
tag=null importance=2 key=0|com.vivo.imanager|16787220|null|10079:
Notification(channel=IqooSecure_silence_channel shortcut=null contentView=null
vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0x00000000 vis=PRIVATE
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0))
06-30 09:43:07.385 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:43:31.584 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:43:31.584 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:44:37.548 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:44:58.294 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:45:01.138 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:45:12.154 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:45:12.156 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:45:13.741 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:45:14.177 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:45:20.521 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:45:20.523 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:45:25.654 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:45:31.964 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:46:39.674 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:46:39.679 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:47:24.544 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:47:24.544 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:48:04.968 859 859 E wificond: vivo add tx_good 3558901 tx_bad 358
rx_good 4913095 tx_retry 317705 tx_retry_times 0
06-30 09:48:28.579 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:48:28.581 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:49:09.208 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:49:19.099 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:49:19.446 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:49:23.089 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:50:17.493 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:50:17.503 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:50:52.523 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:50:54.544 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:51:27.023 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:51:28.392 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:51:31.537 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:52:06.388 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:52:06.388 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:52:20.655 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:52:30.075 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:52:31.304 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:53:55.293 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:53:55.293 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:53:59.149 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:53:59.343 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:53:59.343 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:54:49.698 1309 1435 E DiscreteRegistry: Deleting file 1688006580320tl
06-30 09:55:04.396 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 09:55:04.793 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:55:04.796 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:55:04.943 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-30 09:55:05.625 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:55:05.951 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:55:06.898 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:55:07.029 1309 2991 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-30 09:55:07.148 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:55:07.221 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x009f8010: pkg=com.vivo.browser user=UserHandle{0} id=378054395
tag=null importance=4 key=0|com.vivo.browser|378054395|null|10051:
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))
06-30 09:55:07.409 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 09:55:13.269 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:55:13.338 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:55:13.338 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:57:25.660 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:57:25.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:57:34.518 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 09:57:34.878 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:57:34.878 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:57:37.958 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:57:38.384 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:58:11.802 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:58:12.597 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:58:12.786 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:58:12.788 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:58:14.417 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:58:14.417 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:58:58.842 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0f8cbd6d: pkg=com.kwai.bulldog user=UserHandle{0} id=-
1846582056 tag=null importance=4 key=0|com.kwai.bulldog|-1846582056|null|10193:
Notification(channel=push shortcut=null contentView=com.kwai.bulldog/0x7f0d05a4
vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=reco_push_content_8ee3ebabfde164fcbbd330b17c28f5e0 vis=PUBLIC
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0))
06-30 09:58:59.144 1309 12948 E _V_RichTapVibratorService: getExtension == null
06-30 09:59:00.423 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x01791ef8: pkg=com.kwai.bulldog user=UserHandle{0}
id=1054584875 tag=null importance=4 key=0|com.kwai.bulldog|1054584875|null|10193:
Notification(channel=push shortcut=null contentView=com.kwai.bulldog/0x7f0d0593
vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=fam:150000033094608:150001468215186:1687936735672 vis=PUBLIC
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0))
06-30 09:59:00.694 1309 13035 E _V_RichTapVibratorService: getExtension == null
06-30 09:59:01.043 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x06996172: pkg=com.kwai.bulldog user=UserHandle{0} id=-
102606057 tag=null importance=4 key=0|com.kwai.bulldog|-102606057|null|10193:
Notification(channel=push shortcut=null contentView=com.kwai.bulldog/0x7f0d05a0
vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=reco_push_content_ef2a1387889b58b3a0c56f4789af4541 vis=PUBLIC
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0))
06-30 09:59:01.280 1309 1309 E NotificationService: Muting recently noisy 0|
com.vivo.browser|1|null|10051
06-30 09:59:49.235 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 09:59:49.714 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 09:59:49.715 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 09:59:51.436 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 09:59:51.511 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 09:59:53.771 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:00:38.313 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:00:38.441 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:00:41.904 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-30 10:00:42.310 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 10:00:42.904 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 10:00:43.278 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-30 10:00:43.854 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 10:00:44.381 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 10:00:44.653 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 10:00:46.285 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 10:00:47.466 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 10:00:48.399 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:00:51.081 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:00:58.228 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:01:21.045 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x09fd794f: pkg=com.kwai.bulldog user=UserHandle{0} id=-
750255281 tag=null importance=4 key=0|com.kwai.bulldog|-750255281|null|10193:
Notification(channel=push shortcut=null contentView=null vibrate=null sound=null
tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=111412:20230628:1687941560186 vis=PUBLIC internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
06-30 10:01:34.359 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 10:01:38.355 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:01:38.356 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:01:55.887 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:02:02.658 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:02:11.247 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:02:18.271 859 859 E wificond: vivo add tx_good 3583544 tx_bad 359
rx_good 4941309 tx_retry 319621 tx_retry_times 0
06-30 10:02:45.014 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:03:02.242 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:03:27.260 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:03:27.260 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:03:41.614 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:04:37.822 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:04:45.017 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:05:16.150 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:05:16.154 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:06:18.378 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x056bbb36: pkg=com.vivo.browser user=UserHandle{0} id=378054557
tag=null importance=4 key=0|com.vivo.browser|378054557|null|10051:
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))
06-30 10:06:19.129 1309 14109 E _V_RichTapVibratorService: getExtension == null
06-30 10:07:05.059 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:07:05.061 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:07:24.564 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:07:24.565 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:07:45.574 1309 11315 E DiscreteRegistry: Deleting file 1688007490920tl
06-30 10:08:04.494 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:08:04.495 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:08:10.189 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:08:38.014 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:08:45.071 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:08:47.834 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:09:15.407 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:09:19.662 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:09:53.109 1309 1435 E DiscreteRegistry: Deleting file 1688008112104tl
06-30 10:09:53.362 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:09:53.362 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:10:42.740 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:10:58.010 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:11:35.244 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:11:42.280 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:11:42.281 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:12:31.170 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:12:36.716 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:13:20.600 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:13:23.935 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:13:31.172 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:13:31.174 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:13:37.063 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:13:42.960 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:14:07.757 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:15:20.080 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:15:20.080 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:15:40.154 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:15:44.987 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:16:08.574 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:16:09.601 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:16:09.601 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:16:15.976 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:16:18.369 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:16:29.421 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:17:24.544 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:17:24.544 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:17:58.522 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:17:58.540 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:18:22.555 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:18:32.330 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:18:32.909 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:18:52.570 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:19:10.715 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:19:16.925 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:19:19.131 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:19:27.673 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:19:47.381 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:19:47.384 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:20:24.107 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:20:34.398 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:20:49.082 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:21:36.310 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:21:36.312 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:22:28.890 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0e0102a1: pkg=com.kwai.bulldog user=UserHandle{0} id=965196381
tag=null importance=4 key=0|com.kwai.bulldog|965196381|null|10193:
Notification(channel=push shortcut=null contentView=com.kwai.bulldog/0x7f0d05a4
vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=reco_push_content_b7b086cefb5636cf819c6a231140bf8c vis=PUBLIC
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0))
06-30 10:23:17.427 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:23:20.038 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:23:25.036 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:23:25.173 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:23:25.174 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:23:31.864 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:23:45.016 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:23:45.027 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:24:40.097 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:24:42.543 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:24:48.778 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:24:53.669 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:24:53.797 1309 1435 E DiscreteRegistry: Deleting file 1688008391561tl
06-30 10:25:02.219 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:25:33.908 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:25:33.914 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:25:38.399 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-30 10:25:45.924 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:25:58.348 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:25:59.198 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:25:59.198 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:25:59.302 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 10:26:06.642 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 0 details = double-tap pkgName = android prox = 5.0 useprox =
false
06-30 10:26:06.667 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-30 10:26:07.221 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:26:07.221 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:26:07.554 1309 4073 E _V_RichTapVibratorService: getExtension == null
06-30 10:26:11.810 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:26:11.811 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:26:12.971 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 10:26:13.141 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:26:13.145 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:26:20.137 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:26:20.137 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:26:49.408 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 0.0
useprox = false
06-30 10:26:49.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:26:49.694 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:26:56.733 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:26:56.733 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:27:05.322 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 10:27:05.482 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:27:05.482 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:27:06.944 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 10:27:07.041 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:27:08.674 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:27:24.552 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:27:24.553 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:28:11.114 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:28:24.087 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:28:24.090 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:28:55.599 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:29:02.763 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:29:42.805 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:29:44.485 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:30:12.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:30:12.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:31:11.652 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:32:01.944 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:32:01.944 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:33:50.789 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:33:50.789 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:34:13.992 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:34:21.177 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:34:34.148 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:34:37.444 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:35:39.757 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:35:39.757 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:37:24.552 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:37:24.554 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:37:28.583 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:37:28.584 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:38:08.733 1309 11315 E DiscreteRegistry: Deleting file 1688009291542tl
06-30 10:38:37.932 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:38:37.932 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:39:48.617 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:39:54.588 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 10:39:55.766 1309 1435 E DiscreteRegistry: Deleting file 1688009913129tl
06-30 10:40:26.835 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:40:26.835 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:42:15.703 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:42:15.704 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:42:43.626 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0e3749da: pkg=com.kwai.bulldog user=UserHandle{0} id=-
784481327 tag=null importance=4 key=0|com.kwai.bulldog|-784481327|null|10193:
Notification(channel=push shortcut=null contentView=com.kwai.bulldog/0x7f0d0593
vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=mb:150001012057334:150001468215186:1687944474048 vis=PUBLIC internalType=0
internalPriority=0 internalGroupPriority=0 internalFlag=0))
06-30 10:44:00.641 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 10:44:00.904 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 10:44:04.613 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:44:04.614 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:45:03.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:45:03.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:46:52.879 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:46:52.880 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:47:24.558 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:47:24.559 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:48:41.814 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:48:41.814 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:50:30.691 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:50:30.692 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:51:10.318 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:51:10.318 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:52:59.204 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:52:59.205 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:54:48.104 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:54:48.105 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:54:55.925 1309 1435 E DiscreteRegistry: Deleting file 1688010191553tl
06-30 10:56:36.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:56:36.992 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:56:56.832 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:56:56.832 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:57:24.541 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:57:24.541 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 10:58:45.743 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 10:58:45.744 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:00:19.503 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:00:20.590 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:00:20.590 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:00:20.927 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 11:07:25.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:07:25.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:11:21.800 1309 1435 E DiscreteRegistry: Deleting file 1688011721116tl
06-30 11:11:21.806 1309 1435 E DiscreteRegistry: Deleting file 1688011091922tl
06-30 11:11:27.054 1309 4076 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 11:11:35.017 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 11:11:35.372 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:11:35.372 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:11:35.520 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:11:35.643 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-30 11:11:36.256 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:11:36.256 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:11:37.432 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 11:11:37.599 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:11:37.599 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:11:38.039 1309 1419 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-30 11:11:38.784 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 11:11:38.941 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:11:45.125 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:11:45.125 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:11:46.784 1309 2590 E _V_IFE : input exception report: exception
source:{com.google.android.youtube/com.google.android.apps.youtube.app.watchwhile.W
atchWhileActivity} subtype:8 reason = UNKNOWN_CHECK_FROM_NO_FOCUS_TIME_OUT
06-30 11:11:48.747 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-30 11:11:48.795 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:11:49.396 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:11:52.468 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:11:54.148 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:11:55.445 1309 3968 E JobScheduler.Concurrency: Error executing
JobStatus{ae83ef1 #u0a165/61768
com.google.android.youtube/androidx.work.impl.background.systemjob.SystemJobService
u=0 s=10165 READY}
06-30 11:11:56.534 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:12:09.971 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~czSPp871jTNzQs0fneSqDQ==/com.armnomads.hamstermazer-CU3nV0y-D-
8gqODQuLMfxQ==/base.apk
06-30 11:12:10.497 1309 2849 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:11.598 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:13.100 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:13.219 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:13.894 1309 2850 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:13.907 1309 2849 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:14.056 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:14.064 1309 2850 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:14.071 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:14.079 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:14.085 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:14.099 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:14.114 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:14.135 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:14.161 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:14.187 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:14.195 1309 2740 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:14.202 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:19.468 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:25.683 1309 2740 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:26.135 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:27.186 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:28.135 1309 2740 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.186 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.201 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.218 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.222 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.237 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.241 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.256 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.260 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.270 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.287 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.298 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.304 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.309 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:29.340 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.393 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.409 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.419 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.435 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.446 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.451 1309 2740 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.469 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.475 1309 2740 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.488 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.494 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.507 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.533 1309 2740 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.545 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:34.679 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:38.609 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:43.094 1309 1594 E _V_PowerDataReport: The current time is less than
the last time, so failed
06-30 11:12:43.685 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:12:44.431 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:12:48.050 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:12:53.074 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:53.468 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:54.656 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:55.893 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:56.995 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:57.010 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:57.858 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:57.864 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:57.877 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:57.894 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:57.900 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:58.081 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:58.086 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:58.099 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:58.116 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:58.404 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:12:59.963 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:13:00.047 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:02.822 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:04.114 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:04.267 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:04.287 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:04.491 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:04.811 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:04.827 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:04.832 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:04.846 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:04.850 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:04.862 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:04.866 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.596 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.612 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.627 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.648 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.661 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.677 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.695 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.716 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.731 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.747 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.765 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.782 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.808 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.818 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.832 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.851 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.866 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.884 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.908 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.922 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.936 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.952 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.967 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:07.984 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.001 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.019 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.064 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.070 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.076 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.085 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.102 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.118 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.135 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.160 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.171 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.187 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.204 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.221 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.237 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.253 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.272 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.288 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.309 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.324 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.339 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.355 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.372 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.389 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.406 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.502 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.547 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.553 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.558 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.562 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.568 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.573 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.579 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.587 1309 4070 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.595 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:08.865 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:11.374 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:11.933 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:12.867 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:13.644 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:13.715 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:14.901 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:17.901 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:18.210 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:22.057 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:13:24.792 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:13:34.197 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:13:34.218 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:13:53.846 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:13:53.868 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:14:13.370 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:14:33.890 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:14:36.709 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:14:37.754 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:14:42.636 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:14:52.455 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:14:53.443 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:14:55.680 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:14:57.219 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:14:59.845 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:14:59.964 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:14:59.979 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:14:59.999 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:00.007 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:07.561 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:10.039 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:25.401 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:25.605 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:26.505 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:26.640 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:30.441 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:30.844 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:30.945 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:31.149 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:31.473 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:31.887 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:35.243 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:35.728 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:35.865 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:36.014 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:36.139 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:36.276 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:36.385 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:36.497 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:36.592 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:36.724 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:36.837 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:38.419 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:39.630 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:39.633 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:39.652 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:39.671 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:39.687 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:39.882 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:39.900 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:39.955 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:39.962 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:40.082 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:40.087 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:42.762 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:15:42.762 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:15:43.833 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:44.040 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:44.259 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:44.430 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:44.545 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:44.650 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:44.767 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:44.885 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:45.040 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:48.025 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:48.327 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:49.770 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:51.481 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:52.229 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:53.112 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:54.283 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:55.009 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:56.655 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:58.129 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:59.358 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:15:59.942 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:01.200 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:03.409 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:05.368 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:06.320 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:06.336 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:06.402 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:07.827 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:07.911 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:08.042 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:08.200 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:08.353 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:09.743 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:09.809 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:10.031 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:10.946 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:10.964 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:11.185 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:11.190 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:11.205 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:11.286 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:13.316 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:13.319 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:14.184 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:14.371 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:14.509 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:14.778 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:14.784 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:14.948 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:15.066 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:15.186 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:15.191 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:15.289 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:15.322 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:15.456 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:16.880 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:18.744 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:16:23.278 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:16:25.057 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:16:26.047 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:16:30.559 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:16:31.726 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:16:33.820 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:33.845 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:33.872 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:33.933 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:33.955 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:33.986 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.020 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.040 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.054 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.062 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.084 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.115 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.146 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.172 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.206 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.230 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.248 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.272 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.308 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.333 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.354 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.385 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.432 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.451 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.527 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.554 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.573 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.591 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.625 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.638 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.643 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.661 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.697 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.710 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.750 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.758 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.784 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.864 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.873 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.918 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.925 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.933 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.940 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.945 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.952 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.976 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:34.994 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.012 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.021 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.043 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.067 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.087 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.098 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.115 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.166 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.185 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.242 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.265 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.299 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.310 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.329 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.349 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.380 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.403 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.422 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.457 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.481 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.537 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.557 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.651 1309 4069 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.726 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.742 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.773 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:35.840 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:37.993 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:38.863 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:41.129 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:42.739 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:43.064 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:43.396 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:45.254 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:45.260 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:45.910 1309 11315 E DiscreteRegistry: Deleting file 1688012002216tl
06-30 11:16:49.087 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:50.604 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:50.739 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:50.832 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:50.931 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:51.030 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:51.127 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:51.234 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:51.343 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:51.452 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:51.558 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:51.662 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:51.703 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0e59a35f: pkg=com.vivo.browser user=UserHandle{0} id=378055169
tag=null importance=4 key=0|com.vivo.browser|378055169|null|10051:
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))
06-30 11:16:51.767 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:51.891 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:51.985 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:52.109 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:52.207 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:52.310 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:52.425 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:52.478 1309 26730 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:52.544 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:52.649 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:52.748 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:52.852 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:52.964 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:53.080 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:53.161 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:53.266 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:53.374 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:53.477 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:53.602 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:53.737 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:53.899 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:53.981 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:54.071 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:54.216 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:54.357 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:54.443 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:54.521 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:54.613 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:54.707 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:54.810 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:54.933 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.001 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.075 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.153 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.228 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.339 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.362 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.419 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.499 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.575 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.663 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.737 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.814 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.891 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:55.974 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.060 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.123 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.206 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.300 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.378 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.458 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.520 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.579 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.672 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.770 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.839 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.922 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:56.985 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:57.044 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:16:57.125 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.735 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.756 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.787 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.810 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.829 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.848 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.868 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.885 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.916 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.932 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.951 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.970 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:00.987 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.007 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.035 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.050 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.069 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.088 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.105 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.125 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.151 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.172 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.191 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.208 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.236 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.254 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.271 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.294 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.319 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.339 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.361 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.379 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.416 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.439 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.458 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.479 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.495 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.516 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.540 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.561 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.579 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.596 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.615 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.637 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.662 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.680 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.699 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.714 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.734 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.754 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.779 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.798 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.816 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.833 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.858 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.881 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.902 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.924 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.948 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.969 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:01.990 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.017 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.036 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.054 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.072 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.094 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.121 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.147 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.176 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.210 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.219 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.237 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.268 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.299 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.326 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.350 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.394 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.433 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.473 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.506 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.560 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.587 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.593 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.617 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.639 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.670 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.755 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.777 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:02.828 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:03.634 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:17:14.472 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-30 11:17:15.396 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:17:24.590 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:17:24.591 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:17:31.652 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:17:31.654 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:18:02.401 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:18:16.814 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:18:21.007 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:18:21.075 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:18:21.166 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:18:21.167 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:18:22.308 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:18:22.668 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:18:26.017 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:27.124 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:29.854 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:29.923 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:33.567 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:33.703 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:37.517 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:37.620 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:37.840 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:38.280 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.001 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.012 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.030 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.050 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.066 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.079 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.097 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.116 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.131 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.148 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.165 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.182 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.199 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.217 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.232 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.249 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.267 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.284 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.300 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.317 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.335 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.349 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.367 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.384 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.400 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.418 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.435 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.452 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.468 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.485 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.502 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.518 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.536 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.554 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.570 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.587 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.604 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.620 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.638 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.655 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.672 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.687 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.706 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.723 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.739 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.757 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.774 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.789 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.807 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.824 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.841 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.857 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.875 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.893 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.908 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.926 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.943 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.959 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:40.977 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:41.248 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:44.876 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:47.169 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:49.790 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:51.643 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:53.764 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:54.694 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:54.714 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:54.746 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:54.847 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:56.967 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:58.083 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:18:59.077 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:01.203 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:05.378 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:10.928 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:11.040 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:11.133 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:11.231 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:11.331 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:11.433 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:11.538 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:11.642 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:11.749 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:11.843 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:11.942 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:12.046 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:12.147 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:12.250 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:12.350 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:12.451 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:17.198 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:17.331 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:17.505 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:17.748 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:17.928 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:20.832 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:27.544 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:19:28.499 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:19:29.963 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:19:31.615 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:31.739 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:35.178 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:19:36.562 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:19:42.029 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:19:47.318 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:19:49.015 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:20:01.996 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:04.013 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:04.920 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:06.997 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:07.075 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:07.238 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:07.449 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:07.655 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:07.852 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:08.059 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:08.263 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:08.469 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:08.677 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:08.865 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:09.076 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:09.292 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:09.477 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:09.686 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:09.893 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:10.112 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:10.119 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:10.133 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:20:10.134 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:20:12.238 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:19.799 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:23.428 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:27.783 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:29.243 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:29.246 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:29.259 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:29.275 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:29.462 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:30.281 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:31.356 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:31.512 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:31.607 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:31.689 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:31.840 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:32.085 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:32.181 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:32.298 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:32.353 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:32.450 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:32.646 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:32.755 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:32.950 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:32.982 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:33.112 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:33.148 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:33.505 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:33.976 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:37.080 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:37.494 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:37.995 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:38.471 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.595 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.611 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.630 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.645 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.663 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.675 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.697 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.719 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.731 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.750 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.767 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.784 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.799 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.817 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.834 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.853 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.867 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.887 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.906 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.924 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.942 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.958 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.970 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:40.998 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.016 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.031 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.059 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.085 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.103 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.145 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.170 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.207 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.227 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.238 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.247 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.265 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.283 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.299 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.315 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.331 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.355 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.379 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.399 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.419 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.437 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.454 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.465 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.488 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.506 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.523 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.539 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.561 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.581 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.605 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:41.865 1309 2739 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:45.556 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:20:47.725 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:20:49.480 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:20:56.354 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:57.204 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:57.224 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:57.265 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:57.310 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:58.328 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:58.732 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:59.121 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:59.425 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:59.449 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:59.658 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:20:59.789 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:00.204 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:00.791 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:01.001 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:01.178 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:01.289 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:01.577 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:01.612 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:02.092 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:03.397 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:03.419 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:03.519 1309 1542 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:09.283 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:09.398 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:09.518 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:09.622 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:09.719 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:09.823 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:09.935 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:10.030 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.673 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.693 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.714 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.740 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.763 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.788 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.808 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.831 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.856 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.875 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.891 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.915 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.941 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.963 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:13.984 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.009 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.030 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.050 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.076 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.098 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.115 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.146 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.167 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.194 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.213 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.230 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.253 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.278 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.298 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.319 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.344 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.364 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.384 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.399 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.420 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.441 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.468 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.487 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.504 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.526 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.559 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.583 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.604 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.621 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.644 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.670 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.691 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.717 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.738 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.759 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.781 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.807 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.826 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.843 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.864 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.892 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.911 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.932 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.956 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.977 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:14.998 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.023 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.048 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.063 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.086 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.115 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.136 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.166 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.225 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.231 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.270 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.275 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.284 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.304 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.336 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.362 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.385 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.402 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.427 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.454 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.476 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.503 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.523 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.556 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.571 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.593 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.622 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:15.644 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:16.510 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:20.179 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:22.723 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:23.912 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:25.085 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:26.759 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:27.696 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:32.847 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:33.765 1309 4071 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:34.814 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:35.732 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:37.442 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:41.005 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:21:41.627 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:21:58.969 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:21:58.970 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:22:04.717 1309 3968 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 11:22:15.716 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:22:17.099 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:22:18.722 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:22:32.221 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:22:33.633 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:38.612 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:22:38.612 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:22:45.055 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:47.915 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:48.116 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:48.529 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:50.610 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:51.544 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:54.237 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:57.870 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:58.447 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:58.580 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:58.699 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:58.833 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:58.952 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:59.072 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:59.177 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:59.294 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:22:59.649 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:00.686 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:01.513 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:02.024 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:02.209 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:03.887 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:04.772 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:04.779 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:04.803 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:05.738 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:05.924 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:06.026 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:09.095 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:09.111 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:09.144 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:09.148 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:09.315 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:09.640 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:09.655 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:09.672 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:10.282 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:12.880 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:12.894 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:12.911 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:12.919 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:13.456 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:14.573 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:14.707 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:14.823 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:14.843 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:15.216 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:16.114 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:16.469 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:16.743 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:17.046 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:19.656 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:19.895 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:19.899 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:19.907 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:19.913 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:19.919 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:20.287 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:20.932 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:21.235 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:21.523 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:24.202 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:24.235 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:24.304 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:24.764 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:25.897 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:25.913 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:25.923 1309 4072 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:25.936 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:25.947 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:25.956 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:25.966 1309 3946 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:25.974 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:26.626 1309 3968 E _V_RichTapVibratorService: getExtension == null
06-30 11:23:28.824 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:23:31.055 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:23:32.177 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:23:33.111 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:23:34.775 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:23:40.683 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:23:52.108 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:24:06.527 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:24:13.862 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:24:14.271 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 11:24:27.892 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:24:27.893 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:25:12.788 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:25:17.365 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:25:18.047 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:25:18.050 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:25:30.040 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:26:16.443 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:26:16.444 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:26:52.435 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 11:27:24.544 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:27:24.547 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:28:05.263 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:28:05.264 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:29:54.186 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:29:54.191 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:31:11.041 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 11:31:43.079 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:31:43.080 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:33:31.977 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:33:31.978 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:35:20.887 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:35:20.889 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:36:00.497 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:36:00.497 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:37:24.541 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:37:24.542 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:37:49.375 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:37:49.379 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:38:21.823 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:38:21.969 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:38:24.288 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:39:38.274 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:39:38.274 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:41:25.872 1309 1435 E DiscreteRegistry: Deleting file 1688012903476tl
06-30 11:41:25.873 1309 1435 E DiscreteRegistry: Deleting file 1688013554566tl
06-30 11:41:27.182 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:41:27.184 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:41:35.190 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:41:35.256 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:41:37.688 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:41:38.142 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:41:39.907 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:41:40.361 1309 1418 E _V_RichTapVibratorService: getExtension == null
06-30 11:41:40.887 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-30 11:41:41.517 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-30 11:41:41.973 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:41:43.331 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 11:41:43.938 1309 2991 E _V_RichTapVibratorService: getExtension == null
06-30 11:41:44.702 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:41:45.168 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 11:41:46.631 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:41:49.406 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:42:33.457 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 11:42:34.164 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 11:42:34.531 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:42:34.532 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:43:44.623 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-30 11:43:47.005 1309 2745 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 11:47:25.688 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:47:25.688 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:57:25.789 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 11:57:25.790 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 11:57:25.869 1309 1435 E DiscreteRegistry: Deleting file 1688013803939tl
06-30 12:02:22.937 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:02:22.937 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:07:25.734 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:07:25.735 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:08:30.767 1309 11315 E DiscreteRegistry: Deleting file 1688014710730tl
06-30 12:12:30.653 1309 1435 E DiscreteRegistry: Deleting file 1688015492446tl
06-30 12:15:32.884 1309 4070 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-30 12:17:25.684 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:17:25.684 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:21:06.842 1309 1419 W _V_AlarmAlign: Do not set to kernel
06-30 12:21:06.842 1309 1419 W _V_AlarmAlign: Do not set to kernel
06-30 12:21:06.843 1309 1419 W _V_AlarmAlign: Do not set to kernel
06-30 12:21:06.843 1309 1419 W _V_AlarmAlign: Do not set to kernel
06-30 12:21:09.216 1309 23133 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-30 12:21:09.219 1309 23133 E VivoArtKeeperService: delete donwload failed file
06-30 12:22:16.254 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:22:16.254 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:25:11.096 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 12:25:11.285 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:25:11.285 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:25:12.225 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-30 12:25:13.464 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 12:25:13.623 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:25:14.673 1309 2740 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-30 12:25:15.449 1309 4075 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 12:25:17.287 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:25:21.241 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 12:25:21.433 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 12:25:25.472 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 12:25:30.765 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 12:25:40.916 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:25:40.923 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:27:12.720 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 12:27:24.545 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:27:24.545 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:27:29.778 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:27:29.779 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:27:38.136 1309 1435 E DiscreteRegistry: Deleting file 1688015612984tl
06-30 12:29:18.674 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:29:18.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:31:07.598 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:31:07.598 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:31:27.397 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:31:27.397 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:32:30.502 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:32:44.382 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:32:46.447 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:32:48.277 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:32:55.726 1309 1419 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 12:33:03.548 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:33:11.075 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:33:13.980 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:33:16.277 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:33:16.278 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:33:16.278 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:33:16.442 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:33:20.667 1309 1545 E AppOps : attributionTag not declared in manifest
of com.vivo.pem
06-30 12:33:25.476 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 12:33:26.893 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 12:33:28.845 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-30 12:33:29.369 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-30 12:33:29.856 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 12:33:32.780 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 12:33:36.374 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-30 12:33:36.810 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-30 12:33:37.048 1309 1419 E _V_RichTapVibratorService: getExtension == null
06-30 12:33:37.688 1309 4077 E _V_RichTapVibratorService: getExtension == null
06-30 12:33:39.523 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:33:42.509 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:33:54.051 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:34:06.798 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:34:09.139 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:34:10.312 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:34:23.685 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:34:30.858 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:34:55.129 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:35:00.549 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:35:05.198 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:35:05.199 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:35:06.774 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:35:12.826 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:35:39.126 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:36:03.788 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:36:12.293 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:36:16.265 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:36:17.939 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:36:39.593 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:36:49.207 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:36:51.802 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:36:54.082 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:36:54.083 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:36:56.721 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 12:37:07.756 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:37:24.541 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:37:24.541 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:37:33.743 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:37:46.549 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:37:53.505 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:37:53.505 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:38:01.698 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:38:15.332 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 12:38:15.480 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 12:38:15.493 1309 1309 V _V_VivoAudioServiceImpl: Adjust clear the
DetalIndex volume from thirdparty app index:70 minIndex:10 maxIndex:140
06-30 12:38:15.495 1309 1309 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 2, vivoStreamState.getDeltaIndex(device) : 0
06-30 12:38:15.507 1309 1309 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 2, vivoStreamState.getDeltaIndex(device) : 0
06-30 12:38:15.509 1309 1309 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 3, device: 2, vivoStreamState.getDeltaIndex(device) : 0
06-30 12:38:15.517 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 12:38:15.549 1309 1309 D MR2SystemProvider: publishProviderState
06-30 12:38:15.549 1309 1309 D MR2SystemProvider: Updating system provider info :
MediaRouteProviderInfo { uniqueId=null, routes=[MediaRoute2Info{ id=DEVICE_ROUTE,
name=Telepon, 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=7, providerId=null }] }
06-30 12:38:15.553 1309 1419 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 12:38:15.573 1309 2221 D _V_VivoInputManager: isTrustedWindow result=
false
06-30 12:38:15.576 1309 2221 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:e24c0a1 u0
VivoVolumeDialogImpl} task=null
06-30 12:38:15.595 1309 2588 I WindowManager: Relayout
Window{com.android.systemui:e24c0a1 u0 VivoVolumeDialogImpl}: oldVis=0, newVis=0,
requestedWidth=120, requestedHeight=564, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(600, 315 - 720, 879), mAttrs.privateFlags = 42000000,
mInvGlobalScale = 1.0
06-30 12:38:15.616 1309 2588 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
06-30 12:38:15.622 1309 1419 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:e24c0a1 u0 VivoVolumeDialogImpl}
mDrawState=DRAW_PENDING
06-30 12:38:15.622 1309 1419 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@e696f5a mSyncState=0
06-30 12:38:15.713 1309 4077 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 12:38:15.880 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 12:38:16.025 1309 2205 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:volume_music_speaker value:7 pkg:android userId:0
06-30 12:38:16.026 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/system/volume_music_speaker
06-30 12:38:16.033 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 252.55974; finalLux = 259.38568; brightness = 0.38637707;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 305;
downLux = 20; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = false; curveName = auto_default; isUseVicoBrightness = false; foldState
= -1; realLcmBrightness = 673; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
06-30 12:39:02.591 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-30 12:39:03.802 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:39:05.543 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:39:09.314 1309 2588 E _V_RichTapVibratorService: getExtension == null
06-30 12:39:09.478 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:39:09.534 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-30 12:39:10.075 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 12:39:42.417 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:39:42.418 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:39:44.047 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:39:44.047 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:39:49.409 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 12:43:32.937 1309 1435 E DiscreteRegistry: Deleting file 1688016512977tl
06-30 12:47:25.664 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:47:25.664 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:50:29.799 1309 2849 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 12:50:29.802 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-30 12:50:29.802 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-30 12:50:29.806 1309 2849 W _V_AlarmAlign: Do not set to kernel
06-30 12:50:29.806 1309 2849 W _V_AlarmAlign: Do not set to kernel
06-30 12:50:29.807 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:29.808 1309 2850 W _V_AlarmAlign: Do not set to kernel
06-30 12:50:29.809 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:29.810 1309 2850 W _V_AlarmAlign: Do not set to kernel
06-30 12:50:29.812 1309 2850 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10 pkg=org.detikcom.rss (has extras) }
06-30 12:50:29.819 1309 2850 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-30 12:50:29.824 1309 2745 W _V_AlarmAlign: Do not set to kernel
06-30 12:50:29.824 1309 2745 W _V_AlarmAlign: Do not set to kernel
06-30 12:50:29.839 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:29.862 1309 2745 W _V_AlarmAlign: Do not set to kernel
06-30 12:50:29.862 1309 2745 W _V_AlarmAlign: Do not set to kernel
06-30 12:50:29.969 1309 1543 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-30 12:50:30.082 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:30.159 1309 4076 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 12:50:30.315 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:30.390 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:30.391 1309 4076 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 12:50:30.942 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:30.943 1309 2849 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 12:50:30.947 1309 4076 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-30 12:50:31.189 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:31.207 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:31.342 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:31.398 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:31.460 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:31.497 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:31.624 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:31.713 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:31.762 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:31.862 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:31.991 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.072 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.173 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.191 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.206 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.287 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.335 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.403 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.421 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.468 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.601 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.613 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.661 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.776 1309 2850 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-30 12:50:32.779 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.792 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.867 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.887 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.906 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.938 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:32.955 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:33.043 1309 1543 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 12:50:33.046 1309 1543 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #137493} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(103 skipped)
06-30 12:50:33.097 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:33.231 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:33.264 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:33.561 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:33.631 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:33.686 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:33.718 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:33.731 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:33.855 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:33.995 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.050 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.117 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.290 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.373 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.423 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.527 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.609 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.689 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.758 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.835 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.838 1309 1549 D DeviceIdleController: handleMessage(8)
06-30 12:50:34.838 1309 1549 D DeviceIdleController: Exit: start=+2d8h52m27s686ms
now=+2d8h52m32s859ms
06-30 12:50:34.838 1309 1549 D DeviceIdleController: stepLightIdleStateLocked:
mLightState=6
06-30 12:50:34.838 1309 1549 D DeviceIdleController:
scheduleLightAlarmLocked(600000/120000)
06-30 12:50:34.854 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.921 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.933 1309 1549 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:50:34.966 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:51:33.288 1309 11285 I _V_ActivityManager: collectPssSampleEventTracking
06-30 12:51:33.344 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.050 1309 2745 W _V_AlarmAlign: Do not set to kernel
06-30 12:54:04.050 1309 2745 W _V_AlarmAlign: Do not set to kernel
06-30 12:54:04.053 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.054 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.057 1309 11307 I _V_ActivityManager: collectPssSampleEventTracking
06-30 12:54:04.084 1309 11310 I _V_ActivityManager: collectPssSampleEventTracking
06-30 12:54:04.105 1309 2186 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:
GROUP_HANDSHAKE, HE Eight Max VHT Spatial Streams Supported AP: false, Eight Max
VHT Spatial streams support: false, Wi-Fi standard: 4, RSSI: -44, Link speed:
72Mbps, Tx Link speed: 65Mbps, Max Supported Tx Link speed: 72Mbps, Rx Link speed:
65Mbps, Max Supported Rx Link speed: 72Mbps, Frequency: 2462MHz, Net ID: -1,
Metered hint: false, score: 60, CarrierMerged: false, SubscriptionId: -1,
IsPrimary: 1> SignalStrength: -44 SSID: "Airafamily"]
06-30 12:54:04.288 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.292 1309 11331 I _V_ActivityManager: collectPssSampleEventTracking
06-30 12:54:04.332 1309 11336 I _V_ActivityManager: collectPssSampleEventTracking
06-30 12:54:04.355 1309 11339 I _V_ActivityManager: collectPssSampleEventTracking
06-30 12:54:04.372 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.377 1309 11342 I _V_ActivityManager: collectPssSampleEventTracking
06-30 12:54:04.393 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.396 1309 11344 I _V_ActivityManager: collectPssSampleEventTracking
06-30 12:54:04.437 1309 11350 I _V_ActivityManager: collectPssSampleEventTracking
06-30 12:54:04.438 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.511 1309 11356 I _V_ActivityManager: collectPssSampleEventTracking
06-30 12:54:04.543 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.558 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.574 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.633 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.859 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.928 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:54:04.974 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:55:31.725 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:55:31.794 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:55:31.800 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:55:31.804 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:55:31.808 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:55:31.829 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:55:31.830 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:55:31.832 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:55:31.833 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:55:31.874 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:55:31.876 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:25.666 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 12:57:25.666 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 12:57:25.774 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:25.798 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:26.019 1309 2745 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
06-30 12:57:26.092 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:26.136 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:26.205 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:26.323 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:26.364 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:26.386 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:27.446 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:27.545 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:27.738 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:27.804 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:27.823 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:27.843 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:57:27.859 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:58:21.668 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:58:21.765 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:58:21.785 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:58:21.809 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:59:32.749 1309 2850 W _V_AlarmAlign: Do not set to kernel
06-30 12:59:32.750 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:59:32.751 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:59:32.782 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:59:32.815 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:59:32.815 1309 2850 W _V_AlarmAlign: Do not set to kernel
06-30 12:59:32.817 1309 4076 W _V_AlarmAlign: Do not set to kernel
06-30 12:59:32.819 1309 2849 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-30 12:59:32.819 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:59:32.854 1309 1435 E DiscreteRegistry: Deleting file 1688017449936tl
06-30 12:59:32.855 1309 1435 E DiscreteRegistry: Deleting file 1688018047005tl
06-30 12:59:32.857 1309 1435 E DiscreteRegistry: Deleting file 1688018356795tl
06-30 12:59:32.900 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:59:32.920 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 12:59:33.218 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:33.766 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:33.789 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:33.814 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:33.872 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:33.896 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:33.954 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:33.992 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:35.128 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:35.154 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:35.182 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:35.306 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:35.632 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:35.658 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:35.719 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:00:35.803 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:01:11.761 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:01:11.778 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:01:11.927 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:01:11.939 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 13:03:32.168 1309 1543 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 13:07:25.687 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:07:25.687 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:16:22.883 1309 1435 E DiscreteRegistry: Deleting file 1688019256860tl
06-30 13:17:25.660 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:17:25.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:19:31.862 1309 2338 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE
06-30 13:27:25.640 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:27:25.640 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:27:31.088 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 0 details = double-tap pkgName = android prox = 5.0 useprox =
false
06-30 13:27:31.102 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-30 13:27:31.310 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:27:31.310 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:27:32.124 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-30 13:27:32.290 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:27:32.291 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:27:33.629 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 13:27:34.017 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:27:34.017 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:27:34.340 1309 3540 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-30 13:27:35.125 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 13:27:35.277 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:27:35.690 1309 1543 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 13:27:37.041 1309 1309 E NotificationService: Muting recently noisy 0|
com.kwai.bulldog|-25419720|null|10193
06-30 13:27:38.210 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:28:26.783 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:28:30.542 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:28:30.543 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:28:34.030 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:28:42.449 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:28:45.366 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:28:46.552 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:28:51.341 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:29:24.953 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:29:37.479 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:29:42.662 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:29:44.147 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:30:01.859 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:30:19.464 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:30:19.469 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:30:28.142 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:30:44.809 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:30:49.861 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:30:59.730 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:31:03.255 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:31:05.342 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:31:36.744 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:31:37.053 1309 1435 E DiscreteRegistry: Deleting file 1688019871184tl
06-30 13:31:37.055 1309 1435 E DiscreteRegistry: Deleting file 1688020159838tl
06-30 13:31:43.140 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:31:48.400 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:31:52.897 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:32:08.358 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:32:08.358 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:32:12.498 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:32:13.776 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:32:16.680 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 13:32:18.276 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:32:18.276 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:33:24.647 1309 13515 E _V_RichTapVibratorService: getExtension == null
06-30 13:33:25.019 1309 1309 E NotificationService: Muting recently noisy 0|
com.vivo.appstore|20000000|null|10038
06-30 13:33:29.017 1309 13678 E _V_RichTapVibratorService: getExtension == null
06-30 13:33:30.789 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 13:34:07.168 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:34:07.168 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:35:56.057 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:35:56.058 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:37:24.539 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:37:24.540 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:37:44.941 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:37:44.941 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:38:04.800 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:38:04.800 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:39:53.668 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:39:53.668 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:41:42.563 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:41:42.563 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:43:31.471 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:43:31.472 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:43:41.358 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:43:41.359 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:44:20.534 1309 2991 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 13:45:30.280 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:45:30.281 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:46:53.721 1309 1435 E DiscreteRegistry: Deleting file 1688021075881tl
06-30 13:47:01.462 1309 16585 E _V_RichTapVibratorService: getExtension == null
06-30 13:47:01.571 1309 1309 E NotificationService: Muting recently noisy 0|
com.vivo.browser|1|null|10051
06-30 13:47:19.159 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:47:19.160 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:47:24.536 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:47:24.536 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:49:08.086 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:49:08.090 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:49:27.875 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:49:27.876 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:51:16.777 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:51:16.777 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:53:05.664 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:53:05.664 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:54:54.592 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:54:54.593 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:55:44.126 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:55:44.127 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:57:24.555 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:57:24.556 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:57:32.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:57:32.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 13:58:00.140 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 13:58:00.371 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 13:58:00.910 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 13:58:01.208 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 13:58:01.884 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 13:58:02.226 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 13:59:21.888 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 13:59:21.892 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:01:10.797 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:01:10.797 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:01:19.654 1309 2565 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 14:02:03.097 1309 1435 E DiscreteRegistry: Deleting file 1688022007812tl
06-30 14:02:10.223 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:02:10.223 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:03:59.089 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:03:59.090 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:05:18.770 1309 3540 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 14:05:48.011 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:05:48.011 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:07:24.548 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:07:24.549 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:07:36.921 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:07:36.921 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:08:26.400 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:08:26.400 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:10:15.297 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:10:15.298 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:12:04.218 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:12:04.218 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:12:06.097 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 14:12:07.378 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 14:12:07.493 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:12:07.493 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:13:53.112 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:13:53.112 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:17:25.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:17:25.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:18:33.851 1309 1435 E DiscreteRegistry: Deleting file 1688022969824tl
06-30 14:23:30.023 1309 3540 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 14:26:53.652 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 0 details = double-tap pkgName = android prox = 5.0 useprox =
false
06-30 14:26:53.756 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-30 14:26:54.159 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:26:54.159 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:27:01.122 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:27:01.122 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:27:24.549 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:27:24.554 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:35:35.863 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:35:35.863 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:37:25.662 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:37:25.662 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:47:24.553 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:47:24.553 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:49:54.824 1309 1435 E DiscreteRegistry: Deleting file 1688024885889tl
06-30 14:55:33.683 1309 2740 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 14:57:25.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:57:25.670 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:59:17.770 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 0.0
useprox = false
06-30 14:59:18.163 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:59:18.163 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:59:19.206 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 14:59:19.289 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 14:59:22.396 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 14:59:24.090 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 14:59:26.307 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 14:59:37.452 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 14:59:37.453 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 14:59:38.721 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 14:59:42.912 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 15:00:48.972 1309 3946 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 15:01:26.423 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:01:26.429 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:03:15.251 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:03:15.252 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:05:04.166 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:05:04.169 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:06:04.815 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 15:06:07.189 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 15:06:53.047 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:06:53.048 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:07:12.846 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:07:12.846 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:07:24.544 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:07:24.544 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:09:01.747 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:09:01.750 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:10:50.645 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:10:50.645 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:12:39.585 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:12:39.586 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:13:16.559 1309 11315 E DiscreteRegistry: Deleting file 1688026282870tl
06-30 15:13:19.202 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:13:19.203 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:15:08.054 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:15:08.055 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:16:56.948 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:16:56.949 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:17:24.540 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:17:24.541 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:18:45.852 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:18:45.852 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:19:35.359 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:19:35.359 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:20:17.451 1309 4071 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 15:21:24.257 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:21:24.258 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:23:13.168 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:23:13.168 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:25:02.067 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:25:02.067 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:25:51.573 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:25:51.574 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:27:24.539 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:27:24.541 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:27:40.474 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:27:40.474 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:29:29.352 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:29:29.352 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:31:18.268 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:31:18.269 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:31:51.550 1309 2300 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 15:32:27.578 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:32:27.578 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:34:16.477 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:34:16.477 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:35:18.533 1309 1435 E DiscreteRegistry: Deleting file 1688027276892tl
06-30 15:36:05.372 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:36:05.372 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:37:24.549 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:37:24.551 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:37:54.273 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:37:54.273 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:39:33.302 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:39:33.302 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:41:22.192 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:41:22.193 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:42:45.011 1309 2338 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE
06-30 15:43:11.095 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:43:11.095 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:43:53.632 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0924d6b0: pkg=com.kwai.bulldog user=UserHandle{0}
id=1828270018 tag=null importance=4 key=0|com.kwai.bulldog|1828270018|null|10193:
Notification(channel=push shortcut=null contentView=null vibrate=null sound=null
tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=111468:20230628:1687948041532 vis=PUBLIC internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
06-30 15:43:53.864 1309 1309 E NotificationService: Muting recently noisy 0|
com.vivo.browser|1|null|10051
06-30 15:43:53.903 1309 28030 E _V_RichTapVibratorService: getExtension == null
06-30 15:43:56.819 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 15:44:59.983 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:44:59.983 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:46:09.301 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:46:09.302 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:47:24.538 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:47:24.539 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:47:32.050 1309 4065 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 15:47:58.188 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:47:58.198 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:49:47.106 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:49:47.108 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:50:18.509 1309 1435 E DiscreteRegistry: Deleting file 1688028339851tl
06-30 15:51:35.983 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:51:35.983 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:53:05.117 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:53:05.117 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:54:53.984 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:54:53.986 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:56:42.918 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:56:42.923 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:57:24.551 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:57:24.551 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 15:58:31.808 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 15:58:31.810 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:00:00.935 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:00:00.936 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:01:49.806 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:01:49.807 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:02:30.481 1309 2589 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 16:03:38.709 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:03:38.709 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:04:44.845 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 16:04:46.367 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 16:04:46.622 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:04:46.624 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:05:07.232 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 16:05:09.949 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 16:05:09.958 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 16:05:20.647 1309 1435 E DiscreteRegistry: Deleting file 1688029088731tl
06-30 16:05:20.651 1309 1435 E DiscreteRegistry: Deleting file 1688029240889tl
06-30 16:07:25.666 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:07:25.666 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:15:26.936 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x024403bc: pkg=com.kwai.bulldog user=UserHandle{0} id=-
1805519782 tag=null importance=4 key=0|com.kwai.bulldog|-1805519782|null|10193:
Notification(channel=push shortcut=null contentView=null vibrate=null sound=null
tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=sign_in_5:20230628:1687949245537 vis=PUBLIC internalType=0
internalPriority=0 internalGroupPriority=0 internalFlag=0))
06-30 16:17:25.688 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:17:25.688 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:22:49.732 1309 1435 E DiscreteRegistry: Deleting file 1688030164057tl
06-30 16:26:25.845 1309 4070 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 16:26:30.640 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 16:26:32.544 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-30 16:26:35.529 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:26:35.530 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:27:24.557 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:27:24.558 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:31:30.406 1309 15263 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
06-30 16:31:30.408 1309 15263 E VivoArtKeeperService: delete donwload failed file
06-30 16:32:27.312 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:32:27.312 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:37:25.787 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:37:25.788 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:37:25.875 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-30 16:37:25.876 1309 2300 W _V_AlarmAlign: Do not set to kernel
06-30 16:37:25.894 1309 2300 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
06-30 16:37:25.916 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:37:25.918 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:41:27.334 1309 1435 E DiscreteRegistry: Deleting file 1688031064511tl
06-30 16:46:09.481 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.603 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.622 1309 2565 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 16:46:09.625 1309 2565 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 16:46:09.627 1309 2704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 16:46:09.634 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-30 16:46:09.636 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.638 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.640 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.652 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.654 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.665 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-30 16:46:09.680 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 16:46:09.687 1309 4074 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 16:46:09.695 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.726 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-30 16:46:09.727 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.729 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.732 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.742 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.745 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.755 1309 4073 W _V_AlarmAlign: Do not set to kernel
06-30 16:46:09.787 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.804 1309 2238 I _V_BBKTouchScreenServiceService: displayId = 0
type = 1 state = 0
06-30 16:46:09.811 1309 2704 W _V_AlarmAlign: Do not set to kernel
06-30 16:46:09.814 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.928 1309 4073 W DropBoxManagerService: Dropping:
platform_stats_bookmark (13 > 0 bytes)
06-30 16:46:09.931 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.951 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.953 1309 4073 W _V_VivoAmsImpl: mCallingPidFilter=10778,
mCallingUidFilter=10154
06-30 16:46:09.954 1309 4073 I ActivityManager: com.android.vending is exempt
from freezer
06-30 16:46:09.955 1309 4073 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.vending
06-30 16:46:09.955 1309 4073 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
06-30 16:46:09.981 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:09.982 1309 1446 I ActivityManager: Start proc
802:com.android.vending:background/u0a154 for service
{com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpc
ServerAndroidService}
06-30 16:46:10.007 1309 4073 W _V_AlarmAlign: Do not set to kernel
06-30 16:46:10.054 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:10.081 1309 2531 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 16:46:10.084 1309 2565 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 16:46:10.084 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:10.087 1309 4074 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 16:46:10.169 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:10.294 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:10.379 1309 4074 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:721 callingUid:10186
06-30 16:46:10.379 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:10.566 1309 4074 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 16:46:10.590 1309 2565 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 16:46:10.982 1309 3968 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=org.detikcom.rss
opPkg=org.detikcom.rsstag=null
notification=Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
06-30 16:46:10.985 1309 3968 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 16:46:11.001 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:11.020 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:11.057 1309 3968 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 16:46:11.058 1309 4074 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-30 16:46:11.241 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:11.314 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:11.316 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:11.317 1309 1445 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
06-30 16:46:11.334 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:11.552 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:11.578 1309 3968 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 16:46:11.764 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:11.954 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:11.977 1309 1309 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
06-30 16:46:12.011 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:12.017 1309 4074 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 16:46:12.035 1309 4075 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 16:46:12.212 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:12.212 1309 1309 E NotificationService: Muting recently noisy 0|
com.kwai.bulldog|-947791142|null|10193
06-30 16:46:12.669 1309 4073 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 600 capability: 0
06-30 16:46:12.671 1309 4075 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 600 capability: 0
06-30 16:46:12.673 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:12.822 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:12.940 1309 3968 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 16:46:12.944 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:12.946 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 10155, arg4: 0, name: com.google.android.gms
06-30 16:46:12.948 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:12.961 1309 3540 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=org.detikcom.rss
opPkg=org.detikcom.rsstag=null
notification=Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
06-30 16:46:12.968 1309 3540 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 16:46:13.105 1309 2238 I _V_BBKTouchScreenServiceService: displayId = 0
type = 1 state = 0
06-30 16:46:13.391 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 16:46:13.463 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:13.540 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:13.596 1309 4073 V _V_AppOps: evalMode but process is foreground, so
return ignored; op: 1 uid: 10165 state: 600 capability: 0
06-30 16:46:13.657 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:13.845 1309 2704 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 16:46:14.414 1309 4073 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 16:46:14.547 1309 1549 D DeviceIdleController: Moved to LIGHT_STATE_IDLE.
06-30 16:46:14.547 1309 1549 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:14.549 1309 1549 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:14.550 1309 1549 D DeviceIdleController: handleMessage(3)
06-30 16:46:14.615 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:14.642 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:14.775 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:14.792 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:14.844 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:14.898 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 16:46:14.946 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:15.015 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 16:46:15.173 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:15.194 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:15.524 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:15.664 1309 4073 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-30 16:46:15.765 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:16.034 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:16.327 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:16.565 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:16.657 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:16.693 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:16.785 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:16.876 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:16.931 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:17.025 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:17.065 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:17.157 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:17.298 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:17.388 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:17.584 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:17.677 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:17.815 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:17.967 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:18.086 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:18.480 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:18.501 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:18.691 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:18.792 1309 2849 W _V_AlarmAlign: Do not set to kernel
06-30 16:46:18.814 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:18.922 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:18.940 1309 2850 W _V_AlarmAlign: Do not set to kernel
06-30 16:46:18.973 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:19.566 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:19.570 1309 2223 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 35, .batteryVoltage = 3785, .batteryTemperature =
281, .batteryCurrent = -288, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 180000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
06-30 16:46:19.570 1309 2223 D VivoBatteryService: INCOME SUCCESS
06-30 16:46:19.575 1309 3968 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:10155
callingPid:10906
06-30 16:46:19.575 1309 2850 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:10155 callingPid:10906
06-30 16:46:19.589 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:46:19.589 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:46:19.629 1309 4073 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceService newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-30 16:46:19.631 1309 4073 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceService newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-30 16:46:19.631 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:19.633 1309 2704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingSliceProvider newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-30 16:46:19.634 1309 3540 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.NotificationActionActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-30 16:46:19.635 1309 2704 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingTileService newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:10644
06-30 16:46:19.637 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:19.660 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:19.782 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:19.812 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:20.007 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:21.293 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:21.321 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:21.340 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:55.708 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:55.792 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.022 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.070 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.393 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.459 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.478 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.496 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.532 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.548 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.622 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.639 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.657 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.726 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.739 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.755 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.771 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.896 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.928 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:56.992 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:57.113 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:57.365 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:57.437 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:57.609 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:57.666 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:57.712 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:57.730 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:57.768 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:57.849 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:57.901 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:57.944 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:57.961 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.059 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.140 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.332 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.368 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.385 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.448 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.580 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.595 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.612 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.626 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.679 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.695 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.755 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.892 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.963 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:58.997 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:59.027 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:59.042 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:59.077 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:59.114 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:59.135 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:59.187 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:59.210 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:59.211 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:59.212 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:59.482 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:46:59.590 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:00.612 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:00.667 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:00.690 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:00.706 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:16.046 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:16.073 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:16.284 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:16.318 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:16.610 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:16.728 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:25.680 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:47:25.686 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 16:47:25.751 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:25.799 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:25.817 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:25.840 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:25.860 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:47:25.875 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:48:28.533 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:48:28.554 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:48:28.648 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:48:28.662 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.231 1309 1542 W _V_AlarmAlign: Do not set to kernel
06-30 16:49:01.254 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.257 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.259 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.261 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.278 1309 2850 W _V_AlarmAlign: Do not set to kernel
06-30 16:49:01.281 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.299 1309 2704 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 16:49:01.423 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.462 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.681 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.713 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.778 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.792 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.807 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.861 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:01.877 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:02.015 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:02.055 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:02.074 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:02.330 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:02.547 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:49:02.688 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:50:34.675 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:50:34.714 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:50:35.098 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:50:35.302 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:50:35.476 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:50:35.483 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:50:35.495 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:26.700 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 10155, arg4: 0, name: com.google.android.gms
06-30 16:51:26.701 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:26.776 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:26.841 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:26.938 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:26.959 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:26.969 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.000 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.068 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.090 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.188 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.199 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.277 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.313 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.350 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.367 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.775 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.789 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.900 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.917 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.934 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:27.999 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.110 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.129 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.259 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.282 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.294 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.360 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.435 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.453 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.471 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.628 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.679 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.701 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:28.841 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:29.080 1309 2740 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #146128} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(77 skipped)
06-30 16:51:29.347 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:29.402 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:29.487 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:29.540 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:29.559 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:29.593 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:29.608 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:29.710 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:29.753 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:29.904 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:30.081 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:30.099 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:30.117 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:30.155 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:30.172 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-30 16:51:30.207 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:30.326 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:30.365 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:41.890 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:41.914 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:41.937 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.047 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.060 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.258 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.327 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.342 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.359 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.449 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.592 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.610 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.766 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.854 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.871 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.930 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.938 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:42.985 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:43.027 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:43.081 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:43.120 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:43.137 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:43.175 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:43.228 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:43.392 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:43.736 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:43.786 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.011 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.091 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.109 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.126 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.140 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.242 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.257 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.274 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.289 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.744 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.846 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.906 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.927 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.942 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.982 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:44.994 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:45.015 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:45.135 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:45.181 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:45.317 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:45.319 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 10155, arg4: 0, name: com.google.android.gms
06-30 16:51:45.321 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:45.336 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:45.370 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:45.415 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:46.525 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:51:46.568 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:52:49.627 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:52:49.693 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:52:49.720 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:52:49.765 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:52:49.843 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:52:50.016 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:52:50.053 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:11.560 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:11.672 1309 4077 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:11.707 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:11.827 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:11.859 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:11.876 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:11.989 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:48.068 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:48.115 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:48.118 1309 1445 W _V_ActivityManager:
CreatePhantomProcess:PhantomProcessRecord {642bd50
3668:2345:ps/1000},com.android.server.am.PhantomProcessList.addChildPidLocked:270
com.android.server.am.PhantomProcessList.lookForPhantomProcessesLocked:184
com.android.server.am.PhantomProcessList.lookForPhantomProcessesLocked:141
com.android.server.am.PhantomProcessList.updateProcessCpuStatesLocked:556
com.android.server.am.AppProfiler.updateCpuStatsNow:1861
com.android.server.am.ActivityManagerService.updateCpuStatsNow:3080
com.android.server.am.ActivityManagerService.checkExcessivePowerUsage:16024
com.android.server.am.ActivityManagerService.access$200:559
com.android.server.am.ActivityManagerService$MainHandler.handleMessage:2023
android.os.Handler.dispatchMessage:106
06-30 16:53:48.140 1309 1447 I ActivityManager: Process PhantomProcessRecord
{642bd50 3668:2345:ps/1000} died
06-30 16:53:48.202 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:48.218 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:48.966 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:48.990 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:49.080 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:49.159 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:53:49.270 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:25.495 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:25.497 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:25.541 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:25.798 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:25.872 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:25.903 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-30 16:54:25.903 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-30 16:54:25.904 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-30 16:54:25.904 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-30 16:54:25.905 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:26.279 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:26.332 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:26.679 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:26.834 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:26.875 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:26.893 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:27.050 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:27.254 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:27.363 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:27.453 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:27.643 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:27.680 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:27.740 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:27.813 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:27.851 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:27.969 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:28.041 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:28.133 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:28.351 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:28.407 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:28.446 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:28.589 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:28.669 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:28.766 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:28.896 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:28.934 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:28.934 1309 4077 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1688057735647
06-30 16:54:28.981 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:28.999 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.000 1309 4076 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1688057735647
06-30 16:54:29.000 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.001 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.002 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.225 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.386 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.434 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.519 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.622 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.653 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.666 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.727 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.781 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.802 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.819 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.893 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.941 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:29.979 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.030 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.168 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.187 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.205 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.238 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.270 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.291 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.305 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.345 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.378 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.396 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.561 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:30.568 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:31.728 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:31.737 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:31.856 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:31.895 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:32.176 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:32.226 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:32.252 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:32.317 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:32.356 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:32.401 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:32.423 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:32.440 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:32.552 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:32.744 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:32.801 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:32.995 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:33.037 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:33.092 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:33.142 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:33.326 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:33.363 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:33.400 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:33.721 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:33.749 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:33.766 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:33.813 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:33.829 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:33.905 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:34.151 1309 2185 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:34.152 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:34.155 1309 4077 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:34.490 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:34.883 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.010 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.121 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.189 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.241 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.353 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.429 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.491 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.492 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.493 1309 4064 W _V_AlarmAlign: Do not set to kernel
06-30 16:54:35.494 1309 1549 D DeviceIdleController: handleMessage(15)
06-30 16:54:35.494 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.494 1309 1549 D DeviceIdleController: handleMessage(13)
06-30 16:54:35.495 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.536 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.767 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.784 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.798 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.835 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:35.963 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:36.035 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:36.311 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:36.485 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:36.490 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:36.583 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:36.633 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:36.848 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:36.880 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:36.961 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.147 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.180 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.307 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.325 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.437 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.443 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.455 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.641 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.679 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.713 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.807 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.812 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.874 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.950 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:37.974 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:38.133 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:38.283 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:38.302 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:38.392 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:38.408 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:38.534 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:38.551 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:38.679 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:38.918 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:38.952 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:38.972 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.068 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.093 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.113 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.125 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.144 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.156 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.372 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.503 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.519 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.559 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.601 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.614 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.704 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.722 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.830 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.882 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.900 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.917 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.961 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:39.982 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:40.041 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:40.074 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:40.150 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:40.168 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:40.194 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:40.330 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:40.532 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:40.544 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:40.727 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:40.744 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:40.782 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:40.956 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.129 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.242 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.412 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.482 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.522 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.540 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.619 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.637 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.712 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.816 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.833 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.852 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.869 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.884 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.901 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.940 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:41.957 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.092 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.104 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.126 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.144 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.161 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.193 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.211 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.226 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.314 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.326 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.364 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.451 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.495 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.563 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.592 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.691 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.709 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.725 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.760 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.774 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.810 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.873 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.941 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.952 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:42.993 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.171 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.189 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.225 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.231 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.383 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.442 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.525 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.597 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.667 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.801 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.855 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.869 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.885 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:43.903 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:44.024 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:44.043 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:44.082 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:44.340 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:44.456 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:44.473 1309 2565 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #146224} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(98 skipped)
06-30 16:54:44.621 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:44.782 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:44.811 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:44.933 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:44.952 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:45.059 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:45.308 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:54:45.362 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 16:55:28.364 1309 11315 E DiscreteRegistry: Deleting file 1688032001065tl
06-30 16:57:25.781 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 16:57:25.781 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:03:16.174 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 17:03:16.632 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:03:16.640 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:03:17.060 1309 4945 E KeyValueBackupTask: Error during PM metadata
backup
06-30 17:03:17.060 1309 4945 E KeyValueBackupTask:
com.android.server.backup.keyvalue.TaskException
06-30 17:03:17.060 1309 4945 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.handleTransportStatus(KeyValu
eBackupTask.java:1127)
06-30 17:03:17.060 1309 4945 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.sendDataToTransport(KeyValueB
ackupTask.java:1061)
06-30 17:03:17.060 1309 4945 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.sendDataToTransport(KeyValueB
ackupTask.java:572)
06-30 17:03:17.060 1309 4945 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.backupPm(KeyValueBackupTask.j
ava:675)
06-30 17:03:17.060 1309 4945 E KeyValueBackupTask: at
com.android.server.backup.keyvalue.KeyValueBackupTask.run(KeyValueBackupTask.java:3
63)
06-30 17:03:17.060 1309 4945 E KeyValueBackupTask: at
java.lang.Thread.run(Thread.java:922)
06-30 17:03:18.025 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 17:03:18.141 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:03:30.906 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:03:46.066 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:03:47.638 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 17:03:47.880 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 17:03:48.264 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 17:03:51.434 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 17:03:53.279 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:02.278 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:02.848 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:02.984 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:03.100 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:03.237 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:03.354 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:03.473 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:03.576 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:03.694 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:03.797 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:04.051 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:05.103 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:05.611 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:06.832 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:07.154 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:07.160 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:07.850 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:07.984 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:08.106 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:08.138 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:10.543 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:10.548 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:10.698 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:10.834 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:11.188 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:13.630 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:13.635 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:13.645 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:13.653 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:13.658 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:13.664 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:14.377 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:14.767 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:15.242 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:15.904 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:16.241 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:16.344 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:16.513 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:16.852 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:19.667 1309 2565 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:19.671 1309 1543 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:19.679 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:19.686 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:19.694 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:20.313 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:20.683 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:21.125 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:21.194 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:22.179 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:22.346 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:22.653 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:22.957 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:25.687 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:25.704 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:25.924 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:26.246 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:27.128 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:27.133 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:27.146 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:27.151 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:27.162 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:27.167 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:27.179 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:27.195 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:27.202 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:27.857 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.264 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.280 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.297 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.314 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.332 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.348 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.365 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.382 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.398 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.416 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.433 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.450 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.466 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.484 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.501 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.517 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.534 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.552 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.569 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.589 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.603 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.619 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.636 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.653 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.670 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.687 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.735 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.739 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.745 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.768 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.772 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.788 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.806 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.822 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.842 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.858 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.877 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.891 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.908 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.928 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.942 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.960 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.978 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:30.993 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.011 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.027 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.045 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.063 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.079 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.095 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.112 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.128 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.146 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.163 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.180 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.197 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.216 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.230 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.248 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.266 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.282 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.298 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.316 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.333 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.349 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.366 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.383 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.400 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.417 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.435 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.453 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.467 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.486 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.502 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.518 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.536 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.554 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.569 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.588 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.604 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.621 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.636 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.656 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.672 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.687 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.708 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.723 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.740 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.756 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.775 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.790 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.807 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.825 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.842 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.857 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.875 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.894 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.909 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.927 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.945 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.959 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.977 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:31.994 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.011 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.028 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.046 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.063 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.078 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.096 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.114 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.128 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.148 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.164 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.180 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.197 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.215 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.231 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:32.792 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:33.449 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:35.474 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:04:35.474 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:04:37.063 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:37.742 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:37.962 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:38.743 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:39.403 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:40.621 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:40.740 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:40.845 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:43.946 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:45.509 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:45.611 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:45.714 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:45.816 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:45.918 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:46.019 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:46.120 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:46.221 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:46.325 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:46.427 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:46.529 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:46.631 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:46.731 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:46.833 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:46.936 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:47.037 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:47.139 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:47.241 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:47.342 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:47.452 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:47.547 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:47.649 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:47.750 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:47.851 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:47.953 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:48.058 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:48.158 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:48.259 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:48.362 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:48.462 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:48.563 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:48.668 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:48.769 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:48.870 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:48.972 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:49.072 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:49.174 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:49.278 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:49.381 1309 3540 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.016 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.031 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.049 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.064 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.080 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.091 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.111 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.128 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.142 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.159 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.179 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.190 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.209 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.227 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.242 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.260 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.277 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.295 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.308 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.328 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.347 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.361 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.379 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.397 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.411 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.430 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.447 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.462 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.482 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.498 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.516 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.528 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.548 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.567 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.580 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.600 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.618 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.632 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.653 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.669 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.684 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.698 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.719 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.737 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.751 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.769 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.787 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.801 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.820 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.838 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.856 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.868 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.888 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.907 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.919 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.941 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.957 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.972 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:53.989 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.008 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.022 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.042 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.058 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.082 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.088 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.107 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.128 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.141 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.159 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.176 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.192 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.211 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.264 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.269 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.274 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.280 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.302 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.309 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.328 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.346 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.362 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.378 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.398 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.413 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.432 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.448 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.466 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.478 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.498 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.515 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.528 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.550 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.567 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.581 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.601 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.618 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.633 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.649 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.668 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.685 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.699 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.718 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.736 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.750 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.770 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.787 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.801 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.822 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.838 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.855 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.868 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.889 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.906 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.920 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.939 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.957 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.971 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.991 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:54.997 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:57.951 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:58.925 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:59.535 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:59.748 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:04:59.915 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:05:00.074 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:05:00.276 1309 2704 E _V_RichTapVibratorService: getExtension == null
06-30 17:05:00.429 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 17:05:02.088 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:05:06.455 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:05:22.590 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:05:34.358 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0f829ad3: pkg=com.kwai.bulldog user=UserHandle{0} id=857415282
tag=null importance=4 key=0|com.kwai.bulldog|857415282|null|10193:
Notification(channel=push shortcut=null contentView=com.kwai.bulldog/0x7f0d05a0
vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=reco_push_content_2d719b62cfd28d56997689d31d1f04ef vis=PUBLIC
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0))
06-30 17:05:34.573 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:05:38.129 1309 1309 I Telecom : eo: Package com.humtr.lewz is not
tracked.: SSH.oR@AAg
06-30 17:05:38.311 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:05:41.485 1309 1309 I Telecom : eo: Package vh.one is not tracked.:
SSH.oR@AAk
06-30 17:05:41.979 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:05:45.821 1309 1309 I Telecom : eo: Package com.time.trigger is not
tracked.: SSH.oR@AAo
06-30 17:05:46.107 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:05:48.767 1309 1309 I Telecom : eo: Package com.hit.master is not
tracked.: SSH.oR@AAs
06-30 17:05:50.070 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:05:52.697 1309 1309 I Telecom : eo: Package
jp.co.dwango.HcgDW011GomugomuBattle is not tracked.: SSH.oR@AAw
06-30 17:05:57.939 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:06:00.541 1309 1309 I Telecom : eo: Package
com.epic_free_apps.graffiti_on_phone is not tracked.: SSH.oR@AA0
06-30 17:06:07.335 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:06:09.108 1309 1309 I Telecom : eo: Package my.one.studio.draw.graffiti
is not tracked.: SSH.oR@AA4
06-30 17:06:10.805 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:06:12.707 1309 1309 I Telecom : eo: Package com.artlife.coloringbook is
not tracked.: SSH.oR@AA8
06-30 17:06:16.536 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 17:06:16.813 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:06:16.813 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:07:24.549 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:07:24.549 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:13:16.144 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:13:16.148 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:17:25.680 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:17:25.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:23:57.745 1309 2165 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
06-30 17:23:58.162 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.176 1309 1543 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.176 1309 1543 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.178 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.180 1309 1543 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 17:23:58.180 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.232 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.232 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.246 1309 2850 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.246 1309 2850 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.248 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.251 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.253 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.259 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.260 1309 2300 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
06-30 17:23:58.263 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.264 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.279 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.279 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.300 1309 4074 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.website
06-30 17:23:58.300 1309 4074 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10086; state: DISABLED
06-30 17:23:58.301 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10086; state: ENABLED
06-30 17:23:58.304 1309 4074 I ActivityManager: Killing
6809:com.android.vending:instant_app_installer/u0a154 (adj 710): empty #17
06-30 17:23:58.314 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.325 1309 1446 I ActivityManager: Start proc
8305:com.vivo.website/u0a86 for broadcast
{com.vivo.website/com.vivo.website.receiver.InvokeAppBroadCastReceiver}
06-30 17:23:58.367 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.394 1309 2849 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.394 1309 2849 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.396 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.398 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.399 1309 2849 I _V_VivoCommonService: get info binder pid is :8193
06-30 17:23:58.405 1309 1543 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.405 1309 1543 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.417 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.417 1309 4074 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.419 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.420 1309 4074 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 17:23:58.423 1309 4074 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 17:23:58.425 1309 2185 D _V_VivoConnectivityService: isMobile false
06-30 17:23:58.425 1309 2185 D _V_VivoConnectivityService: isWifi true
06-30 17:23:58.425 1309 4074 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
06-30 17:23:58.427 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 17:23:58.438 1309 1543 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10086; state: DISABLED
06-30 17:23:58.598 1309 2850 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 17:23:58.610 1309 2161 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.610 1309 2161 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.637 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.640 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.648 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.650 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.659 1309 2221 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.660 1309 2221 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.693 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.704 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.707 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.709 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.711 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.723 1309 1543 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.723 1309 1543 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.724 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.727 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.733 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.737 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 17:23:58.743 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.749 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.757 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 17:23:58.758 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.759 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.770 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 17:23:58.773 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.775 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.780 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 17:23:58.782 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.784 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.792 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 17:23:58.798 1309 2565 D _V_VivoPowerManagerService: button light 0 222
trun off
06-30 17:23:58.802 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.802 1309 2565 W _V_AlarmAlign: Do not set to kernel
06-30 17:23:58.803 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 17:24:01.624 1309 4064 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 17:24:02.656 1309 2745 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 17:24:03.099 1309 4077 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 17:24:06.883 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~ieTDVEZ2TFOyQ-662XaUAA==/com.google.android.gms-
ME91cNIetHQ2cQB8gzGSVA==/base.apk
06-30 17:27:25.366 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:27:25.367 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:35:27.986 1309 3968 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 17:35:29.547 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0a0adb93: pkg=com.vivo.browser user=UserHandle{0} id=378055740
tag=null importance=4 key=0|com.vivo.browser|378055740|null|10051:
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))
06-30 17:37:25.763 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:37:25.763 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:40:50.365 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 0.0
useprox = false
06-30 17:40:50.791 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:40:50.793 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:40:52.936 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 17:40:53.052 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:40:54.230 1309 1418 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 17:40:55.412 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 17:40:55.834 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:40:55.834 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:45:06.972 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 17:45:07.615 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:45:07.615 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:45:08.934 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 17:45:09.056 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:45:16.276 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:45:16.804 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:45:16.805 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:45:18.369 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 17:45:35.707 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x09b74b79: pkg=com.kwai.bulldog user=UserHandle{0}
id=1860281548 tag=null importance=4 key=0|com.kwai.bulldog|1860281548|null|10193:
Notification(channel=push shortcut=null contentView=null vibrate=null sound=null
tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=111453:20230628:1687960865802 vis=PUBLIC internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
06-30 17:46:38.440 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:46:39.717 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:46:42.587 1309 4344 E _V_RichTapVibratorService: getExtension == null
06-30 17:46:51.971 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:46:52.911 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:46:57.658 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:47:05.729 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:47:05.729 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:47:24.541 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:47:24.542 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:47:35.078 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x02f0466f: pkg=com.vivo.browser user=UserHandle{0} id=378055524
tag=null importance=4 key=0|com.vivo.browser|378055524|null|10051:
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))
06-30 17:47:45.799 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:47:46.297 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-30 17:47:48.627 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:47:55.342 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:47:57.124 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:47:58.356 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:47:59.258 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:48:00.110 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:48:01.193 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0ce48ba3: pkg=com.kwai.bulldog user=UserHandle{0} id=-
434121185 tag=null importance=4 key=0|com.kwai.bulldog|-434121185|null|10193:
Notification(channel=push shortcut=null contentView=com.kwai.bulldog/0x7f0d05a4
vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=reco_push_content_e0f0aad005aa9646cd67a57d839dd4dd vis=PUBLIC
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0))
06-30 17:48:01.484 1309 1309 E NotificationService: Muting recently noisy 0|
com.vivo.browser|378058035|null|10051
06-30 17:48:01.922 1309 12113 E _V_RichTapVibratorService: getExtension == null
06-30 17:48:21.250 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:48:22.675 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:48:24.200 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:48:28.733 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:48:52.737 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:48:54.620 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:48:54.621 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:48:55.265 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:49:03.317 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:49:29.720 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:49:35.340 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:49:39.827 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:49:56.749 1309 2221 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 17:50:11.505 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:50:13.722 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:50:18.518 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:50:21.913 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:50:23.387 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:50:25.026 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:50:26.625 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:50:30.448 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:50:43.526 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:50:43.533 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:50:47.549 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:50:53.054 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:50:54.618 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:50:57.193 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:50:58.920 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:51:33.031 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:51:33.040 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:51:43.887 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:51:46.454 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:51:47.761 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:51:49.817 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:52:16.131 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:52:21.978 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:52:23.930 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:52:52.456 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:53:15.599 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:53:19.955 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:53:21.917 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:53:21.918 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:55:10.825 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:10.825 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:55:26.464 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:26.482 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:26.482 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 17:55:26.482 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 17:55:26.489 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 17:55:27.119 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:27.119 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 17:55:27.120 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:27.120 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 17:55:27.121 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:27.121 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 17:55:27.122 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:27.122 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 17:55:27.329 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:27.368 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:27.369 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:55:27.369 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 17:55:27.377 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 17:55:27.379 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 17:55:27.490 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:27.494 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:55:27.585 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:27.587 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:55:27.587 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:27.588 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:55:27.612 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:27.612 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:55:27.614 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:27.616 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:55:28.361 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 17:55:28.445 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:28.445 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:55:53.787 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 17:55:53.962 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:55:53.963 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:55:55.897 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 17:55:56.215 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:56:02.747 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0cb826bc: pkg=com.kwai.bulldog user=UserHandle{0} id=-
481810868 tag=null importance=4 key=0|com.kwai.bulldog|-481810868|null|10193:
Notification(channel=push shortcut=null contentView=com.kwai.bulldog/0x7f0d05a4
vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=reco_push_content_0c61df301c494bd4a639a7b86035e683 vis=PUBLIC
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0))
06-30 17:57:16.314 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:57:16.314 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 17:58:10.601 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:58:10.621 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:58:10.622 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 17:58:10.622 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 17:58:10.642 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 17:58:11.280 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:58:11.280 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 17:58:11.328 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:58:11.332 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 17:58:11.351 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:58:11.351 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 17:58:34.528 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:58:53.082 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:59:00.862 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:59:10.565 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:59:10.565 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 17:59:12.401 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:59:21.157 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:59:38.232 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:59:39.554 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:59:51.160 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:59:57.421 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 17:59:59.609 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 17:59:59.610 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:00:01.512 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:00:04.024 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:00:05.330 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:00:09.533 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:00:09.537 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:00:13.378 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:00:13.380 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:00:24.929 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:00:26.618 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:00:28.992 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:00:29.928 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:00:39.769 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:00:41.556 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:00:51.323 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:01:10.571 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:01:10.571 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:01:58.447 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:01:58.447 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:02:03.509 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:02:03.510 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:02:04.050 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:02:04.587 1309 4073 E ProcessStats: Executing service
ServiceState{fe2f2f0 org.chromium.content.app.SandboxedProcessService0
pkg=com.android.chrome proc=f46c069} without owner
06-30 18:02:04.604 1309 4073 E ProcessStats: Executing service
ServiceState{fe2f2f0 org.chromium.content.app.SandboxedProcessService0
pkg=com.android.chrome proc=f46c069} without owner
06-30 18:02:04.605 1309 4073 E ProcessStats: Foregrounding service
ServiceState{fe2f2f0 org.chromium.content.app.SandboxedProcessService0
pkg=com.android.chrome proc=f46c069} without owner
06-30 18:02:04.605 1309 4073 E ProcessStats: Binding service ServiceState{fe2f2f0
org.chromium.content.app.SandboxedProcessService0 pkg=com.android.chrome
proc=f46c069} without owner
06-30 18:02:04.606 1309 4073 E ProcessStats: Starting service
ServiceState{fe2f2f0 org.chromium.content.app.SandboxedProcessService0
pkg=com.android.chrome proc=f46c069} without owner
06-30 18:02:04.607 1309 4073 E ProcessStats: Executing service
ServiceState{fe2f2f0 org.chromium.content.app.SandboxedProcessService0
pkg=com.android.chrome proc=f46c069} without owner
06-30 18:02:04.608 1309 4073 E ProcessStats: Foregrounding service
ServiceState{fe2f2f0 org.chromium.content.app.SandboxedProcessService0
pkg=com.android.chrome proc=f46c069} without owner
06-30 18:02:04.721 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:02:04.722 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:02:05.003 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:02:05.004 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:02:05.212 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:02:05.217 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:02:05.994 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:02:05.995 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:02:06.055 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:02:06.055 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:02:06.114 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 18:02:08.299 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:02:08.299 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:02:10.571 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:02:10.572 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:02:10.623 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:02:10.625 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:02:17.163 1309 2588 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 18:03:10.565 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:03:10.565 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:03:57.238 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:03:57.238 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:04:06.729 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:04:06.730 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:04:10.566 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:04:10.568 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:05:10.581 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:05:10.582 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:05:36.268 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:05:36.268 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:05:45.724 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:05:45.725 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:06:10.575 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:06:10.577 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:07:05.355 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:07:05.357 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:07:06.067 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:07:06.068 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:07:08.420 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:07:08.421 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:07:10.582 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:07:10.583 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:08:10.581 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:08:10.582 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:08:44.379 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:08:44.380 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:08:51.674 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:08:51.675 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:09:10.578 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:09:10.579 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:10:10.584 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:10:10.588 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:10:13.499 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:10:13.499 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:10:43.035 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:10:43.037 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:11:10.582 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:11:10.587 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:11:52.499 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:11:52.499 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:11:53.058 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:11:53.416 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:11:53.417 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:11:53.790 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:11:53.792 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:12:10.582 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:10.586 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:12:22.384 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:22.429 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:22.429 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:12:22.429 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:12:22.444 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:22.444 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:12:22.453 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:22.454 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:12:22.473 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:12:22.474 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:12:22.586 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:22.587 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:12:22.613 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:22.613 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:12:22.618 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:22.618 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:12:22.635 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:22.635 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:12:22.979 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:23.006 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:23.006 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:12:23.007 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:12:23.033 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:12:23.076 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:12:23.077 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:12:23.420 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:23.420 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:12:23.658 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:23.658 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:12:23.687 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:23.687 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:12:23.711 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:23.711 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:12:23.738 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:12:23.738 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:12:26.876 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 18:12:26.943 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:12:43.354 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-30 18:12:48.261 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:13:01.875 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:01.887 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:01.887 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:01.887 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:13:01.943 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:01.943 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:01.944 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:01.944 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:02.005 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:13:02.009 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:13:02.020 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:02.020 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:02.075 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:02.075 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:02.084 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:02.084 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:02.088 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:02.089 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:02.366 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:02.428 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:02.428 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:02.428 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:13:02.508 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:13:02.878 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:02.879 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:03.100 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:03.101 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:03.157 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:03.157 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:03.161 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:03.161 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:03.162 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:03.162 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:04.953 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:13:07.286 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:13:09.422 1309 2704 E JobScheduler.Concurrency: Error executing
JobStatus{6e425a1 #u0a165/61791
com.google.android.youtube/androidx.work.impl.background.systemjob.SystemJobService
u=0 s=10165 NET READY}
06-30 18:13:09.759 1309 4071 E JobScheduler.Concurrency: Error executing
JobStatus{35fb87f #u0a165/61793
com.google.android.youtube/androidx.work.impl.background.systemjob.SystemJobService
u=0 s=10165 READY}
06-30 18:13:10.689 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{6e425a1 #u0a165/61791
com.google.android.youtube/androidx.work.impl.background.systemjob.SystemJobService
u=0 s=10165 NET READY}
06-30 18:13:11.384 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
06-30 18:13:14.088 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:13:14.089 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:13:18.252 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:18.277 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:18.277 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:18.277 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:13:18.286 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:18.287 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:18.324 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:18.324 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:18.344 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:13:18.345 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:13:18.359 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:18.360 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:18.378 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:18.389 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:18.399 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:18.400 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:19.660 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:19.716 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:19.717 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:19.717 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:13:19.727 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:13:20.006 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:20.006 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:20.370 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:20.374 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:20.405 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:20.406 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:20.439 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:20.439 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:20.466 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:20.466 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:39.611 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:39.615 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:47.959 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:13:47.961 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:13:50.912 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:50.936 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:13:50.938 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:13:50.969 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:50.969 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:50.969 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:13:51.007 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:51.007 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:51.009 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:51.009 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:51.011 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:51.011 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:51.047 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:51.047 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:51.075 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:51.076 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:13:51.732 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:51.788 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:51.788 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:51.788 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:13:51.798 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:13:51.944 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:51.945 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:52.442 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:52.443 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:52.464 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:52.466 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:13:52.489 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:13:52.490 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:02.683 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:02.689 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:02.690 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:02.690 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:14:02.721 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:02.721 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:02.729 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:02.729 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:02.763 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:02.767 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:02.779 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:14:02.780 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:14:02.783 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:02.783 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:02.808 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:02.808 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:02.839 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:02.840 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:03.320 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:03.350 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:03.350 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:03.350 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:14:03.361 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:14:03.503 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:03.503 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:04.018 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:04.018 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:04.041 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:04.041 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:04.056 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:04.056 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:04.071 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:04.071 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:31.923 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:31.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:31.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:31.987 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:14:32.026 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:32.026 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:32.039 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:32.041 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:32.065 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:32.065 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:32.071 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:14:32.073 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:14:32.102 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:32.102 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:32.128 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:32.128 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:32.150 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:32.151 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:14:32.433 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:32.457 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:32.457 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:32.457 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:14:32.467 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:14:32.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:32.700 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:33.137 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:33.137 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:33.138 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:33.138 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:33.148 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:33.148 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:33.161 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:14:33.161 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:14:43.708 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:14:47.243 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:14:47.245 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:14:47.500 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:14:51.418 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:15:32.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:32.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:15:33.127 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:33.139 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:33.139 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:15:33.140 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:15:33.190 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:15:33.194 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:15:33.199 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:33.199 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:15:33.210 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:33.210 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:15:33.251 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:33.251 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:15:33.283 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:33.283 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:15:33.305 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:33.305 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:15:33.331 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:33.331 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:15:33.535 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:33.586 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:33.586 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:15:33.586 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:15:33.589 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:15:33.776 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:33.776 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:15:34.251 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:34.251 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:15:34.270 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:34.270 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:15:34.286 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:34.286 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:15:34.299 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:34.299 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:15:53.517 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:15:53.517 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:15:54.902 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:15:54.904 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:15:55.009 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:15:55.182 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:15:55.183 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:15:58.790 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:15:58.791 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:16:00.658 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:16:33.126 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:16:33.126 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:16:33.281 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:16:33.554 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:16:33.554 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:16:36.418 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:17:17.348 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 18:17:18.261 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 18:17:33.562 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:17:33.562 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:17:42.391 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:17:42.392 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:17:46.265 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:17:46.267 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:17:46.579 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:17:51.267 1309 4069 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:17:52.291 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:17:52.291 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:17:54.234 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:17:54.235 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:18:13.132 1309 18732 E _V_RichTapVibratorService: getExtension == null
06-30 18:18:29.009 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:18:29.010 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:18:29.207 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:18:33.575 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:33.576 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:18:45.674 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:18:55.017 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:55.044 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:55.044 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:18:55.044 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:18:55.055 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:55.055 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:18:55.058 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:55.060 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:18:55.111 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:55.111 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:18:55.121 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:18:55.122 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:18:55.123 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:55.123 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:18:55.145 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:55.145 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:18:55.172 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:55.172 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:18:55.495 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:55.502 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:55.502 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:18:55.503 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:18:55.518 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:18:56.185 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:56.185 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:18:56.211 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:56.211 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:18:56.234 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:56.234 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:18:56.237 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:18:56.237 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:18:59.515 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~oNYkdLo80-G5nc-XEU0DIQ==/com.rovio.angrybirdsfriends-
4UMHF903arZFAzXDlauJsA==/base.apk
06-30 18:19:05.830 1309 2253 E _V_Sensor_AutoInfoManager: SettingsObserver
failed: java.lang.ArithmeticException: divide by zero
06-30 18:19:55.493 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:19:55.494 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:20:24.742 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:20:24.743 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:20:31.519 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:20:31.520 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:20:55.469 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:20:55.469 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:21:44.099 1309 2565 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 18:21:55.499 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:21:55.503 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:22:08.858 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:08.919 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:08.919 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:22:08.920 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:22:08.927 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:22:08.928 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:22:08.948 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:08.948 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:22:08.953 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:08.953 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:22:08.958 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:08.958 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:22:08.959 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:08.959 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:22:08.970 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:08.970 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:22:09.002 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:09.002 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:22:09.316 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:09.337 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:09.337 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:22:09.337 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:22:09.351 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:22:09.661 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:09.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:22:10.005 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:10.006 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:22:10.032 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:10.035 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:22:10.058 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:10.058 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:22:10.082 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:22:10.084 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:22:19.221 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:22:19.223 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:23:09.282 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:23:09.283 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:23:18.735 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:23:18.735 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:23:24.022 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:23:24.023 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:24:09.290 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:24:09.291 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:25:07.628 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:25:07.628 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:25:09.297 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:25:09.297 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:26:07.064 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:26:07.066 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:26:09.298 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:26:09.298 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:26:09.346 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:26:09.348 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:27:09.310 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:27:09.311 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:27:55.946 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:27:55.946 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:28:09.296 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:28:09.296 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:28:18.845 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:28:18.846 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:28:55.379 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:28:55.380 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:29:04.879 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:29:04.882 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:29:09.298 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:29:09.300 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:30:09.293 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:30:09.294 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:30:44.261 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:30:44.271 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:31:09.286 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:31:09.287 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:31:16.546 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:31:16.548 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:31:17.288 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:31:22.003 1309 4071 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:31:24.999 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 18:31:26.114 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 18:31:53.590 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:31:53.590 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:31:53.730 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:31:53.731 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:32:01.432 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:32:04.848 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:32:09.287 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:32:09.293 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:32:32.299 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 18:33:09.295 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:33:09.295 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:33:42.444 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:33:42.444 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:34:09.286 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:34:09.286 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:34:31.957 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:34:31.959 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:34:59.331 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:34:59.333 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:35:09.281 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:35:09.281 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:36:09.298 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:36:09.300 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:36:20.861 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:36:20.864 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:36:49.015 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 18:36:53.659 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:36:53.660 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:37:00.510 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 18:37:00.747 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 18:37:09.297 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:37:09.299 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:37:10.394 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:37:10.410 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:37:10.584 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 18:37:10.811 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 18:37:10.864 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:37:10.866 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:38:09.287 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:38:09.287 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:38:24.510 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
06-30 18:38:25.638 1309 4072 E ActivityManager: Failure starting process
com.facebook.services
06-30 18:38:25.638 1309 4072 E ActivityManager: java.lang.SecurityException:
Package com.facebook.services is currently frozen!
06-30 18:38:25.638 1309 4072 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
06-30 18:38:25.638 1309 4072 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
06-30 18:38:25.638 1309 4072 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
06-30 18:38:25.638 1309 4072 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
06-30 18:38:25.638 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
06-30 18:38:25.638 1309 4072 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
06-30 18:38:25.638 1309 4072 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
06-30 18:38:25.638 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6907)
06-30 18:38:25.638 1309 4072 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
06-30 18:38:25.638 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
06-30 18:38:25.638 1309 4072 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
06-30 18:38:25.638 1309 4072 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
06-30 18:38:25.676 1309 2300 E ActivityManager: Failure starting process
com.facebook.services
06-30 18:38:25.676 1309 2300 E ActivityManager: java.lang.SecurityException:
Package com.facebook.services is currently frozen!
06-30 18:38:25.676 1309 2300 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
06-30 18:38:25.676 1309 2300 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
06-30 18:38:25.676 1309 2300 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
06-30 18:38:25.676 1309 2300 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
06-30 18:38:25.676 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
06-30 18:38:25.676 1309 2300 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
06-30 18:38:25.676 1309 2300 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
06-30 18:38:25.676 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6907)
06-30 18:38:25.676 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
06-30 18:38:25.676 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
06-30 18:38:25.676 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
06-30 18:38:25.676 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
06-30 18:38:25.688 1309 2300 E ActivityManager: Failure starting process
com.facebook.services
06-30 18:38:25.688 1309 2300 E ActivityManager: java.lang.SecurityException:
Package com.facebook.services is currently frozen!
06-30 18:38:25.688 1309 2300 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
06-30 18:38:25.688 1309 2300 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
06-30 18:38:25.688 1309 2300 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
06-30 18:38:25.688 1309 2300 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
06-30 18:38:25.688 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
06-30 18:38:25.688 1309 2300 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
06-30 18:38:25.688 1309 2300 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
06-30 18:38:25.688 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6907)
06-30 18:38:25.688 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
06-30 18:38:25.688 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
06-30 18:38:25.688 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
06-30 18:38:25.688 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
06-30 18:38:25.717 1309 2300 E ActivityManager: Failure starting process
com.facebook.services
06-30 18:38:25.717 1309 2300 E ActivityManager: java.lang.SecurityException:
Package com.facebook.services is currently frozen!
06-30 18:38:25.717 1309 2300 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
06-30 18:38:25.717 1309 2300 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
06-30 18:38:25.717 1309 2300 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
06-30 18:38:25.717 1309 2300 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
06-30 18:38:25.717 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
06-30 18:38:25.717 1309 2300 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
06-30 18:38:25.717 1309 2300 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
06-30 18:38:25.717 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6907)
06-30 18:38:25.717 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
06-30 18:38:25.717 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
06-30 18:38:25.717 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
06-30 18:38:25.717 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
06-30 18:38:25.734 1309 2300 E ActivityManager: Failure starting process
com.facebook.services
06-30 18:38:25.734 1309 2300 E ActivityManager: java.lang.SecurityException:
Package com.facebook.services is currently frozen!
06-30 18:38:25.734 1309 2300 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
06-30 18:38:25.734 1309 2300 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
06-30 18:38:25.734 1309 2300 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
06-30 18:38:25.734 1309 2300 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
06-30 18:38:25.734 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
06-30 18:38:25.734 1309 2300 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
06-30 18:38:25.734 1309 2300 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
06-30 18:38:25.734 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6907)
06-30 18:38:25.734 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
06-30 18:38:25.734 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
06-30 18:38:25.734 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
06-30 18:38:25.734 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
06-30 18:38:27.332 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:38:27.333 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:38:29.969 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:38:29.970 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:38:30.565 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:38:59.280 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:38:59.280 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:39:09.291 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:39:09.292 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:39:58.664 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:39:58.667 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:40:09.297 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:40:09.297 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:40:09.372 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:40:09.373 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:41:09.280 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:41:09.280 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:41:15.058 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:41:24.542 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:41:30.717 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:41:47.583 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:41:47.584 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:42:09.291 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:42:09.291 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:42:10.546 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:42:10.548 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:42:47.024 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:42:47.024 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:42:49.586 1309 4065 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 18:43:02.766 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:43:02.767 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:43:09.324 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:43:09.327 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:43:30.037 859 859 E wificond: vivo add tx_good 117784 tx_bad 0 rx_good
130970 tx_retry 8920 tx_retry_times 0
06-30 18:44:06.164 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:44:06.165 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:44:06.821 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:44:09.485 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:44:09.486 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:44:09.561 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:44:09.561 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:44:09.615 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:44:09.616 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:44:09.740 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 18:44:35.910 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:44:35.911 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:45:09.293 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:45:09.296 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:45:15.485 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:45:15.485 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:45:16.340 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:45:16.341 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:46:09.292 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:46:09.294 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:47:04.408 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:47:04.410 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:47:09.298 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:47:09.299 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:47:09.340 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:47:09.341 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:48:09.297 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:48:09.298 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:48:43.414 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:48:43.415 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:48:44.393 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:48:44.394 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:49:09.303 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:49:09.304 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:50:09.296 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:50:09.297 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:50:15.612 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:50:15.613 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:50:22.456 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:50:22.457 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:50:44.498 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:50:44.499 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:51:09.304 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:51:09.305 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:51:33.751 1309 24542 E _V_RichTapVibratorService: getExtension == null
06-30 18:52:01.476 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:52:01.476 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:52:09.295 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:52:09.295 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:52:09.350 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:52:09.352 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:52:19.317 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:52:19.318 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:53:09.293 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:53:09.293 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:53:40.471 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:53:40.473 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:54:09.296 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:54:09.298 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:54:09.347 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:54:09.348 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:54:13.985 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 18:54:14.071 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:54:14.072 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:54:14.146 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:54:14.147 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:54:15.931 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 18:54:16.096 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:54:19.587 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:55:09.298 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:55:09.301 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:55:29.360 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:55:29.362 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:55:50.507 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:55:50.508 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:56:00.628 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:00.666 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:00.667 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:00.668 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:56:00.671 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:00.672 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:00.672 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:00.672 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:00.692 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:00.693 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:00.712 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:00.712 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:00.743 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:00.743 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:00.747 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:00.747 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:00.837 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:56:00.838 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:56:01.063 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:01.080 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:01.081 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:01.081 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:56:01.085 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:01.085 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:01.151 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:56:01.947 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:56:01.949 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:56:02.161 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:02.171 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:02.172 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:02.172 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:56:02.194 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:02.194 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:15.838 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:15.858 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:15.858 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:15.860 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:56:15.871 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:56:16.024 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:16.024 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:16.515 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:16.515 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:16.550 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:16.551 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:16.554 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:16.554 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:16.561 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:16.561 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:16.949 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:16.999 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:16.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:16.999 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:56:17.001 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:56:17.003 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:56:17.020 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.020 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:17.022 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.022 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:17.034 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.034 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:17.055 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.055 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:17.085 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.086 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:17.387 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.484 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.484 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:17.484 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:56:17.488 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:56:17.644 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.645 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:17.712 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.743 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.743 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:17.743 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:56:17.748 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.749 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:17.756 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.758 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:17.778 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:56:17.779 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:56:17.966 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:17.966 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:18.015 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:18.015 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:18.030 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:18.031 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:18.113 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:18.113 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:19.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.057 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.057 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:20.057 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:56:20.074 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:56:20.389 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.389 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:20.646 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.646 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:20.663 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.663 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:20.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.695 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:20.750 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.750 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:56:20.782 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.793 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.793 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:20.793 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:56:20.813 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.813 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:20.829 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.830 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:20.881 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:56:20.883 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:56:20.960 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.961 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:20.962 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.962 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:20.974 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:20.974 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:56:21.002 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:56:21.003 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:13.224 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:13.242 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:13.242 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:13.242 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:57:13.246 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:57:13.941 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:13.943 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:13.961 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:13.961 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:13.983 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:13.984 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:16.415 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:16.442 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:16.444 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:16.444 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:57:16.461 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:16.461 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:16.482 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:16.483 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:16.494 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:16.495 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:16.506 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:57:16.507 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:57:16.509 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:16.509 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:16.534 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:16.534 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:16.869 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:16.894 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:16.894 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:16.894 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:57:16.909 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:57:17.169 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:17.180 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:17.180 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:17.180 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:57:17.194 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:57:17.195 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:57:17.202 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:17.202 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:17.210 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:17.212 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:17.485 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:17.486 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:17.516 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:17.518 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:17.533 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:17.533 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:17.554 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:17.555 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:17.652 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:17.652 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:19.951 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:19.984 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:19.984 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:19.984 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:57:19.998 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:57:20.125 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:20.126 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:20.687 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:20.688 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:20.719 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:20.719 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:20.741 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:20.742 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:20.763 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:20.770 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:45.815 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:45.824 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:45.825 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:45.825 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:57:45.850 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:45.851 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:45.854 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:45.854 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:45.883 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:57:45.888 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:57:45.926 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:45.926 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:45.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:45.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:45.994 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:45.995 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:47.183 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:47.237 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:47.237 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:47.237 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:57:47.241 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:57:47.446 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:47.447 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:47.871 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:47.871 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:47.905 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:47.905 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:47.912 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:47.912 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:47.922 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:47.923 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:49.914 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:49.934 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:49.935 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:49.935 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:57:49.938 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:49.939 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:49.955 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:57:49.956 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:57:49.973 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:49.973 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:50.018 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:50.018 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:50.040 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:50.040 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:50.300 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:50.331 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:50.331 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:50.331 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:57:50.339 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:57:50.570 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:50.570 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:50.872 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:50.913 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:50.913 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:50.913 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:57:50.985 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:50.985 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:50.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:50.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:50.993 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:50.994 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:50.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:50.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:51.024 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:57:51.028 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:57:51.033 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.033 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:51.039 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.039 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:51.107 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.107 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:51.299 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.324 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.324 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:51.324 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:57:51.346 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:57:51.531 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.531 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:57:51.618 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.652 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.653 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:51.653 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:57:51.675 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.675 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:51.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:51.701 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:57:51.703 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:57:51.879 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.879 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:51.899 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.899 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:51.920 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.921 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:51.942 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:51.942 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:57:52.022 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:57:52.022 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:58:02.972 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:03.049 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:03.050 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:58:03.050 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:58:03.055 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:58:03.214 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:03.214 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:58:03.375 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:03.386 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:03.386 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:58:03.386 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:58:03.387 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:03.387 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:58:03.396 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:03.396 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:58:03.401 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:58:03.402 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:58:03.580 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:03.580 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:58:03.615 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:03.616 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:58:03.620 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:03.622 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:58:03.637 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:03.637 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:58:03.711 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:03.711 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 18:58:29.702 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:29.728 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:29.728 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:58:29.728 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 18:58:29.735 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 18:58:30.397 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:30.397 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:58:30.417 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:30.417 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:58:30.440 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:30.440 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:58:30.458 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:58:30.459 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 18:58:36.351 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:58:37.714 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:58:46.539 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:58:47.658 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:59:03.024 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:59:03.026 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 18:59:03.248 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:59:10.941 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 18:59:29.737 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 18:59:29.737 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:00:15.391 859 859 E wificond: vivo add tx_good 130906 tx_bad 0 rx_good
145018 tx_retry 9526 tx_retry_times 0
06-30 19:00:18.422 859 859 E wificond: vivo add tx_good 130980 tx_bad 0 rx_good
145078 tx_retry 9528 tx_retry_times 0
06-30 19:00:18.735 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:00:18.736 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:00:21.509 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:00:21.510 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:00:29.716 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:00:29.717 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:01:29.707 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:01:29.707 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:02:07.669 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:02:07.669 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:02:29.706 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:02:29.708 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:02:37.386 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:02:37.387 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:02:41.302 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:02:41.305 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:02:59.961 1309 3540 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 19:03:29.717 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:03:29.718 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:03:41.358 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 19:03:41.735 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 19:03:42.037 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 19:03:42.307 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 19:04:26.239 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:04:26.239 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:04:29.691 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:04:29.694 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:05:18.893 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:05:18.895 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:05:25.646 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:05:25.646 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:05:29.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:05:29.700 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:05:29.738 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:05:29.740 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:06:29.692 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:06:29.693 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:07:14.556 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:07:14.556 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:07:29.703 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:07:29.706 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:08:13.946 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:08:13.948 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:08:26.073 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:08:26.075 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:08:29.694 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:08:29.694 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:09:29.704 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:09:29.704 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:10:02.852 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:10:02.852 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:10:25.724 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:10:25.725 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:10:29.698 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:10:29.698 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:11:02.292 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:11:02.293 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:11:09.558 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:11:09.560 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:11:29.706 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:11:29.707 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
06-30 19:11:34.915 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:11:34.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:11:34.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:11:34.988 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
06-30 19:11:34.988 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:11:34.992 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
06-30 19:11:35.014 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:11:35.014 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:11:35.041 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:11:35.041 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:11:35.071 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:11:35.071 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:11:35.074 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:11:35.075 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:11:35.086 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:11:35.086 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:11:35.090 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:11:35.090 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:13:23.917 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:13:23.918 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:13:33.818 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:13:33.818 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:15:22.677 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:15:22.677 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:17:11.578 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:17:11.579 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:19:00.489 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:19:00.489 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:20:29.641 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:20:29.642 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:21:30.477 859 859 E wificond: vivo add tx_good 155409 tx_bad 0 rx_good
168383 tx_retry 13095 tx_retry_times 0
06-30 19:21:34.860 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:21:34.861 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:21:42.144 1309 2704 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 19:22:18.488 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:22:18.490 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:24:07.428 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:24:07.429 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:25:56.334 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:25:56.335 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:27:45.211 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:27:45.211 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:29:34.098 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:29:34.098 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:31:22.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:31:22.997 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:31:34.865 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:31:34.865 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:33:11.903 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:33:11.904 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:34:01.427 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:34:01.427 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:35:50.339 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:35:50.339 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:37:39.248 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:37:39.249 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:39:28.122 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:39:28.127 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:41:07.132 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:41:07.132 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:41:11.993 1309 2850 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 19:41:34.874 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:41:34.874 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:42:56.049 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:42:56.056 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:44:44.931 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:44:44.931 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:46:33.818 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:46:33.818 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:47:33.254 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:47:33.255 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:49:22.147 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:49:22.148 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:50:32.267 1309 31799 E _V_RichTapVibratorService: getExtension == null
06-30 19:50:33.618 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x063df6e8: pkg=com.vivo.browser user=UserHandle{0} id=378054768
tag=null importance=4 key=0|com.vivo.browser|378054768|null|10051:
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))
06-30 19:51:11.047 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:51:11.048 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:51:34.878 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:51:34.879 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:52:59.960 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:52:59.960 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:54:48.862 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:54:48.862 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:56:17.970 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:56:17.970 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:58:06.853 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:58:06.854 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 19:59:55.751 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 19:59:55.752 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:01:11.973 1309 2531 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 20:01:34.868 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:01:34.870 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:01:44.635 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:01:44.635 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:03:33.571 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:03:33.571 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:04:43.110 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:04:49.114 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:04:52.977 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:04:53.264 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:04:53.835 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:04:54.057 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:05:15.152 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:05:20.641 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:05:22.470 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:05:22.471 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:05:26.669 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:05:30.836 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:07:11.356 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:07:11.356 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:07:14.844 1309 3946 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 20:08:46.009 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:08:50.574 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:08:51.941 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:08:52.256 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:08:54.654 1309 4074 E _V_RichTapVibratorService: getExtension == null
06-30 20:08:58.327 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:09:00.273 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:09:00.273 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:09:12.371 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:09:15.222 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:09:15.491 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:09:16.501 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:09:25.422 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:10:13.692 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:10:16.599 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:10:20.498 1309 2300 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:10:49.187 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:10:49.189 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:11:00.381 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:11:00.919 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:11:01.308 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:11:03.308 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:11:34.862 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:11:34.863 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:11:52.827 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:12:38.074 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:12:38.075 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:14:26.979 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:14:26.979 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:16:15.881 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:16:15.894 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:17:46.572 1309 4073 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 20:18:04.892 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:18:04.892 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:19:53.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:19:53.701 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:20:33.976 1309 5461 E _V_RichTapVibratorService: getExtension == null
06-30 20:20:36.920 1309 1309 E _V_RichTapVibratorService: getExtension == null
06-30 20:21:34.872 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:21:34.872 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:21:42.587 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:21:42.588 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:23:31.486 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:23:31.487 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:24:25.839 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:25:20.428 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:25:20.428 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:25:29.421 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:25:29.436 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:25:40.232 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:25:40.232 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:25:47.068 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 20:25:47.344 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:25:47.344 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:26:21.905 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 20:26:22.077 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:26:22.077 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:26:23.052 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 20:26:23.132 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:26:27.492 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:26:49.741 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:26:51.835 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:28:01.042 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:28:01.044 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:28:08.589 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:28:16.577 1309 2531 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:28:23.362 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:28:23.859 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:28:25.342 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:29:49.985 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:29:49.985 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:30:09.500 1309 1594 E _V_PowerDataReport: The current time is less than
the last time, so failed
06-30 20:30:11.424 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:30:18.221 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:30:36.744 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:30:36.910 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:30:37.144 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:30:37.387 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:30:37.609 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:30:43.482 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:30:53.956 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:31:33.701 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:31:34.918 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:31:34.933 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:31:38.800 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:31:38.801 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:32:01.686 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:04.977 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:15.613 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:16.198 1309 2589 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:17.030 1309 2589 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:24.049 1309 4076 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:24.798 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:25.590 1309 4065 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:27.798 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:28.354 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:28.811 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:29.526 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:30.710 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:31.568 1309 4064 E _V_RichTapVibratorService: getExtension == null
06-30 20:32:32.378 1309 2221 E _V_RichTapVibratorService: getExtension == null
06-30 20:33:19.305 1309 4074 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 20:33:27.843 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:33:27.843 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:33:47.980 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:33:47.980 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:34:40.483 1309 2589 E _V_RichTapVibratorService: getExtension == null
06-30 20:34:47.900 1309 2531 E _V_RichTapVibratorService: getExtension == null
06-30 20:34:48.816 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:34:48.816 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:34:48.850 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 20:34:52.782 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 20:34:53.329 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:34:53.330 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:35:03.264 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:35:03.264 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:37:49.094 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 20:37:49.593 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:37:49.593 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:37:50.988 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 20:37:57.042 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:37:57.547 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:37:58.015 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 20:38:09.068 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:38:09.595 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:38:10.293 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:38:28.095 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:38:28.095 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:39:48.604 1309 2850 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 20:40:16.977 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:40:16.977 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:41:34.880 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:41:34.881 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:42:05.874 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:42:05.874 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:42:52.693 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:42:52.919 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:42:54.101 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 20:43:54.776 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:43:54.780 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:45:43.663 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:45:43.663 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:46:07.011 1309 1542 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 20:46:13.403 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:46:13.403 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:47:14.343 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.390 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.393 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.407 1309 2186 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: 4, RSSI: -71, Link speed: 72Mbps,
Tx Link speed: 58Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed: 58Mbps,
Max Supported Rx Link speed: 150Mbps, Frequency: 2412MHz, Net ID: -1, Metered hint:
false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1>
SignalStrength: -71 SSID: "Andriyatul"]
06-30 20:47:14.412 1309 4074 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 20:47:14.421 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.425 1309 2850 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.428 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.439 1309 1543 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.455 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.482 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.484 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.486 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.494 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.495 1309 1543 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.507 1309 4074 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.573 1309 4074 I DropBoxManagerService: add
tag=platform_stats_bookmark isTagEnabled=true flags=0x2
06-30 20:47:14.659 1309 4075 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.692 1309 1543 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.736 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:14.767 1309 4075 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.010 1309 4075 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.133 1309 2850 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.160 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
true; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-30 20:47:15.187 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.294 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.334 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.418 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.463 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.512 1309 4075 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.533 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.598 1309 4075 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.673 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.702 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.740 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.784 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.854 1309 2850 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.884 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.970 1309 2850 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:15.984 1309 2850 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.062 1309 2252 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.0; finalLux = 0.0; brightness = 0.096256234; mReadyOn =
false; mWaitingFirstLux = false; lightCover = false; upLux = 6; downLux = -1;
motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr =
true; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 230; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
06-30 20:47:16.088 1309 2850 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.110 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.164 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.215 1309 2850 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.242 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.287 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.321 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.372 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.411 1309 2850 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.412 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.552 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.570 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.610 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.649 1309 1543 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.699 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.719 1309 1543 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.742 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.797 1309 2221 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.854 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.875 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.889 1309 1543 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:47:16.926 1309 4064 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
06-30 20:47:16.951 1309 1418 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 20:48:02.319 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:48:02.319 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:49:51.239 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:49:51.239 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:51:34.877 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:51:34.879 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:51:40.066 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:51:40.066 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:53:29.027 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:53:29.030 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:54:24.656 1309 1418 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 20:54:39.357 1309 2300 E _V_RichTapVibratorService: getExtension == null
06-30 20:55:17.894 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:55:17.895 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:57:06.836 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:57:06.837 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 20:58:55.679 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 20:58:55.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:00:44.637 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:00:44.637 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:01:34.865 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:01:34.866 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:01:52.426 1309 4065 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 21:02:33.536 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:02:33.536 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:02:40.031 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:02:40.032 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:02:40.228 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 21:03:45.340 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 21:03:45.708 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:03:45.708 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:03:47.209 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 21:03:54.269 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 21:04:16.148 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 21:04:17.714 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 21:05:21.506 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:05:21.507 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:06:50.573 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:06:50.573 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:07:34.952 1309 4065 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 21:08:39.483 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:08:39.486 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:10:28.373 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:10:28.376 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:11:34.889 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:11:34.889 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:12:17.289 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:12:17.289 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:12:47.007 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:12:47.009 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:14:35.885 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:14:35.885 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:16:24.797 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:16:24.797 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:16:39.666 1309 4077 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 21:18:13.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:18:13.700 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:19:03.178 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:19:03.179 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:20:52.094 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:20:52.096 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:21:34.873 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:21:34.874 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:22:40.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:22:40.992 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:23:58.604 1309 1542 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
06-30 21:23:58.614 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:23:58.615 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:23:58.659 1309 4064 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:23:58.716 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:23:58.728 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:23:58.758 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:23:58.820 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:23:58.905 1309 1543 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:23:58.916 1309 1543 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:23:58.924 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:23:58.925 1309 1543 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:23:58.955 1309 4069 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:23:59.050 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
06-30 21:23:59.052 1309 1594 D _V_VivoPowerManagerService: button light 0 111
trun off
06-30 21:24:29.926 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:24:29.927 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:24:52.450 1309 4074 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 21:24:57.030 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 21:24:59.649 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:24:59.649 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:25:58.051 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 21:26:48.580 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:26:48.580 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:28:37.454 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:28:37.457 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:30:26.355 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:30:26.355 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:31:11.214 1309 3946 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 21:31:34.876 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:31:34.876 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:32:15.233 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:32:15.236 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:32:35.031 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:32:35.032 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:34:23.937 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:34:23.938 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:35:34.041 1309 15729 E _V_RichTapVibratorService: getExtension == null
06-30 21:35:35.655 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 21:35:35.787 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:35:35.787 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:36:36.573 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 0 details = double-tap pkgName = android prox = 5.0 useprox =
false
06-30 21:36:36.618 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-30 21:36:36.630 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-30 21:36:36.632 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-30 21:36:36.633 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-30 21:36:36.635 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 6 details = android.policy:KEY pkgName = android prox = 5.0
useprox = false
06-30 21:36:36.774 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:36:36.774 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:36:44.050 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:36:44.050 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:41:29.017 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:41:29.018 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:41:34.864 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:41:34.864 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 21:51:36.664 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 21:51:36.664 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:01:35.671 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:01:35.677 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:11:35.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:11:35.696 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:15:52.025 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
06-30 22:15:52.714 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:15:52.715 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:15:58.936 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 22:15:59.087 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 22:16:02.505 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{6d645e5 #u0a152/2817
com.google.android.apps.searchlite/androidx.work.impl.background.systemjob.SystemJo
bService u=0 s=10152 TIME=-14m11s779ms:none READY}
06-30 22:16:05.284 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 22:16:13.960 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 22:16:19.728 1309 2165 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
06-30 22:16:25.053 1309 4064 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 22:16:25.304 1309 4075 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 22:16:25.366 1309 4064 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 22:16:25.410 1309 4064 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 22:16:27.105 1309 1594 E _V_PowerDataReport: The current time is less than
the last time, so failed
06-30 22:16:32.629 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 22:16:36.841 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 22:16:40.953 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 22:16:42.318 1309 3540 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 22:17:21.285 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:17:21.286 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:18:07.061 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x04943a5d: pkg=com.kwai.bulldog user=UserHandle{0} id=-
1190867452 tag=null importance=4 key=0|com.kwai.bulldog|-1190867452|null|10193:
Notification(channel=push shortcut=null contentView=null vibrate=null sound=null
tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=sign_in_9:20230628:1687968756946 vis=PUBLIC internalType=0
internalPriority=0 internalGroupPriority=0 internalFlag=0))
06-30 22:18:08.719 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0ce72f32: pkg=com.kwai.bulldog user=UserHandle{0} id=604007039
tag=null importance=4 key=0|com.kwai.bulldog|604007039|null|10193:
Notification(channel=push shortcut=null contentView=com.kwai.bulldog/0x7f0d0593
vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=fam:150000033094608:150001468215186:1687969247526 vis=PUBLIC
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0))
06-30 22:19:10.165 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:19:10.166 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:20:39.256 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:20:39.257 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:21:34.865 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:21:34.866 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:22:28.120 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:22:28.122 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:23:22.845 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 22:23:35.060 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 22:23:35.072 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 22:23:41.753 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 22:23:41.764 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 22:23:45.712 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 22:23:49.101 1309 1595 E _V_RichTapVibratorService: getExtension == null
06-30 22:23:53.013 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 22:23:53.965 1309 2740 E BiometricService: Enabled callback binder died
06-30 22:23:53.965 1309 2270 E LockoutResetTracker: Callback binder died:
android.os.BinderProxy@abda041
06-30 22:23:53.998 1309 2270 E LockoutResetTracker: Removing dead callback for:
com.android.systemui
06-30 22:24:04.157 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 22:24:07.599 1309 3968 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
06-30 22:24:09.754 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
06-30 22:24:09.845 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:24:09.845 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:31:34.882 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:31:34.882 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:41:35.677 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:41:35.677 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:43:17.993 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:43:17.994 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:43:19.108 1309 2531 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
06-30 22:51:35.677 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 22:51:35.677 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 22:55:17.895 1309 1419 W _V_AlarmAlign: Do not set to kernel
06-30 22:55:17.895 1309 1419 W _V_AlarmAlign: Do not set to kernel
06-30 22:55:17.903 1309 3968 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.ips_attempts value:0
pkg:com.vivo.pushservice userId:0
06-30 22:55:17.904 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.ips_attempts
06-30 22:55:17.905 1309 2221 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.vivo.push.attempts value:0
pkg:com.vivo.pushservice userId:0
06-30 23:01:35.797 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 23:01:35.798 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 23:11:36.644 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 23:11:36.644 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 23:21:36.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 23:21:36.677 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 23:25:37.684 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
06-30 23:25:39.715 1309 2739 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
06-30 23:31:35.677 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 23:31:35.677 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 23:41:35.675 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 23:41:35.675 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
06-30 23:51:35.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
06-30 23:51:35.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 00:01:35.672 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 00:01:35.672 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 00:11:35.674 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 00:11:35.682 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 00:21:36.683 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 00:21:36.683 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 00:27:15.110 1309 2221 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 00:27:15.123 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 00:27:15.131 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:15.137 1309 2221 W _V_AlarmAlign: Do not set to kernel
07-01 00:27:15.139 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:16.740 1309 2740 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10162; state: DISABLED
07-01 00:27:16.743 1309 2740 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10162; state: ENABLED
07-01 00:27:16.744 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10162; state: ENABLED
07-01 00:27:16.790 1309 4077 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 00:27:16.805 1309 1446 W ActivityManager: Slow operation: 75ms so far, now
at startProcess: done updating battery stats
07-01 00:27:16.807 1309 1446 W ActivityManager: Slow operation: 78ms so far, now
at startProcess: building log message
07-01 00:27:16.809 1309 1446 I ActivityManager: Start proc
19302:com.google.android.calendar/u0a162 for broadcast
{com.google.android.calendar/com.google.android.calendar.widgetmonth.MonthViewWidge
tProvider}
07-01 00:27:16.809 1309 1446 W ActivityManager: Slow operation: 80ms so far, now
at startProcess: starting to update pids map
07-01 00:27:16.809 1309 1446 W ActivityManager: Slow operation: 80ms so far, now
at startProcess: done updating pids map
07-01 00:27:16.811 1309 2739 W _V_AlarmAlign: Do not set to kernel
07-01 00:27:16.827 1309 2739 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 00:27:16.830 1309 1419 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 00:27:16.833 1309 1419 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 00:27:16.883 1309 4077 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 00:27:16.886 1309 4077 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 00:27:16.888 1309 2739 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 00:27:16.936 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 00:27:16.947 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 00:27:16.978 1309 2739 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
07-01 00:27:17.038 1309 3968 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 00:27:17.057 1309 2745 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:19192 callingUid:10152
07-01 00:27:17.059 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.073 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 00:27:17.079 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 00:27:17.088 1309 2745 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 00:27:17.219 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.225 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.256 1309 2221 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 00:27:17.283 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 00:27:17.307 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.329 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.332 1309 4075 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 00:27:17.334 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.361 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.428 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.431 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.434 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.467 1309 2740 W _V_AlarmAlign: Do not set to kernel
07-01 00:27:17.482 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.581 1309 2221 W _V_AlarmAlign: Do not set to kernel
07-01 00:27:17.601 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.604 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.626 1309 2740 W _V_AlarmAlign: Do not set to kernel
07-01 00:27:17.626 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.634 1309 4344 W _V_AlarmAlign: Do not set to kernel
07-01 00:27:17.636 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.760 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.873 1309 2221 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 00:27:17.922 1309 1309 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 00:27:17.923 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.kwai.bulldog uid 10193, isRmsPreload = false, keepQuiet =false
07-01 00:27:17.926 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10193; state: DISABLED
07-01 00:27:17.930 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.searchlite uid 10152, isRmsPreload = false,
keepQuiet =false
07-01 00:27:17.942 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.searchlite uid 10152, isRmsPreload = false,
keepQuiet =false
07-01 00:27:17.947 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10165, isRmsPreload = false, keepQuiet
=false
07-01 00:27:17.959 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10165, isRmsPreload = false, keepQuiet
=false
07-01 00:27:17.964 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.971 1309 1446 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: returned from zygote!
07-01 00:27:17.975 1309 1446 W ActivityManager: Slow operation: 59ms so far, now
at startProcess: done updating battery stats
07-01 00:27:17.979 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.979 1309 1446 W ActivityManager: Slow operation: 66ms so far, now
at startProcess: building log message
07-01 00:27:17.979 1309 1446 I ActivityManager: Start proc
19384:com.google.android.apps.wellbeing/u0a150 for service
{com.google.android.apps.wellbeing/androidx.work.impl.background.systemjob.SystemJo
bService}
07-01 00:27:17.981 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.983 1309 1446 W ActivityManager: Slow operation: 69ms so far, now
at startProcess: starting to update pids map
07-01 00:27:17.983 1309 1446 W ActivityManager: Slow operation: 70ms so far, now
at startProcess: done updating pids map
07-01 00:27:17.985 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.987 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:17.997 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.031 1309 1441 D _V_VivoInputUsageStatsListener: force push all
user data to database,1 users
07-01 00:27:18.110 1309 2221 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 00:27:18.113 1309 4075 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 00:27:18.116 1309 4075 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 00:27:18.184 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.190 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.191 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 00:27:18.196 1309 3968 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 00:27:18.228 1309 4070 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1688142339824
07-01 00:27:18.233 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.238 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.279 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.280 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.464 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.465 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 17, arg2: 1, arg3: 10155, arg4: 0, name: com.google.android.gms
07-01 00:27:18.480 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.508 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.601 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.639 1309 4075 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 00:27:18.674 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.732 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.797 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.850 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.854 1309 2740 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:10162
callingPid:19302
07-01 00:27:18.891 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 00:27:18.918 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:18.961 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:19.013 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:19.053 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:19.058 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:19.152 1309 3968 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 00:27:19.163 1309 2740 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
07-01 00:27:19.188 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 00:27:21.161 1309 1309 E NotificationService: Muting recently noisy 0|
com.kwai.bulldog|579984243|null|10193
07-01 00:27:42.338 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x08289e84: pkg=com.mojang.minecraftpe user=UserHandle{0} id=-
1977637057 tag=appboy_notification importance=3 key=0|com.mojang.minecraftpe|-
1977637057|appboy_notification|10222:
Notification(channel=com_appboy_default_notification_channel shortcut=null
contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x10
color=0xff52a435 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 00:27:42.604 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0b84cdab: pkg=org.detikcom.rss user=UserHandle{0} id=92747083
tag=null importance=3 key=0|org.detikcom.rss|92747083|null|10186:
Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 00:27:42.841 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x045ad852: pkg=org.detikcom.rss user=UserHandle{0} id=93891399
tag=null importance=3 key=0|org.detikcom.rss|93891399|null|10186:
Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 00:27:48.088 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0a985327: pkg=org.detikcom.rss user=UserHandle{0} id=95304308
tag=null importance=3 key=0|org.detikcom.rss|95304308|null|10186:
Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 00:27:51.669 1309 2588 E NotificationService: Package enqueue rate is
5.0420885. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
07-01 00:29:25.502 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 00:29:25.503 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 00:31:22.318 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
52 ms.
07-01 00:31:22.371 1309 1501 E _V_VivoPKMSUtils:
com.google.android.trichromelibrary_573519630 do not set metaData, so do not
intercept
07-01 00:31:33.991 1309 1309 I Telecom : eo: Package com.android.chrome is not
tracked.: SSH.oR@ABA
07-01 00:31:34.908 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 00:31:34.908 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 00:32:38.365 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~GHJmZ0jCb10i-h0hcw447Q==/com.android.chrome-qZZftN16X-JqfpcBlHEJNQ==/
base.apk
07-01 00:32:38.499 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~GHJmZ0jCb10i-h0hcw447Q==/com.android.chrome-qZZftN16X-JqfpcBlHEJNQ==/
base.apk
07-01 00:32:53.705 1309 15763 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
07-01 00:32:53.708 1309 15763 E VivoArtKeeperService: delete donwload failed file
07-01 00:33:00.044 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 00:33:00.045 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 00:34:48.922 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 00:34:48.923 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 00:36:37.842 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 00:36:37.842 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 00:38:11.536 1309 1531 E PackageInstallerSession: Failed to verify session
1664553316 [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries,
res=-113]
07-01 00:39:15.177 1309 16110 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
07-01 00:39:15.198 1309 16110 E VivoArtKeeperService: delete donwload failed file
07-01 00:41:35.653 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 00:41:35.654 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 00:41:37.796 1309 1501 E PackageInstallerSession: Failed to verify session
1792757077 [INSTALL_FAILED_VERIFICATION_FAILURE: Package Verification Result]
07-01 00:44:16.043 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 00:44:16.044 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 00:49:03.322 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
55 ms.
07-01 00:50:08.852 1309 1309 I Telecom : eo: Package com.shopee.id is not
tracked.: SSH.oR@ABE
07-01 00:50:10.064 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~BAjJ5GY3wSCCjZkHv3pi6Q==/com.shopee.id-o9vAG8bZQj-lVihwLRLBEQ==/
base.apk
07-01 00:50:10.987 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~BAjJ5GY3wSCCjZkHv3pi6Q==/com.shopee.id-o9vAG8bZQj-lVihwLRLBEQ==/
base.apk
07-01 00:51:35.882 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 00:51:35.883 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 01:01:35.669 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 01:01:35.670 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 01:11:35.650 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 01:11:35.651 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 01:21:35.671 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 01:21:35.671 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 01:31:35.661 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 01:31:35.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 01:41:35.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 01:41:35.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 01:51:35.667 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 01:51:35.667 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 02:01:36.683 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 02:01:36.683 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 02:11:36.673 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 02:11:36.673 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 02:21:35.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 02:21:35.671 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 02:26:02.659 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 02:26:02.660 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 02:28:14.179 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 02:28:14.180 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 02:28:14.181 1309 4073 W _V_AlarmAlign: Do not set to kernel
07-01 02:28:14.181 1309 4073 W _V_AlarmAlign: Do not set to kernel
07-01 02:28:14.183 1309 4073 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10155; state: ENABLED
07-01 02:28:14.187 1309 4073 W _V_AlarmAlign: Do not set to kernel
07-01 02:28:14.187 1309 4073 W _V_AlarmAlign: Do not set to kernel
07-01 02:28:14.190 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 02:28:14.197 1309 4073 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 02:28:14.210 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 02:29:42.401 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 02:29:42.402 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 02:30:41.761 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 02:30:41.761 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 02:30:50.848 1309 1419 E NotificationService: Package enqueue rate is
5.5077267. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
07-01 02:30:56.647 1309 3946 E NotificationService: Package enqueue rate is
5.3325605. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
07-01 02:31:05.903 1309 2745 E NotificationService: Package enqueue rate is
5.4329295. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
07-01 02:31:23.195 1309 2739 E NotificationService: Package enqueue rate is
5.945078. Shedding 0|com.android.vending|-56862258|null|10154.
package=com.android.vending
07-01 02:31:35.650 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 02:31:35.651 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 02:31:53.779 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.ss.android.ugc.trill
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10185
07-01 02:31:53.892 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
73 ms.
07-01 02:36:00.007 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 02:36:00.007 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 02:37:39.127 1309 1309 I Telecom : eo: Package com.ss.android.ugc.trill is
not tracked.: SSH.oR@ABI
07-01 02:37:40.098 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~g_MVSmAcwQJmkZ4ywke7fA==/com.ss.android.ugc.trill-
nN9ugviK2ryfWQCpxO8Glg==/base.apk
07-01 02:37:40.240 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~g_MVSmAcwQJmkZ4ywke7fA==/com.ss.android.ugc.trill-
nN9ugviK2ryfWQCpxO8Glg==/base.apk
07-01 02:41:35.687 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 02:41:35.687 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 02:50:34.111 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 02:50:34.113 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 02:51:35.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 02:51:35.670 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 03:01:36.675 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 03:01:36.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 03:11:35.651 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 03:11:35.651 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 03:21:35.671 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 03:21:35.671 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 03:31:35.665 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 03:31:35.665 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 03:41:35.676 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 03:41:35.676 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 03:51:04.370 1309 23133 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
07-01 03:51:04.371 1309 23133 E VivoArtKeeperService: delete donwload failed file
07-01 03:51:35.680 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 03:51:35.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 04:01:35.685 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 04:01:35.685 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 04:04:22.496 1309 2745 E _V_StorageManagerService: before sendMessage H_FIO
07-01 04:04:22.498 1309 1601 E _V_StorageManagerService: enter case H_FIO
07-01 04:04:22.498 1309 1601 E _V_StorageMgrFio: It is PD2236F_EX and we will NOT
run.
07-01 04:11:35.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 04:11:35.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 04:21:35.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 04:21:35.680 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 04:31:35.657 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 04:31:35.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 04:41:35.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 04:41:35.671 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 04:51:36.681 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 04:51:36.681 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 05:01:36.662 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 05:01:36.666 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 05:11:35.664 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 05:11:35.670 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 05:21:36.745 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 05:21:36.745 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 05:31:35.716 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 05:31:35.719 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 05:41:35.739 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 05:41:35.740 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 05:51:35.670 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 05:51:35.670 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:01:35.677 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:01:35.677 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:11:35.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:11:35.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:21:36.677 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:21:36.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:29:32.481 1309 2531 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.481 1309 2531 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.483 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.503 1309 1309 W Looper : Slow dispatch took 146ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
07-01 06:29:32.503 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.504 1309 2704 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.505 1309 2704 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.512 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.520 1309 2849 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.calendar uid 10035, isRmsPreload = false, keepQuiet
=false
07-01 06:29:32.535 1309 4064 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.ips_attempts value:2
pkg:com.vivo.pushservice userId:0
07-01 06:29:32.540 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.543 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.544 1309 2221 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.544 1309 2221 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.545 1309 2221 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.547 1309 2221 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.547 1309 2221 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.547 1309 2221 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.547 1309 2221 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.548 1309 2849 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.548 1309 2849 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.549 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.550 1309 2849 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.552 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.553 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.554 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.555 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.555 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.556 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.558 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.560 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.567 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.588 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.591 1309 1309 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 06:29:32.592 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.simejikeyboard uid 10258, isRmsPreload = false, keepQuiet =false
07-01 06:29:32.595 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.597 1309 1309 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 06:29:32.598 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.simejikeyboard uid 10258, isRmsPreload = false, keepQuiet =false
07-01 06:29:32.599 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.606 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10154, isRmsPreload = false, keepQuiet =false
07-01 06:29:32.608 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
07-01 06:29:32.613 1309 4064 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 06:29:32.615 1309 2531 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.618 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10154, isRmsPreload = false, keepQuiet =false
07-01 06:29:32.622 1309 2531 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.623 1309 2531 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.624 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10154, isRmsPreload = false, keepQuiet =false
07-01 06:29:32.624 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.633 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.635 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.ips_attempts
07-01 06:29:32.643 1309 2588 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.weather.provider uid 10110, isRmsPreload = false, keepQuiet =false
07-01 06:29:32.653 1309 3968 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.game uid 10096, isRmsPreload = false, keepQuiet =false
07-01 06:29:32.667 1309 2588 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.maps
07-01 06:29:32.667 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10170; state: ENABLED
07-01 06:29:32.673 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.698 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.698 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.698 1309 1446 I ActivityManager: Start proc
23455:com.google.android.apps.maps:server_recovery_process_scheduled/u0a170 for
broadcast
{com.google.android.apps.maps/com.google.android.apps.gmm.plugins.serverrecovery.Sc
heduledRecoverySignalHandlerImpl}
07-01 06:29:32.701 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.703 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.705 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.707 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.714 1309 4064 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.recon_timestamp value:1688167772713
pkg:com.vivo.pushservice userId:0
07-01 06:29:32.724 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.725 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.729 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.731 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.734 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.753 1309 2588 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 06:29:32.756 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.782 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.784 1309 2588 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 06:29:32.787 1309 3968 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 06:29:32.790 1309 1418 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 06:29:32.843 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.848 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.recon_timestamp
07-01 06:29:32.849 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.853 1309 1418 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.854 1309 1418 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.878 1309 4069 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.vivo.push.fixed_delay value:1
pkg:com.vivo.pushservice userId:0
07-01 06:29:32.878 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.885 1309 4069 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.885 1309 4069 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.885 1309 4069 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.885 1309 4069 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.887 1309 4069 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.887 1309 4069 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.887 1309 4069 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.887 1309 4069 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.893 1309 3968 W _V_ContentProviderHelper: Failed to find
provider:androidx.car.app.connection for user 0
07-01 06:29:32.893 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.894 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.904 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.907 1309 1418 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 06:29:32.911 1309 2704 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.912 1309 2704 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.912 1309 4064 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 06:29:32.917 1309 2745 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 06:29:32.917 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.922 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.923 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.927 1309 3968 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
07-01 06:29:32.928 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:32.934 1309 2849 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.934 1309 2849 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:32.939 1309 2338 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 06:29:32.939 1309 2338 D _V_RMS-Preload: setRmsPreload
pkgName:com.simejikeyboard uid 10258, isRmsPreload = false, keepQuiet =false
07-01 06:29:32.944 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:34.467 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:34.488 1309 4064 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:34.488 1309 4064 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:34.503 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:34.510 1309 4064 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #174496} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(333 skipped)
07-01 06:29:34.513 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:34.523 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:34.540 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:34.544 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:34.594 1309 1418 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:34.594 1309 1418 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:34.669 1309 4064 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 06:29:34.683 1309 1418 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 06:29:34.696 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:34.808 1309 1418 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 06:29:34.808 1309 4076 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 06:29:34.819 1309 4064 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:34.947 1309 2745 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:34.949 1309 2745 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:34.990 1309 2745 W _V_PackageManager: setEnabledSetting
packageName:com.simejikeyboard
className:androidx.work.impl.background.systemalarm.RescheduleReceiver newState:1
userId:0 callingPackage:null callingUid:10258 callingPid:10125
07-01 06:29:34.994 1309 2745 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 06:29:34.996 1309 2745 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 06:29:34.999 1309 2745 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 06:29:35.001 1309 2745 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 06:29:35.028 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:35.035 1309 4064 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 06:29:35.036 1309 2745 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 06:29:35.053 1309 4064 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 06:29:35.053 1309 4064 D _V_RMS-Preload: setRmsPreload
pkgName:com.simejikeyboard uid 10258, isRmsPreload = false, keepQuiet =false
07-01 06:29:35.057 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:35.080 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:35.091 1309 4076 D JobServiceContext: doCallback of :
JobStatus{33ab73 #u0a96/190528 com.vivo.game/.pm.DetectGameService u=0 s=10096
TIME=none:-2s440ms READY} v:VERB_EXECUTING
07-01 06:29:35.093 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:35.129 1309 2745 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 06:29:35.160 1309 1418 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 06:29:35.188 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 06:29:35.190 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:35.197 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 06:29:35.220 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:35.229 1309 4076 W _V_VivoAmsImpl: mCallingPidFilter=10906,
mCallingUidFilter=10155
07-01 06:29:35.230 1309 4076 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gms
07-01 06:29:35.231 1309 4076 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10155; state: DISABLED
07-01 06:29:35.232 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10155; state: ENABLED
07-01 06:29:35.250 1309 2991 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:35.251 1309 2991 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:35.270 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:35.280 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:35.281 1309 1446 W ActivityManager: Slow operation: 51ms so far, now
at startProcess: done updating battery stats
07-01 06:29:35.282 1309 1446 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: building log message
07-01 06:29:35.282 1309 1446 I ActivityManager: Start proc
23623:com.google.android.gms.unstable/u0a155 for service
{com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService}
07-01 06:29:35.283 1309 1446 W ActivityManager: Slow operation: 54ms so far, now
at startProcess: starting to update pids map
07-01 06:29:35.283 1309 1446 W ActivityManager: Slow operation: 54ms so far, now
at startProcess: done updating pids map
07-01 06:29:35.287 1309 2991 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 06:29:35.297 1309 2991 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:35.297 1309 2991 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:35.322 1309 2745 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:35.324 1309 2745 W _V_AlarmAlign: Do not set to kernel
07-01 06:29:35.329 1309 2991 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 06:29:35.358 1309 2991 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 06:29:35.361 1309 2745 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 06:29:35.363 1309 2745 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 06:29:40.310 1309 2531 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 06:29:42.489 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:29:42.489 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:29:44.317 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0ab751d5: pkg=org.detikcom.rss user=UserHandle{0} id=96317083
tag=null importance=3 key=0|org.detikcom.rss|96317083|null|10186:
Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 06:29:44.392 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0d775042: pkg=org.detikcom.rss user=UserHandle{0} id=97538127
tag=null importance=3 key=0|org.detikcom.rss|97538127|null|10186:
Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 06:31:35.645 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:31:35.645 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:33:24.349 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:badminton.king.sportsgame.smash
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10234
07-01 06:33:24.428 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
59 ms.
07-01 06:33:29.815 1309 1309 I Telecom : eo: Package
badminton.king.sportsgame.smash is not tracked.: SSH.oR@ABM
07-01 06:33:30.755 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~13dpB0QSXS3r_Rp8mMpHTw==/badminton.king.sportsgame.smash-
cJRUglV0DpsT70H3yi-iBw==/base.apk
07-01 06:33:30.844 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~13dpB0QSXS3r_Rp8mMpHTw==/badminton.king.sportsgame.smash-
cJRUglV0DpsT70H3yi-iBw==/base.apk
07-01 06:33:45.201 1309 15263 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
07-01 06:33:45.202 1309 15263 E VivoArtKeeperService: delete donwload failed file
07-01 06:33:50.468 1309 24898 E _V_RichTapVibratorService: getExtension == null
07-01 06:34:04.148 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
07-01 06:34:04.837 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:34:04.838 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:34:05.275 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
07-01 06:34:08.793 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
07-01 06:34:08.961 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:34:14.151 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{e14bf03 #u0a198/11 com.kajokangin.indosaham/.firebase.SyncJobService u=0
s=10198 TIME=-1s2ms:-2ms READY}
07-01 06:34:14.286 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:34:14.287 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:34:15.903 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
07-01 06:34:16.063 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:34:17.968 1309 3540 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
07-01 06:34:17.970 1309 3540 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
07-01 06:34:21.745 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:35:09.666 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:35:09.747 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:35:21.725 1309 2739 E _V_RichTapVibratorService: getExtension == null
07-01 06:35:22.723 1309 2739 E _V_RichTapVibratorService: getExtension == null
07-01 06:35:23.538 1309 4073 E _V_RichTapVibratorService: getExtension == null
07-01 06:35:27.079 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:35:58.430 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x05925ac5: pkg=com.vivo.browser user=UserHandle{0} id=378055584
tag=null importance=4 key=0|com.vivo.browser|378055584|null|10051:
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))
07-01 06:36:03.210 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:36:03.210 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:37:09.308 1309 4070 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:37:14.901 1309 4070 E _V_RichTapVibratorService: getExtension == null
07-01 06:37:15.482 1309 4070 E _V_RichTapVibratorService: getExtension == null
07-01 06:37:16.618 1309 4070 E _V_RichTapVibratorService: getExtension == null
07-01 06:37:17.400 1309 1419 E _V_RichTapVibratorService: getExtension == null
07-01 06:37:18.332 1309 1419 E _V_RichTapVibratorService: getExtension == null
07-01 06:37:19.382 1309 1419 E _V_RichTapVibratorService: getExtension == null
07-01 06:37:20.008 1309 4064 E _V_RichTapVibratorService: getExtension == null
07-01 06:37:20.603 1309 1419 E _V_RichTapVibratorService: getExtension == null
07-01 06:37:21.603 1309 2704 E _V_RichTapVibratorService: getExtension == null
07-01 06:37:22.334 1309 4064 E _V_RichTapVibratorService: getExtension == null
07-01 06:37:23.586 1309 2704 E _V_RichTapVibratorService: getExtension == null
07-01 06:37:24.302 1309 1419 E _V_RichTapVibratorService: getExtension == null
07-01 06:37:26.970 1309 2704 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:37:52.153 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:37:52.154 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:39:41.020 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:39:41.021 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:40:50.299 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:40:50.301 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:41:34.861 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:41:34.861 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:42:39.212 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:42:39.215 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:44:28.113 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:44:28.129 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:45:16.369 1309 4076 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:45:19.610 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:45:21.372 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:45:22.528 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:45:22.601 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:45:24.439 1309 1542 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:24.948 1309 4076 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:26.101 1309 4076 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:26.677 1309 1542 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:27.220 1309 4070 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:27.784 1309 4076 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:29.119 1309 4070 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:29.661 1309 4070 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:30.306 1309 4070 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:30.849 1309 4076 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:31.409 1309 1419 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:32.002 1309 1418 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:33.731 1309 1418 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:34.462 1309 1418 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:35.005 1309 1419 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:35.427 1309 4070 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:35.954 1309 4075 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:36.529 1309 4069 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:37.366 1309 4069 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:38.955 1309 4069 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:39.684 1309 2589 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:40.292 1309 3968 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:42.162 1309 4069 E _V_RichTapVibratorService: getExtension == null
07-01 06:45:42.405 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:45:42.433 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:45:42.590 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 06:46:17.007 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:46:17.007 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:48:05.947 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:48:05.947 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:49:54.828 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:49:54.829 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:51:34.876 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:51:34.876 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:51:43.738 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:51:43.738 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:51:53.634 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:51:53.635 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:52:59.838 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
07-01 06:53:00.191 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:53:00.191 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:55:05.136 1309 15763 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
07-01 06:55:05.138 1309 15763 E VivoArtKeeperService: delete donwload failed file
07-01 06:55:52.128 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 06:55:52.128 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 06:56:37.320 1309 1309 E _V_RichTapVibratorService: getExtension == null
07-01 07:01:35.632 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 07:01:35.632 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 07:11:07.733 1309 2531 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 07:11:36.660 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 07:11:36.660 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 07:21:35.659 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 07:21:35.659 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 07:31:35.644 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 07:31:35.657 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 07:31:36.872 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x02563bb3: pkg=org.detikcom.rss user=UserHandle{0} id=98755380
tag=null importance=3 key=0|org.detikcom.rss|98755380|null|10186:
Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 07:41:35.630 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 07:41:35.630 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 07:51:04.537 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.pixelbite.ga2
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10256
07-01 07:51:04.661 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
107 ms.
07-01 07:51:13.861 1309 1309 I Telecom : eo: Package com.pixelbite.ga2 is not
tracked.: SSH.oR@ABQ
07-01 07:51:35.748 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 07:51:35.749 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 07:51:47.070 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IApnC_iGa9Szdvmfy-T35Q==/com.pixelbite.ga2-7pwMSV0VJjLqZruiUGWBjg==/
base.apk
07-01 07:51:47.202 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IApnC_iGa9Szdvmfy-T35Q==/com.pixelbite.ga2-7pwMSV0VJjLqZruiUGWBjg==/
base.apk
07-01 07:59:14.526 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
07-01 07:59:16.270 1309 2739 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
07-01 08:01:35.661 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 08:01:35.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 08:11:35.636 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 08:11:35.640 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 08:21:35.655 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 08:21:35.655 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 08:31:36.649 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 08:31:36.649 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 08:31:36.962 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 08:31:36.962 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 08:39:49.114 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
07-01 08:39:49.307 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 08:39:49.307 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 08:39:49.772 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
07-01 08:39:51.737 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 08:39:51.738 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 08:41:35.661 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 08:41:35.662 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 08:41:36.345 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
07-01 08:42:21.188 1309 2201 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
07-01 08:42:21.237 1309 3632 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
07-01 08:51:16.759 1309 28729 E _V_RichTapVibratorService: getExtension == null
07-01 08:51:35.727 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 08:51:35.727 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 09:01:34.865 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 09:01:34.881 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 09:02:25.518 1309 3968 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 09:02:26.016 1309 2849 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 09:02:26.216 1309 2849 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 09:02:26.522 1309 1419 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 09:02:42.100 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
07-01 09:11:35.774 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 09:11:35.774 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 09:21:34.872 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 09:21:34.876 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 09:31:35.683 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 09:31:35.684 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 09:41:35.686 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 09:41:35.686 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 09:51:35.749 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 09:51:35.749 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 10:01:35.703 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 10:01:35.703 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 10:11:36.732 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 10:11:36.734 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 10:15:16.567 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 10:15:16.598 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 10:15:16.603 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 10:15:18.343 1309 30911 E _V_RichTapVibratorService: getExtension == null
07-01 10:15:18.786 1309 16110 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
07-01 10:15:18.833 1309 16110 E VivoArtKeeperService: delete donwload failed file
07-01 10:15:46.003 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 10:15:46.003 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 10:15:53.329 1309 31013 E _V_RichTapVibratorService: getExtension == null
07-01 10:16:01.622 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
07-01 10:16:02.131 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 10:16:02.133 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 10:16:02.593 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
07-01 10:16:10.844 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 10:16:10.852 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 10:16:13.204 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
07-01 10:16:15.777 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 10:16:15.777 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 10:18:04.632 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 10:18:04.632 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 10:19:53.550 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 10:19:53.551 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 10:19:56.638 1309 1531 E PackageInstallerSession: Failed to verify session
1393644951 [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries,
res=-113]
07-01 10:19:57.085 1309 23133 E VivoArtKeeperService: Server returned HTTP 404 Not
Found
07-01 10:19:57.088 1309 23133 E VivoArtKeeperService: delete donwload failed file
07-01 10:20:41.933 1309 1501 E PackageInstallerSession: Failed to verify session
1568860115 [INSTALL_FAILED_VERIFICATION_FAILURE: Package Verification Result]
07-01 10:21:35.652 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 10:21:35.652 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 10:21:55.310 1309 31830 E _V_RichTapVibratorService: getExtension == null
07-01 10:31:35.520 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 10:31:35.525 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 10:41:35.733 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 10:41:35.733 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 10:51:36.632 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 10:51:36.632 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:01:36.630 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:01:36.632 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:02:59.088 1309 1309 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:02:59.089 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.simejikeyboard uid 10258, isRmsPreload = false, keepQuiet =false
07-01 11:02:59.099 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.media.module uid 10000, isRmsPreload = false,
keepQuiet =false
07-01 11:02:59.114 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.145 1309 2588 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.weather
07-01 11:02:59.146 1309 2588 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10088; state: DISABLED
07-01 11:02:59.147 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10088; state: ENABLED
07-01 11:02:59.152 1309 1419 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:02:59.164 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.174 1309 1549 D DeviceIdleController: handleMessage(6)
07-01 11:02:59.174 1309 1549 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=284697195
07-01 11:02:59.174 1309 1549 D DeviceIdleController: Removing uid 1000 from temp
whitelist
07-01 11:02:59.174 1309 1549 D DeviceIdleController: Setting activity manager
temp whitelist to []
07-01 11:02:59.286 1309 1549 D DeviceIdleController: Setting wakelock temp
whitelist to []
07-01 11:02:59.295 1309 2740 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.306 1309 1446 W ActivityManager: Slow operation: 162ms so far, now
at startProcess: done updating battery stats
07-01 11:02:59.307 1309 1446 W ActivityManager: Slow operation: 163ms so far, now
at startProcess: building log message
07-01 11:02:59.307 1309 1446 I ActivityManager: Start proc
31940:com.vivo.weather/u0a88 for broadcast
{com.vivo.weather/com.vivo.weather.WeatherReceiver}
07-01 11:02:59.307 1309 1446 W ActivityManager: Slow operation: 163ms so far, now
at startProcess: starting to update pids map
07-01 11:02:59.322 1309 1446 W ActivityManager: Slow operation: 177ms so far, now
at startProcess: done updating pids map
07-01 11:02:59.326 1309 4077 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.326 1309 4077 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.331 1309 4077 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.331 1309 4077 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.359 1309 1309 W Looper : Slow dispatch took 194ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler
c=android.app.PendingIntent$FinishedDispatcher@be2f6b1 m=0
07-01 11:02:59.377 1309 1419 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.378 1309 1419 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.393 1309 2588 D JobServiceContext: doCallback of :
JobStatus{cdf3bd1 #u0a35/174910452
com.android.providers.calendar/.CalendarProviderJobService u=0 s=10035 READY}
v:VERB_EXECUTING
07-01 11:02:59.443 1309 2704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 11:02:59.446 1309 2704 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 11:02:59.449 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.451 1309 2849 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 11:02:59.481 1309 1549 D DeviceIdleController: handleMessage(15)
07-01 11:02:59.483 1309 1549 D DeviceIdleController: handleMessage(13)
07-01 11:02:59.483 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.484 1309 1309 W Looper : Slow delivery took 278ms main
h=android.app.ActivityThread$H
c=android.app.LoadedApk$ServiceDispatcher$RunConnection@8722722 m=0
07-01 11:02:59.484 1309 1309 W Looper : Slow dispatch took 124ms main
h=android.app.ActivityThread$H
c=android.app.LoadedApk$ServiceDispatcher$RunConnection@8722722 m=0
07-01 11:02:59.485 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.503 1309 2849 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10088; state: DISABLED
07-01 11:02:59.544 1309 2849 W ActivityManager: Slow operation: 64ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
07-01 11:02:59.561 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.572 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.572 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.596 1309 2849 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.596 1309 2849 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.599 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.600 1309 1309 W Looper : Drained
07-01 11:02:59.618 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.637 1309 4075 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 11:02:59.642 1309 4075 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 11:02:59.660 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.670 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.683 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.694 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.694 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.704 1309 4075 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.707 1309 4075 W _V_AlarmAlign: Do not set to kernel
07-01 11:02:59.711 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.735 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:02:59.876 1309 2849 D JobServiceContext: doCallback of :
JobStatus{5194bc8 #u0a0/-300
com.android.providers.media.module/com.android.providers.media.MediaService u=0
s=10000 TIME=none:-43m5s863ms READY} v:VERB_EXECUTING
07-01 11:02:59.877 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:00.069 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:00.155 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:00.305 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:00.401 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:00.407 1309 2704 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:00.443 1309 4344 W _V_VivoAmsImpl: mCallingPidFilter=25001,
mCallingUidFilter=10154
07-01 11:03:00.445 1309 4344 I ActivityManager: com.android.vending is exempt
from freezer
07-01 11:03:00.445 1309 4344 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.vending
07-01 11:03:00.451 1309 4344 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
07-01 11:03:00.452 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
07-01 11:03:00.484 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:00.495 1309 1446 W ActivityManager: Slow operation: 51ms so far, now
at startProcess: returned from zygote!
07-01 11:03:00.496 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:00.534 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:00.545 1309 1446 W ActivityManager: Slow operation: 101ms so far, now
at startProcess: done updating battery stats
07-01 11:03:00.546 1309 1446 W ActivityManager: Slow operation: 102ms so far, now
at startProcess: building log message
07-01 11:03:00.546 1309 1446 I ActivityManager: Start proc
31980:com.android.vending:background/u0a154 for service
{com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpc
ServerAndroidService}
07-01 11:03:00.546 1309 1446 W ActivityManager: Slow operation: 102ms so far, now
at startProcess: starting to update pids map
07-01 11:03:00.547 1309 1446 W ActivityManager: Slow operation: 103ms so far, now
at startProcess: done updating pids map
07-01 11:03:00.759 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:00.764 1309 2849 I ActivityManager: Killing
30379:com.google.android.inputmethod.latin/u0a117 (adj 965): empty #17
07-01 11:03:00.787 1309 1419 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:01.213 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.216 1309 2221 I ActivityManager: Process com.vivo.weather (pid
31940) has died: cch+5 CEM
07-01 11:03:01.277 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.280 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.310 1309 3946 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.312 1309 4344 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.312 1309 4344 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.312 1309 2588 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
07-01 11:03:01.347 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.355 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.359 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.365 1309 4069 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.366 1309 4069 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.370 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.372 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.372 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.374 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.379 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.381 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.381 1309 4344 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.381 1309 4344 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.387 1309 4069 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 11:03:01.391 1309 4069 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 11:03:01.394 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.403 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.414 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.420 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.421 1309 4344 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.421 1309 4344 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.424 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.424 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.514 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.517 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.520 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.523 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.541 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.541 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.543 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.543 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.545 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.545 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.545 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.548 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.674 1309 1419 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.674 1309 1419 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.683 1309 1419 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10 pkg=org.detikcom.rss (has extras) }
07-01 11:03:01.824 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:01.826 1309 4073 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 11:03:01.830 1309 1419 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 11:03:01.833 1309 4073 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 11:03:01.836 1309 3946 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:01.836 1309 3946 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.066 1309 4344 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.067 1309 4344 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.071 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10165, isRmsPreload = false, keepQuiet
=false
07-01 11:03:02.075 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.091 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.searchlite uid 10152, isRmsPreload = false,
keepQuiet =false
07-01 11:03:02.097 1309 4344 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.097 1309 4344 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.146 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10150; state: DISABLED
07-01 11:03:02.147 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10150; state: DISABLED
07-01 11:03:02.149 1309 1309 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10150; state: ENABLED
07-01 11:03:02.155 1309 3946 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.155 1309 3946 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.163 1309 1309 W Looper : Slow dispatch took 243ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
07-01 11:03:02.164 1309 1309 W Looper : Slow delivery took 236ms main
h=android.net.ConnectivityManager$CallbackHandler c=null m=11
07-01 11:03:02.165 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10150; state: ENABLED
07-01 11:03:02.166 1309 4064 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.166 1309 4064 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.168 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.189 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.198 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.204 1309 1446 W ActivityManager: Slow operation: 80ms so far, now
at startProcess: returned from zygote!
07-01 11:03:02.208 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.210 1309 1446 W ActivityManager: Slow operation: 86ms so far, now
at startProcess: done updating battery stats
07-01 11:03:02.210 1309 1446 W ActivityManager: Slow operation: 87ms so far, now
at startProcess: building log message
07-01 11:03:02.211 1309 1446 I ActivityManager: Start proc
32043:com.google.android.apps.wellbeing/u0a150 for service
{com.google.android.apps.wellbeing/androidx.work.impl.background.systemjob.SystemJo
bService}
07-01 11:03:02.211 1309 1446 W ActivityManager: Slow operation: 87ms so far, now
at startProcess: starting to update pids map
07-01 11:03:02.219 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.230 1309 4064 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.230 1309 4064 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.232 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.241 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.252 1309 1309 W Looper : Drained
07-01 11:03:02.255 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.268 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.610 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.629 1309 1418 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1688181641783
07-01 11:03:02.650 1309 1419 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.651 1309 1419 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.657 1309 4077 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:02.658 1309 2739 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.658 1309 2739 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.659 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.665 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.669 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.669 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.699 1309 3540 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:02.703 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 11:03:02.707 1309 3946 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.707 1309 3946 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.712 1309 3946 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 11:03:02.714 1309 4077 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.714 1309 4077 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.719 1309 2338 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.calendar uid 10162, isRmsPreload = false, keepQuiet
=false
07-01 11:03:02.767 1309 2338 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10162; state: DISABLED
07-01 11:03:02.777 1309 2588 D ActivityManager: Add FLAG_INCLUDE_STOPPED_PACKAGES
to this broadcast, intent=Intent { act=com.google.android.c2dm.intent.RECEIVE
flg=0x10 pkg=org.detikcom.rss (has extras) }
07-01 11:03:02.780 1309 3946 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.780 1309 3946 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.789 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.789 1309 2588 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.795 1309 1419 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:02.805 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.806 1309 4069 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1688181641783
07-01 11:03:02.809 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.813 1309 4077 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.813 1309 4077 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:02.819 1309 4077 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.855 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.863 1309 1419 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1688181641783
07-01 11:03:02.873 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.899 1309 2588 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1688181641783
07-01 11:03:02.900 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.901 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.914 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.916 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.920 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.933 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.943 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.956 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:02.997 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.003 1309 3946 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1688181641783
07-01 11:03:03.013 1309 4077 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.015 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.045 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.045 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.047 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.074 1309 1419 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.078 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.084 1309 4077 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1688181641783
07-01 11:03:03.093 1309 2588 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:03.094 1309 4077 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.178 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.196 1309 1419 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 113 startTime of in progress event=1688181641783
07-01 11:03:03.200 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.227 1309 4077 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.230 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 11:03:03.473 1309 1446 W ActivityManager: Slow operation: 112ms so far, now
at startProcess: done updating battery stats
07-01 11:03:03.487 1309 1446 W ActivityManager: Slow operation: 126ms so far, now
at startProcess: building log message
07-01 11:03:03.491 1309 1446 I ActivityManager: Start proc
32076:com.google.android.apps.tachyon/u0a164 for service
{com.google.android.apps.tachyon/androidx.work.impl.background.systemjob.SystemJobS
ervice}
07-01 11:03:03.511 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.513 1309 1446 W ActivityManager: Slow operation: 130ms so far, now
at startProcess: starting to update pids map
07-01 11:03:03.519 1309 1446 W ActivityManager: Slow operation: 158ms so far, now
at startProcess: done updating pids map
07-01 11:03:03.529 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 17, arg2: 1, arg3: 10155, arg4: 0, name: com.google.android.gms
07-01 11:03:03.547 1309 4077 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:03.709 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.710 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:03.886 1309 4075 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 11:03:03.891 1309 1418 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:03.891 1309 1418 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:03.939 1309 1424 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
07-01 11:03:03.982 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10165, isRmsPreload = false, keepQuiet
=false
07-01 11:03:05.994 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0c9292b8: pkg=org.detikcom.rss user=UserHandle{0} id=99973521
tag=null importance=3 key=0|org.detikcom.rss|99973521|null|10186:
Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 11:03:12.945 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0a529cc5: pkg=com.kwai.bulldog user=UserHandle{0} id=-
1430284896 tag=null importance=4 key=0|com.kwai.bulldog|-1430284896|null|10193:
Notification(channel=push shortcut=null contentView=com.kwai.bulldog/0x7f0d05a4
vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=reco_push_content_1beb76a26798e93dfdf5c60793f86a40 vis=PUBLIC
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0))
07-01 11:03:16.878 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:16.919 1309 4069 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:16.953 1309 2740 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:17.082 1309 2740 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:17.083 1309 2740 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:17.091 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:17.094 1309 4069 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:17.111 1309 2588 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.youtube
className:androidx.work.impl.background.systemalarm.RescheduleReceiver newState:1
userId:0 callingPackage:null callingUid:10165 callingPid:16347
07-01 11:03:17.133 1309 2588 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 11:03:17.156 1309 2739 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:32076 callingUid:10164
07-01 11:03:17.158 1309 4069 I ActivityManager: Killing
30441:com.google.android.apps.subscriptions.red/u0a187 (adj 965): empty #17
07-01 11:03:17.183 1309 2739 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 11:03:17.363 1309 2740 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:17.598 1309 2740 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:17.768 1309 2740 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 11:03:18.491 1309 4070 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:18.528 1309 4069 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 11:03:18.564 1309 4344 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:18.574 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
07-01 11:03:18.628 1309 4344 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:18.758 1309 4344 W ProcessStats: Tracking association
SourceState{5f0e67a com.android.chrome/10167 Top #181238} whose proc state 1 is
better than process ProcessState{b45ab22 com.google.android.gms/10155
pkg=com.google.android.gms} proc state 2 (299 skipped)
07-01 11:03:18.815 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:18.987 1309 4344 W _V_PackageManager: setEnabledSetting
packageName:com.kwai.bulldog
className:com.xiaomi.push.service.receivers.NetworkStatusReceiver newState:2
userId:0 callingPackage:null callingUid:10193 callingPid:32513
07-01 11:03:19.292 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
07-01 11:03:19.315 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
07-01 11:03:19.390 1309 4344 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:19.450 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
07-01 11:03:19.513 1309 1418 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:32513 callingUid:10193
07-01 11:03:19.515 1309 2588 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:19.525 1309 2739 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:19.583 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
07-01 11:03:19.605 1309 4073 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:19.605 1309 4073 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:19.650 1309 1418 W _V_VivoAmsImpl: mCallingPidFilter=32076,
mCallingUidFilter=10164
07-01 11:03:19.652 1309 1418 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gms
07-01 11:03:19.655 1309 1418 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10155; state: DISABLED
07-01 11:03:19.657 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10155; state: ENABLED
07-01 11:03:19.704 1309 2739 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 11:03:19.736 1309 1446 W ActivityManager: Slow operation: 85ms so far, now
at startProcess: returned from zygote!
07-01 11:03:19.996 1309 1446 W ActivityManager: Slow operation: 345ms so far, now
at startProcess: done updating battery stats
07-01 11:03:19.996 1309 1446 W ActivityManager: Slow operation: 345ms so far, now
at startProcess: building log message
07-01 11:03:19.996 1309 1446 I ActivityManager: Start proc
32698:com.google.android.gms.unstable/u0a155 for service
{com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService}
07-01 11:03:19.997 1309 1446 W ActivityManager: Slow operation: 346ms so far, now
at startProcess: starting to update pids map
07-01 11:03:20.000 1309 4073 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 11:03:20.000 1309 1446 W ActivityManager: Slow operation: 350ms so far, now
at startProcess: done updating pids map
07-01 11:03:20.007 1309 4073 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 11:03:20.011 1309 4073 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 11:03:20.177 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:20.248 1309 2739 W ActivityManager: Slow operation: 123ms so far, now
at attachApplicationLocked: before bindApplication
07-01 11:03:20.258 1309 2739 W ActivityManager: Slow operation: 133ms so far, now
at attachApplicationLocked: immediately before bindApplication
07-01 11:03:20.298 1309 2739 W ActivityManager: Slow operation: 173ms so far, now
at attachApplicationLocked: immediately after bindApplication
07-01 11:03:20.302 1309 2739 W ActivityManager: Slow operation: 176ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
07-01 11:03:20.312 1309 1419 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 11:03:20.339 1309 2739 W ActivityManager: Slow operation: 214ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
07-01 11:03:20.348 1309 1418 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 11:03:20.414 1309 2300 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:20.424 1309 2300 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:20.511 1309 4073 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 11:03:20.530 1309 2740 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 11:03:20.576 1309 2300 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
07-01 11:03:20.593 1309 1419 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 11:03:20.614 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:20.671 1309 2300 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 11:03:20.724 1309 1419 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:20.724 1309 1419 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:20.729 1309 2739 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=org.detikcom.rss
opPkg=org.detikcom.rsstag=null
notification=Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
07-01 11:03:20.741 1309 4070 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 11:03:20.976 1309 3540 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:20.976 1309 3540 W _V_AlarmAlign: Do not set to kernel
07-01 11:03:20.981 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 11:03:21.003 1309 2739 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 11:03:21.581 1309 2740 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 11:03:21.944 1309 1418 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 11:03:22.490 1309 2740 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 11:03:22.994 1309 4344 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 11:03:23.761 1309 4344 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 11:03:24.439 1309 2740 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 11:03:48.362 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:03:48.362 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:09:53.998 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
07-01 11:09:54.711 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:09:54.713 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:09:54.982 1309 2247 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
07-01 11:09:55.961 1309 24054 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
07-01 11:09:57.211 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 11:09:58.634 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 11:10:03.135 1309 2849 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 11:10:05.521 1309 2569 E _V_VivoRequestRecordData: test
requestLocationUpdatesLocked android
07-01 11:10:07.566 1309 4075 E _V_VivoRequestRecordData: test
handleLocationChangedLocked
07-01 11:10:52.146 1309 4072 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 11:10:54.422 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{998e913 #u0a199/2131366903
com.facebook.katana/com.facebook.analytics2.logger.LollipopUploadService u=0
s=10199 TIME=-11h1m24s626ms:-10h1m24s626ms NET READY}
07-01 11:10:54.434 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{d3e0b7d #u0a199/2131366907
com.facebook.katana/com.facebook.conditionalworker.LollipopConditionalWorkerService
u=0 s=10199 TIME=-13h14m51s512ms:none NET READY}
07-01 11:10:54.435 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{998e913 #u0a199/2131366903
com.facebook.katana/com.facebook.analytics2.logger.LollipopUploadService u=0
s=10199 TIME=-11h1m24s640ms:-10h1m24s640ms NET READY}
07-01 11:10:54.436 1309 1309 E JobScheduler.Concurrency: Error executing
JobStatus{af41db4 #u0a199/2131366911
com.facebook.katana/com.facebook.push.fcm.GetFcmTokenRegistrarLollipopService u=0
s=10199 TIME=-6m51s326ms:none NET READY}
07-01 11:10:55.088 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 11:10:55.884 1309 4072 E JobScheduler.Concurrency: Error executing
JobStatus{eaa76aa #u0a79/0
com.vivo.imanager/com.iqoo.secure.notification.NotificationService u=0 s=10079
TIME=none:-1ms READY}
07-01 11:11:34.926 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:11:34.926 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:11:43.043 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:11:43.045 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:13:02.258 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:13:02.258 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:14:51.149 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:14:51.149 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:16:40.004 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:16:40.005 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:18:28.944 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:18:28.944 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:20:17.826 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:20:17.827 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:20:39.668 859 859 E wificond: vivo add tx_good 351604 tx_bad 57
rx_good 471109 tx_retry 11309 tx_retry_times 0
07-01 11:20:42.708 859 859 E wificond: vivo add tx_good 351610 tx_bad 57
rx_good 471117 tx_retry 11309 tx_retry_times 0
07-01 11:20:45.750 859 859 E wificond: vivo add tx_good 351617 tx_bad 57
rx_good 471122 tx_retry 11309 tx_retry_times 0
07-01 11:20:48.786 859 859 E wificond: vivo add tx_good 351621 tx_bad 57
rx_good 471126 tx_retry 11309 tx_retry_times 0
07-01 11:20:51.816 859 859 E wificond: vivo add tx_good 351626 tx_bad 57
rx_good 471131 tx_retry 11309 tx_retry_times 0
07-01 11:20:54.840 859 859 E wificond: vivo add tx_good 351647 tx_bad 57
rx_good 471148 tx_retry 11309 tx_retry_times 0
07-01 11:20:57.884 859 859 E wificond: vivo add tx_good 351659 tx_bad 57
rx_good 471159 tx_retry 11309 tx_retry_times 0
07-01 11:21:00.913 859 859 E wificond: vivo add tx_good 351676 tx_bad 57
rx_good 471171 tx_retry 11309 tx_retry_times 0
07-01 11:21:03.944 859 859 E wificond: vivo add tx_good 351685 tx_bad 57
rx_good 471181 tx_retry 11309 tx_retry_times 0
07-01 11:21:06.970 859 859 E wificond: vivo add tx_good 351690 tx_bad 57
rx_good 471187 tx_retry 11309 tx_retry_times 0
07-01 11:21:10.000 859 859 E wificond: vivo add tx_good 351695 tx_bad 57
rx_good 471192 tx_retry 11309 tx_retry_times 0
07-01 11:21:13.018 859 859 E wificond: vivo add tx_good 351704 tx_bad 57
rx_good 471201 tx_retry 11309 tx_retry_times 0
07-01 11:21:16.032 859 859 E wificond: vivo add tx_good 351710 tx_bad 57
rx_good 471209 tx_retry 11309 tx_retry_times 0
07-01 11:21:34.868 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:21:34.868 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:21:57.411 1309 4076 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 11:22:06.754 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:22:06.754 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:23:55.657 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:23:55.660 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:24:25.344 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:24:25.344 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:26:14.241 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:26:14.242 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:28:03.131 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:28:03.132 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:29:52.025 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:29:52.025 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:30:01.945 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:30:01.945 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:31:34.888 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:31:34.888 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:31:50.836 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:31:50.841 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:33:39.731 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:33:39.732 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:35:28.637 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:35:28.638 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:35:58.357 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:35:58.357 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:37:47.253 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:37:47.254 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:39:36.148 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:39:36.151 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:41:10.011 1309 2588 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 11:41:25.044 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:41:25.045 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:41:34.857 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:41:34.858 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:42:24.443 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:42:24.443 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:44:13.347 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:44:13.347 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:46:02.252 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:46:02.257 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:47:51.170 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:47:51.170 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:48:10.970 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:48:10.972 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:49:59.856 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:49:59.856 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:51:34.867 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:51:34.867 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:51:48.771 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:51:48.771 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:53:37.673 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:53:37.674 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:53:51.668 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 11:53:55.874 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 11:54:37.140 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:54:37.141 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:56:25.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:56:25.996 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:57:46.011 859 859 E wificond: vivo add tx_good 408908 tx_bad 85
rx_good 526053 tx_retry 13090 tx_retry_times 0
07-01 11:57:49.040 859 859 E wificond: vivo add tx_good 408915 tx_bad 85
rx_good 526057 tx_retry 13091 tx_retry_times 0
07-01 11:57:52.076 859 859 E wificond: vivo add tx_good 408920 tx_bad 85
rx_good 526062 tx_retry 13091 tx_retry_times 0
07-01 11:57:55.115 859 859 E wificond: vivo add tx_good 408925 tx_bad 85
rx_good 526065 tx_retry 13091 tx_retry_times 0
07-01 11:57:58.140 859 859 E wificond: vivo add tx_good 408963 tx_bad 85
rx_good 526099 tx_retry 13091 tx_retry_times 0
07-01 11:58:01.176 859 859 E wificond: vivo add tx_good 408968 tx_bad 85
rx_good 526118 tx_retry 13091 tx_retry_times 0
07-01 11:58:04.225 859 859 E wificond: vivo add tx_good 408985 tx_bad 85
rx_good 526137 tx_retry 13091 tx_retry_times 0
07-01 11:58:07.258 859 859 E wificond: vivo add tx_good 408987 tx_bad 85
rx_good 526139 tx_retry 13091 tx_retry_times 0
07-01 11:58:10.291 859 859 E wificond: vivo add tx_good 408992 tx_bad 85
rx_good 526144 tx_retry 13091 tx_retry_times 0
07-01 11:58:13.321 859 859 E wificond: vivo add tx_good 409003 tx_bad 85
rx_good 526154 tx_retry 13091 tx_retry_times 0
07-01 11:58:14.868 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 11:58:14.870 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 11:58:16.344 859 859 E wificond: vivo add tx_good 409047 tx_bad 85
rx_good 526191 tx_retry 13091 tx_retry_times 0
07-01 11:58:19.368 859 859 E wificond: vivo add tx_good 409073 tx_bad 85
rx_good 526224 tx_retry 13091 tx_retry_times 0
07-01 11:58:22.404 859 859 E wificond: vivo add tx_good 409133 tx_bad 85
rx_good 526272 tx_retry 13092 tx_retry_times 0
07-01 12:00:03.795 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:00:03.797 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:01:34.865 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:01:34.865 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:01:52.679 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:01:52.685 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:02:01.236 1309 4064 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 12:02:22.390 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:02:22.391 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:04:11.275 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:04:11.277 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:06:00.167 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:06:00.167 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:07:49.087 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:07:49.087 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:09:37.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:09:37.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:09:47.897 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:09:47.900 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:11:34.876 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:11:34.876 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:11:36.795 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:11:36.797 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:13:25.702 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:13:25.704 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:15:14.607 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:15:14.607 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:16:09.923 1309 1595 E _V_RichTapVibratorService: getExtension == null
07-01 12:17:03.497 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:17:03.497 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:18:52.406 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:18:52.407 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:20:41.294 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:20:41.298 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:20:53.243 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:20:53.428 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:20:58.481 1309 2588 E _V_RichTapVibratorService: getExtension == null
07-01 12:20:58.987 1309 2221 E _V_RichTapVibratorService: getExtension == null
07-01 12:20:59.424 1309 2221 E _V_RichTapVibratorService: getExtension == null
07-01 12:21:01.679 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:21:05.700 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:21:14.159 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:21:14.627 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:21:34.878 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:21:34.878 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:22:04.937 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:22:17.363 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:22:29.654 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:22:30.199 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:22:30.199 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:22:53.058 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:23:16.850 1309 2588 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:23:20.537 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:23:35.979 1309 4077 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 12:23:44.498 1309 14557 E _V_RichTapVibratorService: getExtension == null
07-01 12:23:47.853 1309 1309 E _V_RichTapVibratorService: getExtension == null
07-01 12:23:54.230 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:24:04.171 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:24:19.103 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:24:19.107 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:24:25.632 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:24:42.939 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:24:51.265 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:25:16.232 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:26:08.004 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:26:08.004 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:26:12.184 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:26:26.155 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:26:30.121 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:26:41.048 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:27:07.452 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:27:07.452 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:27:42.955 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:27:57.872 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:27:59.270 1309 1418 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:28:03.892 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:28:29.276 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:28:42.471 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:28:45.184 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:28:56.320 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:28:56.321 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:29:03.835 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:29:23.251 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:29:23.820 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:29:37.819 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:29:38.304 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:30:45.206 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:30:45.206 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:30:55.412 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:31:17.046 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:31:27.667 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:31:34.866 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:31:34.866 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:31:53.653 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:32:08.580 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:32:15.952 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:32:31.981 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:32:34.116 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:32:34.116 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:32:39.712 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:32:39.714 1309 2221 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:32:43.711 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:32:50.073 1309 4065 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:33:07.862 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
07-01 12:33:46.816 1309 9246 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
07-01 12:33:46.927 1309 1595 E _V_VivoPowerManagerService: wakeUp(Binder call)
uid = 1000 reason = 1 details = android.policy:POWER pkgName = android prox = 5.0
useprox = false
07-01 12:33:47.058 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:33:47.058 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:33:47.624 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:33:47.624 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:33:50.343 1309 9758 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
07-01 12:33:51.319 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:33:52.394 1309 2739 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:33:53.051 1309 2745 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:33:53.083 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0bb215d3: pkg=org.detikcom.rss user=UserHandle{0} id=101779614
tag=null importance=3 key=0|org.detikcom.rss|101779614|null|10186:
Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 12:33:55.940 1309 4064 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:34:23.036 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:34:23.037 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:36:02.026 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:36:02.027 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:37:50.927 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:37:50.935 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:39:39.817 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:39:39.817 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:40:44.431 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:40:44.553 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:40:48.069 1309 4075 E _V_RichTapVibratorService: getExtension == null
07-01 12:40:48.183 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:40:51.011 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:40:54.263 1309 2565 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:41:11.755 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:41:13.060 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:41:28.731 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:41:28.731 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:41:34.858 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:41:34.858 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:42:11.242 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:43:12.080 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:43:17.632 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:43:17.633 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:43:47.456 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:44:07.142 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:44:07.143 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:44:33.121 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:44:36.382 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:44:37.049 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:44:38.625 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:45:56.023 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:45:56.023 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:47:44.938 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:47:44.939 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:48:35.564 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:48:35.655 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:48:42.906 1309 2589 E _V_RichTapVibratorService: getExtension == null
07-01 12:48:42.938 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:48:46.636 1309 1419 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:49:11.647 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:49:16.226 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:49:18.958 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:49:21.260 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:49:33.829 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:49:33.832 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:49:54.036 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:50:08.013 1309 2991 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:50:17.057 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:50:18.322 1309 3946 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:50:20.052 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:50:28.823 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:50:28.892 1309 2740 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:50:31.015 1309 2850 E _V_RichTapVibratorService: getExtension == null
07-01 12:50:31.105 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:50:35.061 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:50:59.262 1309 2589 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:51:13.905 1309 1542 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:51:22.739 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:51:22.765 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:51:30.381 1309 2850 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:51:32.145 1309 4075 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 12:51:34.867 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:51:34.867 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:52:02.374 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:52:02.374 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:53:22.123 1309 1595 E _V_RichTapVibratorService: getExtension == null
07-01 12:53:26.119 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:26.134 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:26.134 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:53:26.134 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
07-01 12:53:26.159 1309 1309 E _V_RichTapVibratorService: getExtension == null
07-01 12:53:26.842 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:26.843 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:53:26.890 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:26.891 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:53:26.891 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:26.892 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:53:26.895 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:26.898 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:53:26.903 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:26.903 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:53:46.843 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:46.887 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:46.888 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:53:46.888 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
07-01 12:53:46.897 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:46.897 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:53:46.906 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:46.906 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:53:46.947 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:46.948 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:53:46.958 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 12:53:46.960 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 12:53:47.061 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:47.061 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:53:47.084 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:47.085 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:53:47.086 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:53:47.086 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
07-01 12:54:42.051 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:54:42.055 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:54:42.056 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:54:42.056 1309 1309 E _V_Sensor_NativeNotification: mTimePeriod is null
07-01 12:54:42.067 1309 1309 E _V_RichTapVibratorService: getExtension == null
07-01 12:54:42.267 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:54:42.267 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:54:42.514 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:54:42.515 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:54:42.576 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:54:42.576 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:54:42.594 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:54:42.594 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:54:42.596 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:54:42.596 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:54:52.617 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:54:52.617 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:54:52.648 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:54:52.648 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:54:52.667 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:54:52.668 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:54:52.695 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:54:52.695 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:55:31.637 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:55:31.638 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:55:31.749 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 12:55:31.750 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 12:55:41.985 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:55:41.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:56:41.992 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:56:41.993 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:57:20.543 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:57:20.543 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:57:41.997 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:57:41.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:58:00.140 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:58:00.140 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:58:41.990 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:58:41.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:58:42.018 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 12:58:42.020 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 12:59:41.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:59:41.996 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 12:59:49.045 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 12:59:49.045 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:00:18.746 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:00:18.746 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:00:31.692 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:00:31.693 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:00:31.914 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:00:31.915 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:00:41.984 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:00:41.984 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:01:41.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:01:41.997 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:01:44.472 1309 4076 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 13:02:07.654 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:02:07.655 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:02:41.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:02:41.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:02:57.150 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:02:57.151 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:03:11.199 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:03:11.200 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:03:41.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:03:41.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:04:41.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:04:41.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:04:46.064 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:04:46.065 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:05:41.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:05:41.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:05:45.461 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:05:45.461 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:05:59.338 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:05:59.340 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:06:15.286 1309 2531 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 13:06:41.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:06:41.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:07:34.362 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:07:34.362 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:07:42.010 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:07:42.010 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:07:57.241 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:07:57.243 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:08:33.757 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:08:33.757 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:08:42.003 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:08:42.003 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:08:42.040 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:08:42.046 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:09:41.985 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:09:41.985 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:10:22.652 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:10:22.653 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:10:35.950 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
07-01 13:10:37.552 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: Couldn't communicate with
notification manager
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: java.lang.SecurityException:
Permission Denial: reading androidx.core.content.FileProvider uri
content://com.shopee.id.fileprovider/shared_external_files/shopeeID/
com.shopee.app.application.ShopeeApplication/ringtone/63_-524762285 from pid=0,
uid=1000 requires the provider be exported, or grantUriPermission()
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance0(Native Method)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.ParcelableException.readFromParcel(ParcelableException.java:56)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.Parcel.readParcelable(Parcel.java:3348)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.Parcel.readValue(Parcel.java:3241)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.Parcel.readArrayMapInternal(Parcel.java:3638)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:297)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.BaseBundle.unparcel(BaseBundle.java:241)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.Bundle.getParcelable(Bundle.java:1002)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.content.ContentResolver$ResultListener.onResult(ContentResolver.java:1016)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.RemoteCallback.sendResult(RemoteCallback.java:75)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.RemoteCallback$1.sendResult(RemoteCallback.java:52)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.IRemoteCallback$Stub.onTransact(IRemoteCallback.java:89)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:10:41.609 1309 23201 E NotifBackupHelper: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:10:42.123 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:10:42.129 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:10:45.874 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
07-01 13:11:11.191 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:11:11.192 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:11:36.997 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:11:36.999 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:11:41.997 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:11:41.997 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:12:01.647 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:12:01.647 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:12:41.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:12:41.986 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:12:42.018 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:12:42.019 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:13:41.999 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:13:42.003 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:13:50.563 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:13:50.564 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:14:41.995 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:14:41.996 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:14:59.885 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:14:59.889 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:15:01.793 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:15:01.793 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:15:28.903 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:15:31.276 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:15:31.948 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:15:32.135 1309 2221 I mtkpower_client: perf_lock_acq, hdl:106201, dur:0,
num:2, tid:2221
07-01 13:15:32.136 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106217 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106217
07-01 13:15:32.137 1309 2221 I mtkpower_client: ret_hdl:106217
07-01 13:15:32.137 1309 4065 I mtkpower_client: perf_lock_rel, hdl:106217,
tid:4065
07-01 13:15:32.675 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:15:34.990 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:15:38.027 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:15:41.049 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:15:41.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:15:41.997 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:15:42.151 1309 4073 I mtkpower_client: perf_lock_acq, hdl:106217, dur:0,
num:2, tid:4073
07-01 13:15:42.154 1309 4073 I mtkpower_client: ret_hdl:106218
07-01 13:15:42.154 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106218 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106218
07-01 13:15:42.154 1309 4065 I mtkpower_client: perf_lock_rel, hdl:106218,
tid:4065
07-01 13:15:44.076 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:15:47.109 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:15:47.234 1309 4065 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:15:47.234 1309 4065 E ActivityManager: java.lang.Throwable
07-01 13:15:47.234 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:15:47.234 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:15:47.234 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:15:47.234 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:15:47.234 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:15:47.234 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:15:47.234 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:15:47.234 1309 4065 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:15:47.234 1309 4065 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:15:47.376 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:15:47.779 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:15:50.146 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:15:50.295 1309 2221 I mtkpower_client: perf_lock_acq, hdl:106218, dur:0,
num:2, tid:2221
07-01 13:15:50.297 1309 2221 I mtkpower_client: ret_hdl:106219
07-01 13:15:50.297 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106219 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106219
07-01 13:15:50.298 1309 4344 I mtkpower_client: perf_lock_rel, hdl:106219,
tid:4344
07-01 13:15:53.172 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:15:56.194 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:15:57.237 1309 4344 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:15:57.237 1309 4344 E ActivityManager: java.lang.Throwable
07-01 13:15:57.237 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:15:57.237 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:15:57.237 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:15:57.237 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:15:57.237 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:15:57.237 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:15:57.237 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:15:57.237 1309 4344 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:15:57.237 1309 4344 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:15:59.212 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:15:59.282 1309 24766 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:16:00.240 1309 4344 I mtkpower_client: perf_lock_acq, hdl:106219, dur:0,
num:2, tid:4344
07-01 13:16:00.241 1309 4344 I mtkpower_client: ret_hdl:106238
07-01 13:16:00.241 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106238 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106238
07-01 13:16:00.242 1309 2221 I mtkpower_client: perf_lock_rel, hdl:106238,
tid:2221
07-01 13:16:02.228 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:02.259 1309 2338 E SyncManager: SYNC_OP_STATE_INVALID: NOT_SYNCABLE
07-01 13:16:05.249 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:08.269 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:11.290 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:14.309 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:17.328 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:20.354 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:23.367 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:26.386 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:29.402 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:32.422 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:35.437 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:38.174 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:16:38.455 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:40.374 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:16:41.275 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:16:41.469 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:41.474 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:16:41.985 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:16:41.985 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:16:44.492 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:47.510 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:48.754 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:16:48.754 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:16:48.876 1309 3540 I mtkpower_client: perf_lock_acq, hdl:106238, dur:0,
num:2, tid:3540
07-01 13:16:48.877 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106371 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106371
07-01 13:16:48.878 1309 3540 I mtkpower_client: ret_hdl:106371
07-01 13:16:48.879 1309 2221 I mtkpower_client: perf_lock_rel, hdl:106371,
tid:2221
07-01 13:16:50.528 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:53.547 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:55.875 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:16:56.569 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:16:56.875 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:16:59.287 1309 25243 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:16:59.594 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:00.199 1309 2221 I mtkpower_client: perf_lock_acq, hdl:106371, dur:0,
num:2, tid:2221
07-01 13:17:00.200 1309 2221 I mtkpower_client: ret_hdl:106376
07-01 13:17:00.200 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106376 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106376
07-01 13:17:00.201 1309 3540 I mtkpower_client: perf_lock_rel, hdl:106376,
tid:3540
07-01 13:17:01.784 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:17:01.785 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:17:02.623 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:05.646 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:08.676 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:11.700 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:14.731 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:17.758 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:20.798 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:23.820 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:26.840 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:29.865 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:31.093 1309 4074 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:17:31.093 1309 4074 E ActivityManager: java.lang.Throwable
07-01 13:17:31.093 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:17:31.093 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:17:31.093 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:17:31.093 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:17:31.093 1309 4074 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:17:31.093 1309 4074 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:17:31.093 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:17:31.093 1309 4074 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:17:31.093 1309 4074 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:17:32.887 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:35.576 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:17:35.904 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:36.276 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:17:36.875 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:17:37.274 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:17:38.924 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:41.941 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:41.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:17:42.000 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:17:44.978 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:47.999 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:48.162 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:17:48.162 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:17:48.298 1309 2740 I mtkpower_client: perf_lock_acq, hdl:106376, dur:0,
num:2, tid:2740
07-01 13:17:48.299 1309 2740 I mtkpower_client: ret_hdl:106460
07-01 13:17:48.299 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106460 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106460
07-01 13:17:48.300 1309 2740 I mtkpower_client: perf_lock_rel, hdl:106460,
tid:2740
07-01 13:17:51.025 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:54.038 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:57.058 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:17:59.285 1309 25322 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:17:59.576 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:18:00.073 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:00.209 1309 2740 I mtkpower_client: perf_lock_acq, hdl:106460, dur:0,
num:2, tid:2740
07-01 13:18:00.210 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106464 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106464
07-01 13:18:00.210 1309 2740 I mtkpower_client: ret_hdl:106464
07-01 13:18:00.211 1309 4073 I mtkpower_client: perf_lock_rel, hdl:106464,
tid:4073
07-01 13:18:00.874 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:18:01.074 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:18:03.101 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:04.573 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:18:06.113 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:08.673 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:18:09.129 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:09.274 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:18:12.144 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:15.163 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:18.177 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:19.876 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:18:21.201 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:24.226 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:27.264 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:27.280 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:18:30.296 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:33.330 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:36.352 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:39.374 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:42.002 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:18:42.003 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:18:42.035 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:18:42.036 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:18:42.133 1309 1418 I mtkpower_client: perf_lock_acq, hdl:106464, dur:0,
num:2, tid:1418
07-01 13:18:42.135 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106481 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106481
07-01 13:18:42.134 1309 1418 I mtkpower_client: ret_hdl:106481
07-01 13:18:42.138 1309 4344 I mtkpower_client: perf_lock_rel, hdl:106481,
tid:4344
07-01 13:18:42.402 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:45.434 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:48.458 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:51.488 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:54.510 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:56.875 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:18:57.531 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:18:59.076 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:18:59.306 1309 25393 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:19:00.206 1309 1418 I mtkpower_client: perf_lock_acq, hdl:106481, dur:0,
num:2, tid:1418
07-01 13:19:00.208 1309 1418 I mtkpower_client: ret_hdl:106524
07-01 13:19:00.208 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106524 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106524
07-01 13:19:00.210 1309 4344 I mtkpower_client: perf_lock_acq, hdl:106524, dur:0,
num:2, tid:4344
07-01 13:19:00.210 1309 4344 I mtkpower_client: ret_hdl:106524
07-01 13:19:00.210 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106524 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106524
07-01 13:19:00.211 1309 1418 I mtkpower_client: perf_lock_rel, hdl:106524,
tid:1418
07-01 13:19:00.212 1309 1418 I mtkpower_client: perf_lock_rel, hdl:106524,
tid:1418
07-01 13:19:00.554 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:03.074 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:19:03.588 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:06.621 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:09.377 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:19:09.648 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:10.474 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:19:10.573 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:19:11.075 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:19:11.375 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:19:12.669 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:15.683 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:18.698 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:21.716 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:21.839 1309 1418 I mtkpower_client: perf_lock_acq, hdl:106524, dur:0,
num:2, tid:1418
07-01 13:19:21.841 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106566 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106566
07-01 13:19:21.842 1309 1418 I mtkpower_client: ret_hdl:106566
07-01 13:19:21.842 1309 4344 I mtkpower_client: perf_lock_rel, hdl:106566,
tid:4344
07-01 13:19:24.735 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:24.881 1309 4344 I mtkpower_client: perf_lock_acq, hdl:106566, dur:0,
num:2, tid:4344
07-01 13:19:24.883 1309 4344 I mtkpower_client: ret_hdl:106570
07-01 13:19:24.883 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106570 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106570
07-01 13:19:24.883 1309 1418 I mtkpower_client: perf_lock_rel, hdl:106570,
tid:1418
07-01 13:19:27.759 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:30.776 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:33.795 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:36.812 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:36.969 1309 3540 I mtkpower_client: perf_lock_acq, hdl:106570, dur:0,
num:2, tid:3540
07-01 13:19:36.971 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106571 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106571
07-01 13:19:36.971 1309 3540 I mtkpower_client: ret_hdl:106571
07-01 13:19:36.972 1309 4344 I mtkpower_client: perf_lock_rel, hdl:106571,
tid:4344
07-01 13:19:37.060 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:19:37.060 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:19:39.774 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:19:39.834 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:39.969 1309 2221 I mtkpower_client: perf_lock_acq, hdl:106571, dur:0,
num:2, tid:2221
07-01 13:19:39.970 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106572 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106572
07-01 13:19:39.970 1309 2221 I mtkpower_client: ret_hdl:106572
07-01 13:19:39.971 1309 1418 I mtkpower_client: perf_lock_rel, hdl:106572,
tid:1418
07-01 13:19:40.373 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:19:41.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:19:41.996 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:19:42.854 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:45.875 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:47.254 1309 1418 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:19:47.254 1309 1418 E ActivityManager: java.lang.Throwable
07-01 13:19:47.254 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:19:47.254 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:19:47.254 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:19:47.254 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:19:47.254 1309 1418 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:19:47.254 1309 1418 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:19:47.254 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:19:47.254 1309 1418 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:19:47.254 1309 1418 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:19:47.475 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:19:47.782 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:19:48.891 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:49.673 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:19:51.924 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:51.977 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:19:52.576 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:19:52.875 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:19:54.943 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:55.142 1309 4073 I mtkpower_client: perf_lock_acq, hdl:106572, dur:0,
num:2, tid:4073
07-01 13:19:55.143 1309 4073 I mtkpower_client: ret_hdl:106580
07-01 13:19:55.143 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106580 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106580
07-01 13:19:55.145 1309 2221 I mtkpower_client: perf_lock_rel, hdl:106580,
tid:2221
07-01 13:19:57.981 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:19:58.147 1309 4073 I mtkpower_client: perf_lock_acq, hdl:106580, dur:0,
num:2, tid:4073
07-01 13:19:58.149 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106584 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106584
07-01 13:19:58.150 1309 4073 I mtkpower_client: ret_hdl:106584
07-01 13:19:58.151 1309 2740 I mtkpower_client: perf_lock_rel, hdl:106584,
tid:2740
07-01 13:19:59.290 1309 25517 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:20:01.005 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:01.115 1309 1419 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:20:01.115 1309 1419 E ActivityManager: java.lang.Throwable
07-01 13:20:01.115 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:20:01.115 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:20:01.115 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:20:01.115 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:20:01.115 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:20:01.115 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:20:01.115 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:20:01.115 1309 1419 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:20:01.115 1309 1419 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:20:01.159 1309 2740 I mtkpower_client: perf_lock_acq, hdl:106584, dur:0,
num:2, tid:2740
07-01 13:20:01.160 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106587 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106587
07-01 13:20:01.160 1309 2740 I mtkpower_client: ret_hdl:106587
07-01 13:20:01.161 1309 1419 I mtkpower_client: perf_lock_rel, hdl:106587,
tid:1419
07-01 13:20:01.782 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:20:02.077 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:20:04.038 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:07.064 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:07.179 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:20:07.375 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:20:10.093 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:13.130 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:14.189 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:20:16.164 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:17.271 1309 4074 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:20:17.271 1309 4074 E ActivityManager: java.lang.Throwable
07-01 13:20:17.271 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:20:17.271 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:20:17.271 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:20:17.271 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:20:17.271 1309 4074 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:20:17.271 1309 4074 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:20:17.271 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:20:17.271 1309 4074 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:20:17.271 1309 4074 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:20:19.198 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:19.449 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:20:20.480 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:20:20.575 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:20:22.217 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:25.243 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:25.905 1309 1563 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.PEM_RTC from system uid 1000 pkg com.vivo.pem
07-01 13:20:25.905 1309 1563 E ActivityManager: java.lang.Throwable
07-01 13:20:25.905 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14219)
07-01 13:20:25.905 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:20:25.905 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentInPackage(ActivityManag
erService.java:15288)
07-01 13:20:25.905 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService$LocalService.broadcastIntentInPackage(
ActivityManagerService.java:17674)
07-01 13:20:25.905 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:612)
07-01 13:20:25.905 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendWithResult(PendingIntentRecord.java:3
45)
07-01 13:20:25.905 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.sendIntentSender(ActivityManagerServic
e.java:5838)
07-01 13:20:25.905 1309 1563 E ActivityManager: at
android.app.PendingIntent.sendAndReturnResult(PendingIntent.java:986)
07-01 13:20:25.905 1309 1563 E ActivityManager: at
android.app.PendingIntent.send(PendingIntent.java:957)
07-01 13:20:25.905 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$DeliveryTracker.deliverLocked(AlarmMan
agerService.java:5365)
07-01 13:20:25.905 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService.deliverAlarmsLocked(AlarmManagerServic
e.java:4372)
07-01 13:20:25.905 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$AlarmThread.run(AlarmManagerService.ja
va:4646)
07-01 13:20:28.270 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:31.286 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:34.318 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:37.346 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:40.366 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:41.983 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:20:41.984 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:20:42.127 1309 2300 I mtkpower_client: perf_lock_acq, hdl:106587, dur:0,
num:2, tid:2300
07-01 13:20:42.128 1309 2300 I mtkpower_client: ret_hdl:106654
07-01 13:20:42.129 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106654 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106654
07-01 13:20:42.129 1309 2589 I mtkpower_client: perf_lock_rel, hdl:106654,
tid:2589
07-01 13:20:43.383 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:46.384 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:20:46.385 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:20:46.398 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:46.510 1309 2589 I mtkpower_client: perf_lock_acq, hdl:106654, dur:0,
num:2, tid:2589
07-01 13:20:46.511 1309 2589 I mtkpower_client: ret_hdl:106680
07-01 13:20:46.511 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106680 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106680
07-01 13:20:46.512 1309 2740 I mtkpower_client: perf_lock_rel, hdl:106680,
tid:2740
07-01 13:20:49.420 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:52.437 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:55.453 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:58.468 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:20:59.291 1309 25691 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:21:00.242 1309 2740 I mtkpower_client: perf_lock_acq, hdl:106680, dur:0,
num:2, tid:2740
07-01 13:21:00.243 1309 2740 I mtkpower_client: ret_hdl:106724
07-01 13:21:00.243 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106724 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106724
07-01 13:21:00.243 1309 2589 I mtkpower_client: perf_lock_rel, hdl:106724,
tid:2589
07-01 13:21:01.490 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:04.508 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:07.523 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:10.544 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:13.559 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:16.577 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:19.477 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:21:19.478 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:21:19.592 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:22.611 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:25.624 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:28.644 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:29.176 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:21:29.474 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:21:31.661 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:32.375 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:21:32.576 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:21:33.073 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:21:33.876 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:21:34.694 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:36.074 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:21:37.075 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:21:37.721 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:40.751 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:40.761 1309 1543 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 13:21:41.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:21:41.986 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:21:43.786 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:46.810 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:47.040 1309 4071 I mtkpower_client: perf_lock_acq, hdl:106724, dur:0,
num:2, tid:4071
07-01 13:21:47.042 1309 4071 I mtkpower_client: ret_hdl:106752
07-01 13:21:47.042 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106752 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106752
07-01 13:21:47.046 1309 4071 I mtkpower_client: perf_lock_rel, hdl:106752,
tid:4071
07-01 13:21:47.280 1309 4071 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:21:47.280 1309 4071 E ActivityManager: java.lang.Throwable
07-01 13:21:47.280 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:21:47.280 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:21:47.280 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:21:47.280 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:21:47.280 1309 4071 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:21:47.280 1309 4071 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:21:47.280 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:21:47.280 1309 4071 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:21:47.280 1309 4071 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:21:49.841 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:50.014 1309 2589 I mtkpower_client: perf_lock_acq, hdl:106752, dur:0,
num:2, tid:2589
07-01 13:21:50.016 1309 2589 I mtkpower_client: ret_hdl:106760
07-01 13:21:50.016 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106760 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106760
07-01 13:21:50.017 1309 2849 I mtkpower_client: perf_lock_rel, hdl:106760,
tid:2849
07-01 13:21:52.678 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:21:52.877 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:53.045 1309 1419 I mtkpower_client: perf_lock_acq, hdl:106760, dur:0,
num:2, tid:1419
07-01 13:21:53.046 1309 1419 I mtkpower_client: ret_hdl:106769
07-01 13:21:53.046 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106769 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106769
07-01 13:21:53.047 1309 4074 I mtkpower_client: perf_lock_rel, hdl:106769,
tid:4074
07-01 13:21:54.674 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:21:55.909 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:56.064 1309 2849 I mtkpower_client: perf_lock_acq, hdl:106769, dur:0,
num:2, tid:2849
07-01 13:21:56.065 1309 2849 I mtkpower_client: ret_hdl:106772
07-01 13:21:56.065 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106772 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106772
07-01 13:21:56.065 1309 4074 I mtkpower_client: perf_lock_rel, hdl:106772,
tid:4074
07-01 13:21:58.931 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:21:59.316 1309 25916 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:22:01.956 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:04.777 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:22:04.987 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:05.575 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:22:07.281 1309 4074 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:22:07.281 1309 4074 E ActivityManager: java.lang.Throwable
07-01 13:22:07.281 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:22:07.281 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:22:07.281 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:22:07.281 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:22:07.281 1309 4074 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:22:07.281 1309 4074 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:22:07.281 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:22:07.281 1309 4074 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:22:07.281 1309 4074 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:22:08.003 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:09.977 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:22:11.020 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:14.040 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:17.058 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:17.175 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:22:17.473 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:22:18.674 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:22:20.076 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:23.093 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:26.108 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:29.125 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:31.150 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:22:31.253 1309 2300 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:22:31.253 1309 2300 E ActivityManager: java.lang.Throwable
07-01 13:22:31.253 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:22:31.253 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:22:31.253 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:22:31.253 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:22:31.253 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:22:31.253 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:22:31.253 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:22:31.253 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:22:31.253 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:22:32.138 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:32.463 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:22:32.926 1309 2849 I mtkpower_client: perf_lock_acq, hdl:106772, dur:0,
num:2, tid:2849
07-01 13:22:32.927 1309 2849 I mtkpower_client: ret_hdl:106847
07-01 13:22:32.927 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106847 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106847
07-01 13:22:32.928 1309 2849 I mtkpower_client: perf_lock_rel, hdl:106847,
tid:2849
07-01 13:22:34.455 1309 2300 I mtkpower_client: perf_lock_acq, hdl:106847, dur:0,
num:2, tid:2300
07-01 13:22:34.457 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106848 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106848
07-01 13:22:34.457 1309 2300 I mtkpower_client: ret_hdl:106848
07-01 13:22:34.458 1309 2300 I mtkpower_client: perf_lock_rel, hdl:106848,
tid:2300
07-01 13:22:35.162 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:35.284 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:22:35.284 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:22:35.416 1309 2300 I mtkpower_client: perf_lock_acq, hdl:106848, dur:0,
num:2, tid:2300
07-01 13:22:35.418 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106849 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106849
07-01 13:22:35.418 1309 2300 I mtkpower_client: ret_hdl:106849
07-01 13:22:35.419 1309 1543 I mtkpower_client: perf_lock_rel, hdl:106849,
tid:1543
07-01 13:22:37.285 1309 2300 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:22:37.285 1309 2300 E ActivityManager: java.lang.Throwable
07-01 13:22:37.285 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:22:37.285 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:22:37.285 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:22:37.285 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:22:37.285 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:22:37.285 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:22:37.285 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:22:37.285 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:22:37.285 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:22:38.183 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:38.381 1309 1419 I mtkpower_client: perf_lock_acq, hdl:106849, dur:0,
num:2, tid:1419
07-01 13:22:38.382 1309 1419 I mtkpower_client: ret_hdl:106851
07-01 13:22:38.383 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106851 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106851
07-01 13:22:38.383 1309 2300 I mtkpower_client: perf_lock_rel, hdl:106851,
tid:2300
07-01 13:22:41.224 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:42.000 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:22:42.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:22:44.243 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:44.402 1309 1419 I mtkpower_client: perf_lock_acq, hdl:106851, dur:0,
num:2, tid:1419
07-01 13:22:44.403 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106852 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106852
07-01 13:22:44.404 1309 1419 I mtkpower_client: ret_hdl:106852
07-01 13:22:44.404 1309 3540 I mtkpower_client: perf_lock_rel, hdl:106852,
tid:3540
07-01 13:22:47.269 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:48.293 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:22:48.295 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:22:50.294 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:53.321 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:54.475 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:22:54.529 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:22:54.573 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:22:55.674 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:22:55.763 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:22:55.779 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:22:56.348 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:22:57.288 1309 2849 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:22:57.288 1309 2849 E ActivityManager: java.lang.Throwable
07-01 13:22:57.288 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:22:57.288 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:22:57.288 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:22:57.288 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:22:57.288 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:22:57.288 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:22:57.288 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:22:57.288 1309 2849 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:22:57.288 1309 2849 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:22:59.317 1309 26006 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:22:59.370 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:02.390 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:05.412 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:07.874 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:23:08.276 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:23:08.443 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:09.874 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:23:11.274 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:23:11.470 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:14.497 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:17.529 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:20.545 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:23.578 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:23.729 1309 3540 I mtkpower_client: perf_lock_acq, hdl:106852, dur:0,
num:2, tid:3540
07-01 13:23:23.730 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:106913 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106913
07-01 13:23:23.731 1309 3540 I mtkpower_client: ret_hdl:106913
07-01 13:23:23.731 1309 1419 I mtkpower_client: perf_lock_rel, hdl:106913,
tid:1419
07-01 13:23:23.894 1309 3540 I mtkpower_client: perf_lock_acq, hdl:106913, dur:0,
num:2, tid:3540
07-01 13:23:23.895 1309 3540 I mtkpower_client: ret_hdl:106914
07-01 13:23:23.895 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106914 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106914
07-01 13:23:23.896 1309 2849 I mtkpower_client: perf_lock_rel, hdl:106914,
tid:2849
07-01 13:23:26.336 1309 3540 I mtkpower_client: perf_lock_acq, hdl:106914, dur:0,
num:2, tid:3540
07-01 13:23:26.337 1309 3540 I mtkpower_client: ret_hdl:106921
07-01 13:23:26.337 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106921 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106921
07-01 13:23:26.338 1309 3540 I mtkpower_client: perf_lock_rel, hdl:106921,
tid:3540
07-01 13:23:26.549 1309 3540 I mtkpower_client: perf_lock_acq, hdl:106921, dur:0,
num:2, tid:3540
07-01 13:23:26.550 1309 3540 I mtkpower_client: ret_hdl:106922
07-01 13:23:26.550 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106922 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106922
07-01 13:23:26.551 1309 2849 I mtkpower_client: perf_lock_rel, hdl:106922,
tid:2849
07-01 13:23:26.608 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:29.638 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:32.653 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:32.796 1309 2849 I mtkpower_client: perf_lock_acq, hdl:106922, dur:0,
num:2, tid:2849
07-01 13:23:32.797 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106943 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106943
07-01 13:23:32.797 1309 2849 I mtkpower_client: ret_hdl:106943
07-01 13:23:32.799 1309 3540 I mtkpower_client: perf_lock_rel, hdl:106943,
tid:3540
07-01 13:23:34.678 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:23:34.678 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:23:35.693 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:38.710 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:38.802 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:23:38.803 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:23:38.884 1309 2300 I mtkpower_client: perf_lock_acq, hdl:106943, dur:0,
num:2, tid:2300
07-01 13:23:38.887 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106951 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106951
07-01 13:23:38.888 1309 2300 I mtkpower_client: ret_hdl:106951
07-01 13:23:38.889 1309 3540 I mtkpower_client: perf_lock_rel, hdl:106951,
tid:3540
07-01 13:23:41.741 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:41.903 1309 3540 I mtkpower_client: perf_lock_acq, hdl:106951, dur:0,
num:2, tid:3540
07-01 13:23:41.904 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106955 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106955
07-01 13:23:41.905 1309 3540 I mtkpower_client: ret_hdl:106955
07-01 13:23:41.906 1309 4074 I mtkpower_client: perf_lock_rel, hdl:106955,
tid:4074
07-01 13:23:41.984 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:23:41.985 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:23:42.115 1309 4074 I mtkpower_client: perf_lock_acq, hdl:106955, dur:0,
num:2, tid:4074
07-01 13:23:42.116 1309 4074 I mtkpower_client: ret_hdl:106956
07-01 13:23:42.117 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106956 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106956
07-01 13:23:42.117 1309 3540 I mtkpower_client: perf_lock_rel, hdl:106956,
tid:3540
07-01 13:23:44.761 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:44.922 1309 4077 I mtkpower_client: perf_lock_acq, hdl:106956, dur:0,
num:2, tid:4077
07-01 13:23:44.924 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106960 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106960
07-01 13:23:44.924 1309 4077 I mtkpower_client: ret_hdl:106960
07-01 13:23:44.925 1309 4344 I mtkpower_client: perf_lock_rel, hdl:106960,
tid:4344
07-01 13:23:47.792 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:47.942 1309 4077 I mtkpower_client: perf_lock_acq, hdl:106960, dur:0,
num:2, tid:4077
07-01 13:23:47.943 1309 4077 I mtkpower_client: ret_hdl:106963
07-01 13:23:47.943 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106963 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106963
07-01 13:23:47.943 1309 1419 I mtkpower_client: perf_lock_rel, hdl:106963,
tid:1419
07-01 13:23:50.809 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:50.997 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:51.039 1309 2161 E _V_VivoWifiUtil: isEasyShareAp
error:java.lang.NullPointerException: pattern == null
07-01 13:23:51.040 1309 2161 E _V_VivoWifiUtil: isQuantumSuiteAp
error:android.content.pm.PackageManager$NameNotFoundException: com.vivo.pcsuite
07-01 13:23:53.825 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:53.986 1309 2850 I mtkpower_client: perf_lock_acq, hdl:106963, dur:0,
num:2, tid:2850
07-01 13:23:53.987 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106972 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106972
07-01 13:23:53.988 1309 2850 I mtkpower_client: ret_hdl:106972
07-01 13:23:53.989 1309 1419 I mtkpower_client: perf_lock_rel, hdl:106972,
tid:1419
07-01 13:23:56.846 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:23:57.289 1309 1419 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:23:57.289 1309 1419 E ActivityManager: java.lang.Throwable
07-01 13:23:57.289 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:23:57.289 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:23:57.289 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:23:57.289 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:23:57.289 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:23:57.289 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:23:57.289 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:23:57.289 1309 1419 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:23:57.289 1309 1419 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:23:59.320 1309 26116 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:23:59.776 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:23:59.862 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:00.077 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:24:00.281 1309 1419 I mtkpower_client: perf_lock_acq, hdl:106972, dur:0,
num:2, tid:1419
07-01 13:24:00.282 1309 1419 I mtkpower_client: ret_hdl:106979
07-01 13:24:00.282 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106979 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106979
07-01 13:24:00.285 1309 1543 I mtkpower_client: perf_lock_rel, hdl:106979,
tid:1543
07-01 13:24:02.575 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:24:02.882 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:03.040 1309 2300 I mtkpower_client: perf_lock_acq, hdl:106979, dur:0,
num:2, tid:2300
07-01 13:24:03.041 1309 2300 I mtkpower_client: ret_hdl:106980
07-01 13:24:03.041 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106980 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106980
07-01 13:24:03.042 1309 1419 I mtkpower_client: perf_lock_rel, hdl:106980,
tid:1419
07-01 13:24:05.929 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:07.297 1309 4073 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:24:07.297 1309 4073 E ActivityManager: java.lang.Throwable
07-01 13:24:07.297 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:24:07.297 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:24:07.297 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:24:07.297 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:24:07.297 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:24:07.297 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:24:07.297 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:24:07.297 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:24:07.297 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:24:08.986 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:09.276 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:24:12.014 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:12.203 1309 2850 I mtkpower_client: perf_lock_acq, hdl:106980, dur:0,
num:2, tid:2850
07-01 13:24:12.204 1309 2850 I mtkpower_client: ret_hdl:106982
07-01 13:24:12.204 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106982 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106982
07-01 13:24:12.205 1309 2849 I mtkpower_client: perf_lock_rel, hdl:106982,
tid:2849
07-01 13:24:15.052 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:18.084 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:21.111 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:24.142 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:27.169 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:30.201 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:33.233 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:36.260 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:37.042 1309 2849 I mtkpower_client: perf_lock_acq, hdl:106982, dur:0,
num:2, tid:2849
07-01 13:24:37.044 1309 2849 I mtkpower_client: ret_hdl:106983
07-01 13:24:37.045 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106983 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106983
07-01 13:24:37.046 1309 2849 I mtkpower_client: perf_lock_rel, hdl:106983,
tid:2849
07-01 13:24:37.734 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.android.systemui
07-01 13:24:38.041 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:24:38.639 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:24:39.278 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:40.674 1309 2850 I mtkpower_client: perf_lock_acq, hdl:106983, dur:0,
num:2, tid:2850
07-01 13:24:40.677 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:106987 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106987
07-01 13:24:40.677 1309 2850 I mtkpower_client: ret_hdl:106987
07-01 13:24:40.678 1309 2850 I mtkpower_client: perf_lock_rel, hdl:106987,
tid:2850
07-01 13:24:40.900 1309 2589 I mtkpower_client: perf_lock_acq, hdl:106987, dur:0,
num:2, tid:2589
07-01 13:24:40.901 1309 2589 I mtkpower_client: ret_hdl:106990
07-01 13:24:40.901 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:106990 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106990
07-01 13:24:40.902 1309 2589 I mtkpower_client: perf_lock_rel, hdl:106990,
tid:2589
07-01 13:24:41.762 1309 2589 I mtkpower_client: perf_lock_acq, hdl:106990, dur:0,
num:2, tid:2589
07-01 13:24:41.764 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106992 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106992
07-01 13:24:41.764 1309 2589 I mtkpower_client: ret_hdl:106992
07-01 13:24:41.765 1309 2589 I mtkpower_client: perf_lock_rel, hdl:106992,
tid:2589
07-01 13:24:42.000 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:24:42.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:24:42.140 1309 3540 I mtkpower_client: perf_lock_acq, hdl:106992, dur:0,
num:2, tid:3540
07-01 13:24:42.142 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:106994 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:106994
07-01 13:24:42.143 1309 3540 I mtkpower_client: ret_hdl:106994
07-01 13:24:42.145 1309 3540 I mtkpower_client: perf_lock_rel, hdl:106994,
tid:3540
07-01 13:24:42.312 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:45.341 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:48.374 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:51.388 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:54.414 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:57.436 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:24:59.325 1309 26259 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:25:00.461 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:01.383 1309 2850 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:25:01.383 1309 2850 E ActivityManager: java.lang.Throwable
07-01 13:25:01.383 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:25:01.383 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:25:01.383 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:25:01.383 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:25:01.383 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:25:01.383 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:25:01.383 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:25:01.383 1309 2850 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:25:01.383 1309 2850 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:25:03.480 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:06.505 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:09.533 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:12.564 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:15.591 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:18.619 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:21.645 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:23.565 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:25:23.566 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:25:24.668 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:27.687 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:28.689 1309 2300 I mtkpower_client: perf_lock_acq, hdl:106994, dur:0,
num:2, tid:2300
07-01 13:25:28.691 1309 2300 I mtkpower_client: ret_hdl:107025
07-01 13:25:28.691 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107025 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107025
07-01 13:25:28.691 1309 2850 I mtkpower_client: perf_lock_rel, hdl:107025,
tid:2850
07-01 13:25:30.706 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:33.724 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:36.747 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:39.761 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:41.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:25:41.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:25:42.139 1309 4073 I mtkpower_client: perf_lock_acq, hdl:107025, dur:0,
num:2, tid:4073
07-01 13:25:42.140 1309 4073 I mtkpower_client: ret_hdl:107042
07-01 13:25:42.140 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107042 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107042
07-01 13:25:42.141 1309 2850 I mtkpower_client: perf_lock_rel, hdl:107042,
tid:2850
07-01 13:25:42.778 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:45.795 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:48.823 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:51.838 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:54.865 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:57.879 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:25:59.304 1309 26346 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:26:00.259 1309 2300 I mtkpower_client: perf_lock_acq, hdl:107042, dur:0,
num:2, tid:2300
07-01 13:26:00.260 1309 2300 I mtkpower_client: ret_hdl:107092
07-01 13:26:00.261 1309 3540 I mtkpower_client: perf_lock_acq, hdl:107092, dur:0,
num:2, tid:3540
07-01 13:26:00.261 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107092 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107092
07-01 13:26:00.262 1309 3540 I mtkpower_client: ret_hdl:107092
07-01 13:26:00.262 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107092 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107092
07-01 13:26:00.263 1309 4073 I mtkpower_client: perf_lock_rel, hdl:107092,
tid:4073
07-01 13:26:00.264 1309 4073 I mtkpower_client: perf_lock_rel, hdl:107092,
tid:4073
07-01 13:26:00.898 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:01.181 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:26:02.273 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:26:03.913 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:06.474 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:26:06.933 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:06.975 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:26:08.375 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:26:09.575 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:26:09.951 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:12.996 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:16.019 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:19.049 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:22.073 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:22.977 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:26:22.978 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:26:23.122 1309 1419 I mtkpower_client: perf_lock_acq, hdl:107092, dur:0,
num:2, tid:1419
07-01 13:26:23.124 1309 1419 I mtkpower_client: ret_hdl:107105
07-01 13:26:23.124 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107105 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107105
07-01 13:26:23.126 1309 2300 I mtkpower_client: perf_lock_rel, hdl:107105,
tid:2300
07-01 13:26:24.474 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:26:24.674 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:26:24.774 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:26:24.974 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:26:25.103 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:28.126 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:31.155 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:34.177 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:36.478 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:26:36.874 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:26:37.198 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:40.214 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:42.003 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:26:42.003 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:26:42.043 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:26:42.043 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:26:43.233 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:46.258 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:49.287 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:52.306 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:52.775 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:26:53.275 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:26:55.326 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:58.346 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:26:59.306 1309 26408 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:26:59.674 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:26:59.975 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:27:00.195 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107105, dur:0,
num:2, tid:4074
07-01 13:27:00.197 1309 4074 I mtkpower_client: ret_hdl:107172
07-01 13:27:00.197 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107172 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107172
07-01 13:27:00.198 1309 4073 I mtkpower_client: perf_lock_rel, hdl:107172,
tid:4073
07-01 13:27:01.371 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:04.387 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:07.328 1309 4073 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:27:07.328 1309 4073 E ActivityManager: java.lang.Throwable
07-01 13:27:07.328 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:27:07.328 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:27:07.328 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:27:07.328 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:27:07.328 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:27:07.328 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:27:07.328 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:27:07.328 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:27:07.328 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:27:07.408 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:10.428 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:13.464 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:16.478 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:19.495 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:22.274 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:27:22.508 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:22.973 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:27:25.528 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:28.543 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:31.563 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:31.637 1309 4073 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:27:31.637 1309 4073 E ActivityManager: java.lang.Throwable
07-01 13:27:31.637 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:27:31.637 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:27:31.637 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:27:31.637 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:27:31.637 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:27:31.637 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:27:31.637 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:27:31.637 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:27:31.637 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:27:34.582 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:37.604 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:38.077 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:27:39.777 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:27:40.624 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:42.001 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:27:42.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:27:43.661 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:46.687 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:47.342 1309 4074 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:27:47.342 1309 4074 E ActivityManager: java.lang.Throwable
07-01 13:27:47.342 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:27:47.342 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:27:47.342 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:27:47.342 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:27:47.342 1309 4074 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:27:47.342 1309 4074 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:27:47.342 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:27:47.342 1309 4074 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:27:47.342 1309 4074 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:27:49.736 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:49.939 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107172, dur:0,
num:2, tid:4074
07-01 13:27:49.941 1309 4074 I mtkpower_client: ret_hdl:107238
07-01 13:27:49.941 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107238 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107238
07-01 13:27:49.942 1309 4074 I mtkpower_client: perf_lock_rel, hdl:107238,
tid:4074
07-01 13:27:51.429 1309 1423 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:27:51.492 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:27:51.493 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:27:51.501 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107238, dur:0,
num:2, tid:4074
07-01 13:27:51.502 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107243 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107243
07-01 13:27:51.503 1309 4074 I mtkpower_client: ret_hdl:107243
07-01 13:27:51.504 1309 4073 I mtkpower_client: perf_lock_rel, hdl:107243,
tid:4073
07-01 13:27:51.519 1309 1423 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:27:51.684 1309 4344 I mtkpower_client: perf_lock_acq, hdl:104269, dur:0,
num:2, tid:4344
07-01 13:27:51.685 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107244 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107244
07-01 13:27:51.685 1309 4344 I mtkpower_client: ret_hdl:107244
07-01 13:27:51.686 1309 4344 I mtkpower_client: perf_lock_rel, hdl:107244,
tid:4344
07-01 13:27:51.775 1309 3540 I mtkpower_client: perf_lock_acq, hdl:107243, dur:0,
num:2, tid:3540
07-01 13:27:51.776 1309 3540 I mtkpower_client: ret_hdl:107245
07-01 13:27:51.776 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107245 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107245
07-01 13:27:51.777 1309 3968 I mtkpower_client: perf_lock_rel, hdl:107245,
tid:3968
07-01 13:27:51.797 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:27:51.811 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:27:51.818 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:27:52.188 1309 4073 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 13:27:52.377 1309 2849 I mtkpower_client: perf_lock_acq, hdl:104280, dur:0,
num:2, tid:2849
07-01 13:27:52.379 1309 2849 I mtkpower_client: ret_hdl:107248
07-01 13:27:52.381 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107248 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107248
07-01 13:27:52.382 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107248,
tid:2849
07-01 13:27:52.387 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107244, dur:0,
num:2, tid:2849
07-01 13:27:52.388 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107249 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107249
07-01 13:27:52.394 1309 2849 I mtkpower_client: ret_hdl:107249
07-01 13:27:52.396 1309 3540 I mtkpower_client: perf_lock_rel, hdl:107249,
tid:3540
07-01 13:27:52.405 1309 3540 I mtkpower_client: perf_lock_acq, hdl:107245, dur:0,
num:2, tid:3540
07-01 13:27:52.406 1309 3540 I mtkpower_client: ret_hdl:107250
07-01 13:27:52.406 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107250 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107250
07-01 13:27:52.412 1309 3968 I mtkpower_client: perf_lock_rel, hdl:107250,
tid:3968
07-01 13:27:52.644 1309 4344 I mtkpower_client: perf_lock_acq, hdl:107248, dur:0,
num:2, tid:4344
07-01 13:27:52.646 1309 4344 I mtkpower_client: ret_hdl:107251
07-01 13:27:52.647 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107251 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107251
07-01 13:27:52.648 1309 4344 I mtkpower_client: perf_lock_rel, hdl:107251,
tid:4344
07-01 13:27:52.714 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107249, dur:0,
num:2, tid:4074
07-01 13:27:52.739 1309 2175 E _V_MobileNetworkQosMonitor: mTelephonyManager is
null.
07-01 13:27:52.752 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107252 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107252
07-01 13:27:52.752 1309 4074 I mtkpower_client: ret_hdl:107252
07-01 13:27:52.754 1309 4074 I mtkpower_client: perf_lock_rel, hdl:107252,
tid:4074
07-01 13:27:52.770 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:52.808 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107251, dur:0,
num:2, tid:4074
07-01 13:27:52.809 1309 4074 I mtkpower_client: ret_hdl:107253
07-01 13:27:52.809 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107253 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107253
07-01 13:27:52.809 1309 4074 I mtkpower_client: perf_lock_rel, hdl:107253,
tid:4074
07-01 13:27:52.877 1309 4344 I mtkpower_client: perf_lock_acq, hdl:104303, dur:0,
num:2, tid:4344
07-01 13:27:52.877 1309 4344 I mtkpower_client: ret_hdl:107254
07-01 13:27:52.877 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107254 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107254
07-01 13:27:52.878 1309 4074 I mtkpower_client: perf_lock_rel, hdl:107254,
tid:4074
07-01 13:27:52.916 1309 4074 I mtkpower_client: perf_lock_acq, hdl:104270, dur:0,
num:2, tid:4074
07-01 13:27:52.917 1309 4074 I mtkpower_client: ret_hdl:107255
07-01 13:27:52.917 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107255 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107255
07-01 13:27:52.918 1309 4074 I mtkpower_client: perf_lock_rel, hdl:107255,
tid:4074
07-01 13:27:53.036 1309 1435 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:27:53.319 1309 2300 I mtkpower_client: perf_lock_acq, hdl:107252, dur:0,
num:2, tid:2300
07-01 13:27:53.319 1309 2300 I mtkpower_client: ret_hdl:107261
07-01 13:27:53.320 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107261 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107261
07-01 13:27:53.320 1309 2589 I mtkpower_client: perf_lock_rel, hdl:107261,
tid:2589
07-01 13:27:53.469 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107250, dur:0,
num:2, tid:4074
07-01 13:27:53.470 1309 4074 I mtkpower_client: ret_hdl:107262
07-01 13:27:53.470 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107262 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107262
07-01 13:27:53.471 1309 4344 I mtkpower_client: perf_lock_rel, hdl:107262,
tid:4344
07-01 13:27:53.608 1309 4344 I mtkpower_client: perf_lock_acq, hdl:107261, dur:0,
num:2, tid:4344
07-01 13:27:53.608 1309 4344 I mtkpower_client: ret_hdl:107263
07-01 13:27:53.609 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107263 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107263
07-01 13:27:53.609 1309 4344 I mtkpower_client: perf_lock_rel, hdl:107263,
tid:4344
07-01 13:27:54.019 1309 4074 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:27:54.036 1309 4344 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:27:54.060 1309 4344 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:27:54.319 1309 2300 I mtkpower_client: perf_lock_acq, hdl:107263, dur:0,
num:2, tid:2300
07-01 13:27:54.320 1309 2300 I mtkpower_client: ret_hdl:107271
07-01 13:27:54.320 556 614 I libPowerHal: [perfLockAcq] idx:6 hdl:107271 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107271
07-01 13:27:54.320 1309 2300 I mtkpower_client: perf_lock_rel, hdl:107271,
tid:2300
07-01 13:27:54.560 1309 2300 I mtkpower_client: perf_lock_acq, hdl:107271, dur:0,
num:2, tid:2300
07-01 13:27:54.561 1309 2300 I mtkpower_client: ret_hdl:107272
07-01 13:27:54.561 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107272 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107272
07-01 13:27:54.561 1309 2300 I mtkpower_client: perf_lock_rel, hdl:107272,
tid:2300
07-01 13:27:55.791 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:56.062 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107262, dur:0,
num:2, tid:4074
07-01 13:27:56.063 1309 4074 I mtkpower_client: ret_hdl:107273
07-01 13:27:56.063 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107273 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107273
07-01 13:27:56.063 1309 4074 I mtkpower_client: perf_lock_rel, hdl:107273,
tid:4074
07-01 13:27:58.805 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:27:59.306 1309 26530 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:27:59.929 1309 2175 E _V_MobileNetworkQosMonitor: mTelephonyManager is
null.
07-01 13:28:00.015 1309 4344 I mtkpower_client: perf_lock_acq, hdl:107272, dur:0,
num:2, tid:4344
07-01 13:28:00.016 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107274 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107274
07-01 13:28:00.017 1309 4344 I mtkpower_client: ret_hdl:107274
07-01 13:28:00.017 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107274,
tid:2849
07-01 13:28:00.370 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107273, dur:0,
num:2, tid:2849
07-01 13:28:00.371 1309 2849 I mtkpower_client: ret_hdl:107275
07-01 13:28:00.371 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107275 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107275
07-01 13:28:00.371 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107275,
tid:2849
07-01 13:28:01.225 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 13:28:01.270 1309 2849 I mtkpower_client: perf_lock_acq, hdl:0, dur:0,
num:2, tid:2849
07-01 13:28:01.272 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107276 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107276
07-01 13:28:01.272 1309 2849 I mtkpower_client: ret_hdl:107276
07-01 13:28:01.273 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107276,
tid:2849
07-01 13:28:01.405 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107276, dur:0,
num:2, tid:2849
07-01 13:28:01.406 1309 2849 I mtkpower_client: ret_hdl:107277
07-01 13:28:01.406 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107277 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107277
07-01 13:28:01.407 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107277,
tid:2849
07-01 13:28:01.821 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:03.521 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107277, dur:0,
num:2, tid:2849
07-01 13:28:03.522 1309 2849 I mtkpower_client: ret_hdl:107278
07-01 13:28:03.522 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107278 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107278
07-01 13:28:03.522 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107278,
tid:2849
07-01 13:28:03.623 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107278, dur:0,
num:2, tid:2849
07-01 13:28:03.625 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107279 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107279
07-01 13:28:03.625 1309 2849 I mtkpower_client: ret_hdl:107279
07-01 13:28:03.626 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107279,
tid:2849
07-01 13:28:04.013 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107279, dur:0,
num:2, tid:2849
07-01 13:28:04.014 1309 2849 I mtkpower_client: ret_hdl:107280
07-01 13:28:04.014 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107280 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107280
07-01 13:28:04.015 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107280,
tid:2849
07-01 13:28:04.756 1309 1435 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:28:04.841 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:05.261 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107280, dur:0,
num:2, tid:2849
07-01 13:28:05.262 1309 2849 I mtkpower_client: ret_hdl:107289
07-01 13:28:05.262 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107289 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107289
07-01 13:28:05.263 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107289,
tid:2849
07-01 13:28:06.727 1309 2300 I mtkpower_client: perf_lock_acq, hdl:107289, dur:0,
num:2, tid:2300
07-01 13:28:06.728 1309 2300 I mtkpower_client: ret_hdl:107296
07-01 13:28:06.728 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107296 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107296
07-01 13:28:06.729 1309 2300 I mtkpower_client: perf_lock_rel, hdl:107296,
tid:2300
07-01 13:28:07.329 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107296, dur:0,
num:2, tid:2849
07-01 13:28:07.330 1309 2849 I mtkpower_client: ret_hdl:107297
07-01 13:28:07.330 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107297 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107297
07-01 13:28:07.331 1309 2300 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:28:07.331 1309 2300 E ActivityManager: java.lang.Throwable
07-01 13:28:07.331 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:28:07.331 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:28:07.331 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:28:07.331 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:28:07.331 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:28:07.331 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:28:07.331 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:28:07.331 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:28:07.331 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:28:07.332 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107297,
tid:2849
07-01 13:28:07.637 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:28:07.660 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:28:07.774 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:28:07.786 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:28:07.806 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:28:07.826 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:28:07.880 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:07.966 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107297, dur:0,
num:2, tid:2849
07-01 13:28:07.966 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107299 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107299
07-01 13:28:07.966 1309 2849 I mtkpower_client: ret_hdl:107299
07-01 13:28:07.967 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107299,
tid:2849
07-01 13:28:08.501 1309 2589 I mtkpower_client: perf_lock_acq, hdl:107299, dur:0,
num:2, tid:2589
07-01 13:28:08.502 1309 2589 I mtkpower_client: ret_hdl:107300
07-01 13:28:08.502 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107300 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107300
07-01 13:28:08.502 1309 2589 I mtkpower_client: perf_lock_rel, hdl:107300,
tid:2589
07-01 13:28:09.142 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107300, dur:0,
num:2, tid:2849
07-01 13:28:09.143 1309 2849 I mtkpower_client: ret_hdl:107302
07-01 13:28:09.143 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107302 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107302
07-01 13:28:09.143 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107302,
tid:2849
07-01 13:28:10.909 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:11.240 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107302, dur:0,
num:2, tid:2849
07-01 13:28:11.243 1309 2849 I mtkpower_client: ret_hdl:107308
07-01 13:28:11.243 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107308 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107308
07-01 13:28:11.244 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107308,
tid:2849
07-01 13:28:11.697 1309 2300 I mtkpower_client: perf_lock_acq, hdl:107308, dur:0,
num:2, tid:2300
07-01 13:28:11.698 1309 2300 I mtkpower_client: ret_hdl:107310
07-01 13:28:11.698 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107310 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107310
07-01 13:28:11.699 1309 2300 I mtkpower_client: perf_lock_rel, hdl:107310,
tid:2300
07-01 13:28:11.720 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:28:11.768 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:28:11.772 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:28:11.798 1309 4344 I mtkpower_client: perf_lock_acq, hdl:107310, dur:0,
num:2, tid:4344
07-01 13:28:11.799 1309 4344 I mtkpower_client: ret_hdl:107311
07-01 13:28:11.799 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107311 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107311
07-01 13:28:11.800 1309 4344 I mtkpower_client: perf_lock_rel, hdl:107311,
tid:4344
07-01 13:28:11.880 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:28:11.880 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:28:12.031 1309 2589 I mtkpower_client: perf_lock_acq, hdl:107275, dur:0,
num:2, tid:2589
07-01 13:28:12.031 1309 2589 I mtkpower_client: ret_hdl:107312
07-01 13:28:12.032 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107312 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107312
07-01 13:28:12.032 1309 2589 I mtkpower_client: perf_lock_rel, hdl:107312,
tid:2589
07-01 13:28:12.631 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107312, dur:0,
num:2, tid:4074
07-01 13:28:12.632 1309 4074 I mtkpower_client: ret_hdl:107313
07-01 13:28:12.632 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107313 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107313
07-01 13:28:12.633 1309 4074 I mtkpower_client: perf_lock_rel, hdl:107313,
tid:4074
07-01 13:28:12.633 1309 2589 I mtkpower_client: perf_lock_acq, hdl:107313, dur:0,
num:2, tid:2589
07-01 13:28:12.634 1309 2589 I mtkpower_client: ret_hdl:107314
07-01 13:28:12.634 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107314 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107314
07-01 13:28:12.635 1309 2589 I mtkpower_client: perf_lock_rel, hdl:107314,
tid:2589
07-01 13:28:13.067 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107311, dur:0,
num:2, tid:4074
07-01 13:28:13.068 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107315 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107315
07-01 13:28:13.068 1309 4074 I mtkpower_client: ret_hdl:107315
07-01 13:28:13.069 1309 4074 I mtkpower_client: perf_lock_rel, hdl:107315,
tid:4074
07-01 13:28:13.140 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:28:13.168 1309 4344 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:28:13.178 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:28:13.185 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:28:13.193 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:28:13.581 1309 1543 I mtkpower_client: perf_lock_acq, hdl:107315, dur:0,
num:2, tid:1543
07-01 13:28:13.582 1309 1543 I mtkpower_client: ret_hdl:107316
07-01 13:28:13.582 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107316 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107316
07-01 13:28:13.582 1309 1543 I mtkpower_client: perf_lock_rel, hdl:107316,
tid:1543
07-01 13:28:13.938 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:14.449 1309 2300 I mtkpower_client: perf_lock_acq, hdl:107316, dur:0,
num:2, tid:2300
07-01 13:28:14.450 1309 2300 I mtkpower_client: ret_hdl:107317
07-01 13:28:14.450 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107317 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107317
07-01 13:28:14.450 1309 4344 I mtkpower_client: perf_lock_rel, hdl:107317,
tid:4344
07-01 13:28:14.722 1309 4344 I mtkpower_client: perf_lock_acq, hdl:107317, dur:0,
num:2, tid:4344
07-01 13:28:14.723 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107318 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107318
07-01 13:28:14.724 1309 4344 I mtkpower_client: ret_hdl:107318
07-01 13:28:14.725 1309 4344 I mtkpower_client: perf_lock_rel, hdl:107318,
tid:4344
07-01 13:28:15.439 1309 4344 I mtkpower_client: perf_lock_acq, hdl:107318, dur:0,
num:2, tid:4344
07-01 13:28:15.441 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107319 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107319
07-01 13:28:15.441 1309 4344 I mtkpower_client: ret_hdl:107319
07-01 13:28:15.442 1309 4344 I mtkpower_client: perf_lock_rel, hdl:107319,
tid:4344
07-01 13:28:16.020 1309 4344 I mtkpower_client: perf_lock_acq, hdl:107319, dur:0,
num:2, tid:4344
07-01 13:28:16.023 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107320 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107320
07-01 13:28:16.025 1309 4344 I mtkpower_client: ret_hdl:107320
07-01 13:28:16.026 1309 2300 I mtkpower_client: perf_lock_rel, hdl:107320,
tid:2300
07-01 13:28:16.962 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:20.035 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:23.054 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:26.083 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:29.111 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:32.164 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:35.197 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:37.332 1309 3968 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:28:37.332 1309 3968 E ActivityManager: java.lang.Throwable
07-01 13:28:37.332 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:28:37.332 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:28:37.332 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:28:37.332 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:28:37.332 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:28:37.332 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:28:37.332 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:28:37.332 1309 3968 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:28:37.332 1309 3968 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:28:38.226 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:41.255 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:42.000 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:28:42.000 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:28:42.165 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107314, dur:0,
num:2, tid:4074
07-01 13:28:42.167 1309 4074 I mtkpower_client: ret_hdl:107322
07-01 13:28:42.167 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107322 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107322
07-01 13:28:42.168 1309 4074 I mtkpower_client: perf_lock_rel, hdl:107322,
tid:4074
07-01 13:28:44.290 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:47.321 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:50.359 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:53.381 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:53.615 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107322, dur:0,
num:2, tid:4074
07-01 13:28:53.617 1309 4074 I mtkpower_client: ret_hdl:107323
07-01 13:28:53.617 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107323 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107323
07-01 13:28:53.617 1309 3968 I mtkpower_client: perf_lock_rel, hdl:107323,
tid:3968
07-01 13:28:56.406 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:28:56.671 1309 3968 I mtkpower_client: perf_lock_acq, hdl:107323, dur:0,
num:2, tid:3968
07-01 13:28:56.672 1309 3968 I mtkpower_client: ret_hdl:107324
07-01 13:28:56.673 1309 2589 I mtkpower_client: perf_lock_rel, hdl:107324,
tid:2589
07-01 13:28:56.674 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107324 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107324
07-01 13:28:57.557 23096 26613 E BufferQueueProducer: BQDUMP >[02:0x64f5ddc0]
state=ACQUIRED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:57.558 23096 26613 E BufferQueueProducer: BQDUMP >[02:0x64f5ddc0]
state=ACQUIRED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:57.663 23096 26613 E BufferQueueProducer: BQDUMP [02:0x64f5ddc0]
state=DEQUEUED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:57.663 23096 26613 E BufferQueueProducer: BQDUMP [02:0x64f5ddc0]
state=DEQUEUED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:57.699 23096 26613 E BufferQueueProducer: BQDUMP [02:0x64f5ddc0]
state=DEQUEUED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:57.699 23096 26613 E BufferQueueProducer: BQDUMP [02:0x64f5ddc0]
state=DEQUEUED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:57.846 23096 26613 E BufferQueueProducer: BQDUMP [02:0x64f5ddc0]
state=DEQUEUED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:57.846 23096 26613 E BufferQueueProducer: BQDUMP [02:0x64f5ddc0]
state=DEQUEUED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:57.882 23096 26613 E BufferQueueProducer: BQDUMP [02:0x64f5ddc0]
state=DEQUEUED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:57.882 23096 26613 E BufferQueueProducer: BQDUMP [02:0x64f5ddc0]
state=DEQUEUED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:57.918 23096 26613 E BufferQueueProducer: BQDUMP [02:0x64f5ddc0]
state=DEQUEUED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:57.918 23096 26613 E BufferQueueProducer: BQDUMP [02:0x64f5ddc0]
state=DEQUEUED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:58.136 23096 26613 E BufferQueueProducer: BQDUMP [02:0x64f5ddc0]
state=DEQUEUED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:58.136 23096 26613 E BufferQueueProducer: BQDUMP [02:0x64f5ddc0]
state=DEQUEUED 0x8e35ab40 frame=1309 [ 384x 640: 384,32315679]
07-01 13:28:59.329 1309 26943 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:28:59.481 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:02.296 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:29:02.298 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:29:02.509 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:02.511 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:02.605 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:02.624 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:29:02.651 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:29:03.080 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:29:03.373 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:29:03.411 1309 1543 I mtkpower_client: perf_lock_acq, hdl:107320, dur:0,
num:2, tid:1543
07-01 13:29:03.411 1309 1543 I mtkpower_client: ret_hdl:107330
07-01 13:29:03.412 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107330 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107330
07-01 13:29:03.412 1309 1543 I mtkpower_client: perf_lock_rel, hdl:107330,
tid:1543
07-01 13:29:03.944 1309 2300 I mtkpower_client: perf_lock_acq, hdl:107330, dur:0,
num:2, tid:2300
07-01 13:29:03.945 1309 2300 I mtkpower_client: ret_hdl:107331
07-01 13:29:03.945 1309 2300 I mtkpower_client: perf_lock_rel, hdl:107331,
tid:2300
07-01 13:29:03.946 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107331 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107331
07-01 13:29:03.949 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:04.076 1309 4073 I mtkpower_client: perf_lock_acq, hdl:107331, dur:0,
num:2, tid:4073
07-01 13:29:04.077 1309 4073 I mtkpower_client: ret_hdl:107332
07-01 13:29:04.078 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107332 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107332
07-01 13:29:04.078 1309 4073 I mtkpower_client: perf_lock_rel, hdl:107332,
tid:4073
07-01 13:29:04.082 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:29:04.083 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:29:04.186 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:04.257 1309 4073 I mtkpower_client: perf_lock_acq, hdl:107332, dur:0,
num:2, tid:4073
07-01 13:29:04.258 1309 4073 I mtkpower_client: ret_hdl:107337
07-01 13:29:04.259 1309 4073 I mtkpower_client: perf_lock_rel, hdl:107337,
tid:4073
07-01 13:29:04.259 556 614 I libPowerHal: [perfLockAcq] idx:4 hdl:107337 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107337
07-01 13:29:04.262 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:04.289 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:29:04.309 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:29:04.509 1309 2300 I mtkpower_client: perf_lock_acq, hdl:107337, dur:0,
num:2, tid:2300
07-01 13:29:04.509 1309 2300 I mtkpower_client: ret_hdl:107340
07-01 13:29:04.510 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107340 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107340
07-01 13:29:04.510 1309 2300 I mtkpower_client: perf_lock_rel, hdl:107340,
tid:2300
07-01 13:29:04.682 1309 4073 I mtkpower_client: perf_lock_acq, hdl:107340, dur:0,
num:2, tid:4073
07-01 13:29:04.683 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107341 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107341
07-01 13:29:04.684 1309 4073 I mtkpower_client: ret_hdl:107341
07-01 13:29:04.687 1309 4073 I mtkpower_client: perf_lock_rel, hdl:107341,
tid:4073
07-01 13:29:05.537 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:05.722 1309 2589 I mtkpower_client: perf_lock_acq, hdl:107324, dur:0,
num:2, tid:2589
07-01 13:29:05.724 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107342 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107342
07-01 13:29:05.725 1309 2589 I mtkpower_client: ret_hdl:107342
07-01 13:29:05.726 1309 3968 I mtkpower_client: perf_lock_rel, hdl:107342,
tid:3968
07-01 13:29:08.577 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:11.603 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:14.647 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:17.670 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:18.275 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:29:18.421 1309 2300 I mtkpower_client: perf_lock_acq, hdl:107341, dur:0,
num:2, tid:2300
07-01 13:29:18.422 1309 2300 I mtkpower_client: ret_hdl:107348
07-01 13:29:18.422 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:107348 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107348
07-01 13:29:18.423 1309 2300 I mtkpower_client: perf_lock_rel, hdl:107348,
tid:2300
07-01 13:29:18.635 1309 2300 I mtkpower_client: perf_lock_acq, hdl:107348, dur:0,
num:2, tid:2300
07-01 13:29:18.637 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107352 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107352
07-01 13:29:18.637 1309 2300 I mtkpower_client: ret_hdl:107352
07-01 13:29:18.638 1309 2300 I mtkpower_client: perf_lock_rel, hdl:107352,
tid:2300
07-01 13:29:18.671 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:18.677 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:29:18.796 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:29:18.801 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:29:18.818 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:18.874 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:29:18.959 1309 3968 I mtkpower_client: perf_lock_acq, hdl:107352, dur:0,
num:2, tid:3968
07-01 13:29:18.960 1309 3968 I mtkpower_client: ret_hdl:107355
07-01 13:29:18.960 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107355 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107355
07-01 13:29:18.960 1309 1543 I mtkpower_client: perf_lock_rel, hdl:107355,
tid:1543
07-01 13:29:19.241 1309 3968 I mtkpower_client: perf_lock_acq, hdl:107355, dur:0,
num:2, tid:3968
07-01 13:29:19.242 1309 3968 I mtkpower_client: ret_hdl:107356
07-01 13:29:19.242 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107356 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107356
07-01 13:29:19.242 1309 3968 I mtkpower_client: perf_lock_rel, hdl:107356,
tid:3968
07-01 13:29:19.374 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:29:19.468 1309 1543 I mtkpower_client: perf_lock_acq, hdl:107356, dur:0,
num:2, tid:1543
07-01 13:29:19.468 1309 1543 I mtkpower_client: ret_hdl:107357
07-01 13:29:19.469 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107357 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107357
07-01 13:29:19.469 1309 1543 I mtkpower_client: perf_lock_rel, hdl:107357,
tid:1543
07-01 13:29:19.737 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:19.844 1309 1543 I mtkpower_client: perf_lock_acq, hdl:107357, dur:0,
num:2, tid:1543
07-01 13:29:19.845 1309 1543 I mtkpower_client: ret_hdl:107358
07-01 13:29:19.845 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107358 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107358
07-01 13:29:19.846 1309 1543 I mtkpower_client: perf_lock_rel, hdl:107358,
tid:1543
07-01 13:29:20.420 1309 1543 I mtkpower_client: perf_lock_acq, hdl:107358, dur:0,
num:2, tid:1543
07-01 13:29:20.421 1309 1543 I mtkpower_client: ret_hdl:107359
07-01 13:29:20.421 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107359 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107359
07-01 13:29:20.422 1309 1543 I mtkpower_client: perf_lock_rel, hdl:107359,
tid:1543
07-01 13:29:20.709 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:21.178 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:29:21.178 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:29:21.332 1309 1543 I mtkpower_client: perf_lock_acq, hdl:107342, dur:0,
num:2, tid:1543
07-01 13:29:21.333 1309 1543 I mtkpower_client: ret_hdl:107363
07-01 13:29:21.333 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107363 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107363
07-01 13:29:21.334 1309 3968 I mtkpower_client: perf_lock_rel, hdl:107363,
tid:3968
07-01 13:29:21.490 1309 3968 I mtkpower_client: perf_lock_acq, hdl:107359, dur:0,
num:2, tid:3968
07-01 13:29:21.493 1309 3968 I mtkpower_client: ret_hdl:107366
07-01 13:29:21.493 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107366 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107366
07-01 13:29:21.493 1309 3968 I mtkpower_client: perf_lock_rel, hdl:107366,
tid:3968
07-01 13:29:21.694 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:29:21.694 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:29:21.972 1309 3968 I mtkpower_client: perf_lock_acq, hdl:107366, dur:0,
num:2, tid:3968
07-01 13:29:21.974 1309 3968 I mtkpower_client: ret_hdl:107367
07-01 13:29:21.975 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107367 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107367
07-01 13:29:21.975 1309 3968 I mtkpower_client: perf_lock_rel, hdl:107367,
tid:3968
07-01 13:29:22.068 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:22.218 1309 3968 I mtkpower_client: perf_lock_acq, hdl:107367, dur:0,
num:2, tid:3968
07-01 13:29:22.219 1309 3968 I mtkpower_client: ret_hdl:107368
07-01 13:29:22.219 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107368 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107368
07-01 13:29:22.220 1309 3968 I mtkpower_client: perf_lock_rel, hdl:107368,
tid:3968
07-01 13:29:23.727 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:24.081 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:24.090 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:29:24.105 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:29:26.757 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:29.779 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:30.733 1309 2589 I mtkpower_client: perf_lock_acq, hdl:107368, dur:0,
num:2, tid:2589
07-01 13:29:30.733 1309 2589 I mtkpower_client: ret_hdl:107374
07-01 13:29:30.734 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107374 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107374
07-01 13:29:30.737 1309 2589 I mtkpower_client: perf_lock_rel, hdl:107374,
tid:2589
07-01 13:29:30.923 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:30.952 1309 2589 I mtkpower_client: perf_lock_acq, hdl:107374, dur:0,
num:2, tid:2589
07-01 13:29:30.953 1309 2589 I mtkpower_client: ret_hdl:107375
07-01 13:29:30.953 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107375 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107375
07-01 13:29:30.954 1309 2589 I mtkpower_client: perf_lock_rel, hdl:107375,
tid:2589
07-01 13:29:31.032 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:31.053 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:29:31.053 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:29:31.270 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:31.306 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:29:31.331 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:29:31.411 1309 2589 I mtkpower_client: perf_lock_acq, hdl:107375, dur:0,
num:2, tid:2589
07-01 13:29:31.411 1309 2589 I mtkpower_client: ret_hdl:107376
07-01 13:29:31.412 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107376 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107376
07-01 13:29:31.412 1309 2589 I mtkpower_client: perf_lock_rel, hdl:107376,
tid:2589
07-01 13:29:31.544 1309 2589 I mtkpower_client: perf_lock_acq, hdl:107376, dur:0,
num:2, tid:2589
07-01 13:29:31.544 1309 2589 I mtkpower_client: ret_hdl:107377
07-01 13:29:31.544 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107377 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107377
07-01 13:29:31.545 1309 2589 I mtkpower_client: perf_lock_rel, hdl:107377,
tid:2589
07-01 13:29:32.803 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:34.311 1309 1423 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:29:34.327 1309 1543 I mtkpower_client: perf_lock_acq, hdl:107377, dur:0,
num:2, tid:1543
07-01 13:29:34.328 1309 1543 I mtkpower_client: ret_hdl:107382
07-01 13:29:34.328 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:107382 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107382
07-01 13:29:34.329 1309 1543 I mtkpower_client: perf_lock_rel, hdl:107382,
tid:1543
07-01 13:29:34.343 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107363, dur:0,
num:2, tid:2849
07-01 13:29:34.344 1309 2849 I mtkpower_client: ret_hdl:107383
07-01 13:29:34.344 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:107383 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107383
07-01 13:29:34.346 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107383,
tid:2849
07-01 13:29:34.425 1309 1423 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:29:34.450 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:29:34.451 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:29:34.572 1309 1543 I mtkpower_client: perf_lock_acq, hdl:107274, dur:0,
num:2, tid:1543
07-01 13:29:34.573 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:107384 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107384
07-01 13:29:34.573 1309 1543 I mtkpower_client: ret_hdl:107384
07-01 13:29:34.577 1309 1543 I mtkpower_client: perf_lock_rel, hdl:107384,
tid:1543
07-01 13:29:34.651 1309 1419 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:29:34.680 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:29:34.680 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:29:35.018 1309 4077 I mtkpower_client: perf_lock_acq, hdl:107384, dur:0,
num:2, tid:4077
07-01 13:29:35.019 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:107386 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107386
07-01 13:29:35.019 1309 4077 I mtkpower_client: ret_hdl:107386
07-01 13:29:35.020 1309 4077 I mtkpower_client: perf_lock_rel, hdl:107386,
tid:4077
07-01 13:29:35.301 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 13:29:35.554 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107382, dur:0,
num:2, tid:2849
07-01 13:29:35.555 1309 2849 I mtkpower_client: ret_hdl:107388
07-01 13:29:35.555 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107388 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107388
07-01 13:29:35.556 1309 1543 I mtkpower_client: perf_lock_rel, hdl:107388,
tid:1543
07-01 13:29:35.581 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107386, dur:0,
num:2, tid:2849
07-01 13:29:35.582 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107389 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107389
07-01 13:29:35.583 1309 2849 I mtkpower_client: ret_hdl:107389
07-01 13:29:35.584 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107389,
tid:2849
07-01 13:29:35.816 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:35.852 1309 2175 E _V_MobileNetworkQosMonitor: mTelephonyManager is
null.
07-01 13:29:35.910 1309 1543 I mtkpower_client: perf_lock_acq, hdl:107388, dur:0,
num:2, tid:1543
07-01 13:29:35.911 1309 1543 I mtkpower_client: ret_hdl:107390
07-01 13:29:35.911 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107390 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107390
07-01 13:29:35.912 1309 2588 I mtkpower_client: perf_lock_rel, hdl:107390,
tid:2588
07-01 13:29:35.943 1309 1435 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:29:36.126 1309 2588 I mtkpower_client: perf_lock_acq, hdl:107389, dur:0,
num:2, tid:2588
07-01 13:29:36.127 1309 2588 I mtkpower_client: ret_hdl:107394
07-01 13:29:36.127 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:107394 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107394
07-01 13:29:36.127 1309 2588 I mtkpower_client: perf_lock_rel, hdl:107394,
tid:2588
07-01 13:29:36.130 1309 1543 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:29:36.160 1309 2588 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:29:36.179 1309 2588 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:29:36.454 1309 2300 I mtkpower_client: perf_lock_acq, hdl:107394, dur:0,
num:2, tid:2300
07-01 13:29:36.455 1309 2300 I mtkpower_client: ret_hdl:107397
07-01 13:29:36.455 556 614 I libPowerHal: [perfLockAcq] idx:4 hdl:107397 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107397
07-01 13:29:36.455 1309 2300 I mtkpower_client: perf_lock_rel, hdl:107397,
tid:2300
07-01 13:29:36.456 1309 2588 I mtkpower_client: perf_lock_acq, hdl:107397, dur:0,
num:2, tid:2588
07-01 13:29:36.465 1309 2588 I mtkpower_client: ret_hdl:107398
07-01 13:29:36.466 556 614 I libPowerHal: [perfLockAcq] idx:4 hdl:107398 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107398
07-01 13:29:36.473 1309 2300 I mtkpower_client: perf_lock_rel, hdl:107398,
tid:2300
07-01 13:29:36.634 1309 4073 I mtkpower_client: perf_lock_acq, hdl:107253, dur:0,
num:2, tid:4073
07-01 13:29:36.635 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107399 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107399
07-01 13:29:36.637 1309 4073 I mtkpower_client: ret_hdl:107399
07-01 13:29:36.642 1309 4073 I mtkpower_client: perf_lock_rel, hdl:107399,
tid:4073
07-01 13:29:36.649 1309 3968 I mtkpower_client: perf_lock_acq, hdl:107383, dur:0,
num:2, tid:3968
07-01 13:29:36.650 1309 3968 I mtkpower_client: ret_hdl:107400
07-01 13:29:36.650 1309 3968 I mtkpower_client: perf_lock_rel, hdl:107400,
tid:3968
07-01 13:29:36.652 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107400 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107400
07-01 13:29:36.652 1309 4077 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 13:29:36.744 1309 2175 E _V_MobileNetworkQosMonitor: mTelephonyManager is
null.
07-01 13:29:36.823 1309 2740 I mtkpower_client: perf_lock_acq, hdl:107398, dur:0,
num:2, tid:2740
07-01 13:29:36.824 1309 2740 I mtkpower_client: ret_hdl:107401
07-01 13:29:36.824 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107401 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107401
07-01 13:29:36.825 1309 2588 I mtkpower_client: perf_lock_rel, hdl:107401,
tid:2588
07-01 13:29:36.833 1309 4344 I mtkpower_client: perf_lock_acq, hdl:107399, dur:0,
num:2, tid:4344
07-01 13:29:36.835 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107402 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107402
07-01 13:29:36.835 1309 4344 I mtkpower_client: ret_hdl:107402
07-01 13:29:36.836 1309 4344 I mtkpower_client: perf_lock_rel, hdl:107402,
tid:4344
07-01 13:29:36.918 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:29:36.935 1309 2588 I mtkpower_client: perf_lock_acq, hdl:107254, dur:0,
num:2, tid:2588
07-01 13:29:36.939 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107403 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107403
07-01 13:29:36.941 1309 2588 I mtkpower_client: ret_hdl:107403
07-01 13:29:36.943 1309 4344 I mtkpower_client: perf_lock_rel, hdl:107403,
tid:4344
07-01 13:29:36.974 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:29:37.026 1309 1419 I mtkpower_client: perf_lock_acq, hdl:107255, dur:0,
num:2, tid:1419
07-01 13:29:37.028 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107404 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107404
07-01 13:29:37.029 1309 1419 I mtkpower_client: ret_hdl:107404
07-01 13:29:37.029 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107404,
tid:2849
07-01 13:29:37.319 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:29:37.741 1309 2588 I mtkpower_client: perf_lock_acq, hdl:107400, dur:0,
num:2, tid:2588
07-01 13:29:37.742 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107405 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107405
07-01 13:29:37.742 1309 2588 I mtkpower_client: ret_hdl:107405
07-01 13:29:37.743 1309 2588 I mtkpower_client: perf_lock_rel, hdl:107405,
tid:2588
07-01 13:29:38.852 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:41.891 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:41.997 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:29:41.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:29:44.934 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:45.785 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:29:46.273 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:29:46.657 1309 2588 I mtkpower_client: perf_lock_acq, hdl:107405, dur:0,
num:2, tid:2588
07-01 13:29:46.659 1309 2588 I mtkpower_client: ret_hdl:107418
07-01 13:29:46.659 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107418 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107418
07-01 13:29:46.660 1309 2740 I mtkpower_client: perf_lock_rel, hdl:107418,
tid:2740
07-01 13:29:47.949 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:48.332 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:29:49.088 1309 1419 I mtkpower_client: perf_lock_acq, hdl:107418, dur:0,
num:2, tid:1419
07-01 13:29:49.089 1309 1419 I mtkpower_client: ret_hdl:107419
07-01 13:29:49.089 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107419 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107419
07-01 13:29:49.090 1309 2588 I mtkpower_client: perf_lock_rel, hdl:107419,
tid:2588
07-01 13:29:49.286 1309 2588 I mtkpower_client: perf_lock_acq, hdl:107419, dur:0,
num:2, tid:2588
07-01 13:29:49.286 1309 2588 I mtkpower_client: ret_hdl:107420
07-01 13:29:49.287 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107420 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107420
07-01 13:29:49.288 1309 1543 I mtkpower_client: perf_lock_rel, hdl:107420,
tid:1543
07-01 13:29:50.975 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:54.006 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:56.274 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:29:56.977 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:29:57.043 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:29:59.313 1309 27213 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:29:59.467 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:30:00.069 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:00.215 1309 1543 I mtkpower_client: perf_lock_acq, hdl:107420, dur:0,
num:2, tid:1543
07-01 13:30:00.217 1309 1543 I mtkpower_client: ret_hdl:107436
07-01 13:30:00.217 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107436 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107436
07-01 13:30:00.218 1309 2589 I mtkpower_client: perf_lock_rel, hdl:107436,
tid:2589
07-01 13:30:01.659 1309 1543 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:30:01.659 1309 1543 E ActivityManager: java.lang.Throwable
07-01 13:30:01.659 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:30:01.659 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:30:01.659 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:30:01.659 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:30:01.659 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:30:01.659 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:30:01.659 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:30:01.659 1309 1543 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:30:01.659 1309 1543 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:30:03.089 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:06.111 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:09.148 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:12.164 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:15.188 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:18.215 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:21.247 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:24.279 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:27.313 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:30.332 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:33.354 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:34.475 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:30:34.774 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:30:36.372 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:39.399 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:41.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:30:41.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:30:42.170 1309 2589 I mtkpower_client: perf_lock_acq, hdl:107436, dur:0,
num:2, tid:2589
07-01 13:30:42.171 1309 2589 I mtkpower_client: ret_hdl:107494
07-01 13:30:42.171 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107494 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107494
07-01 13:30:42.172 1309 4073 I mtkpower_client: perf_lock_rel, hdl:107494,
tid:4073
07-01 13:30:42.420 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:45.441 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:48.457 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:51.477 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:54.498 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:57.517 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:30:59.309 1309 27335 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:31:00.198 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107494, dur:0,
num:2, tid:2849
07-01 13:31:00.199 1309 2849 I mtkpower_client: ret_hdl:107507
07-01 13:31:00.199 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107507 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107507
07-01 13:31:00.199 1309 4073 I mtkpower_client: perf_lock_rel, hdl:107507,
tid:4073
07-01 13:31:00.276 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:31:00.475 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:31:00.539 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:01.675 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:31:03.573 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:04.375 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:31:06.598 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:09.629 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:10.083 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:31:10.084 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:31:10.206 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107507, dur:0,
num:2, tid:2849
07-01 13:31:10.207 1309 2849 I mtkpower_client: ret_hdl:107514
07-01 13:31:10.207 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107514 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107514
07-01 13:31:10.208 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107514,
tid:2849
07-01 13:31:10.209 1309 4073 I mtkpower_client: perf_lock_acq, hdl:107514, dur:0,
num:2, tid:4073
07-01 13:31:10.211 1309 4073 I mtkpower_client: ret_hdl:107515
07-01 13:31:10.211 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107515 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107515
07-01 13:31:10.212 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107515,
tid:2849
07-01 13:31:12.651 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:15.682 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:17.347 1309 2849 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:31:17.347 1309 2849 E ActivityManager: java.lang.Throwable
07-01 13:31:17.347 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:31:17.347 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:31:17.347 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:31:17.347 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:31:17.347 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:31:17.347 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:31:17.347 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:31:17.347 1309 2849 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:31:17.347 1309 2849 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:31:18.696 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:21.719 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:24.740 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:27.772 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:30.789 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:33.815 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:36.833 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:39.856 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:41.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:31:41.986 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:31:42.120 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107515, dur:0,
num:2, tid:2849
07-01 13:31:42.122 1309 2849 I mtkpower_client: ret_hdl:107566
07-01 13:31:42.122 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107566 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107566
07-01 13:31:42.122 1309 4344 I mtkpower_client: perf_lock_rel, hdl:107566,
tid:4344
07-01 13:31:42.123 1309 4073 I mtkpower_client: perf_lock_acq, hdl:107566, dur:0,
num:2, tid:4073
07-01 13:31:42.125 1309 4073 I mtkpower_client: ret_hdl:107567
07-01 13:31:42.125 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107567 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107567
07-01 13:31:42.125 1309 4073 I mtkpower_client: perf_lock_rel, hdl:107567,
tid:4073
07-01 13:31:42.873 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:45.893 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:48.908 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:51.926 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:54.941 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:57.958 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:31:59.313 1309 27715 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:32:00.185 1309 2740 I mtkpower_client: perf_lock_acq, hdl:107567, dur:0,
num:2, tid:2740
07-01 13:32:00.187 1309 2740 I mtkpower_client: ret_hdl:107610
07-01 13:32:00.187 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107610 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107610
07-01 13:32:00.187 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107610,
tid:2849
07-01 13:32:00.973 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:03.999 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:07.015 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:10.034 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:13.054 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:16.084 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:17.347 1309 4344 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:32:17.347 1309 4344 E ActivityManager: java.lang.Throwable
07-01 13:32:17.347 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:32:17.347 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:32:17.347 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:32:17.347 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:32:17.347 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:32:17.347 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:32:17.347 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:32:17.347 1309 4344 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:32:17.347 1309 4344 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:32:19.106 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:19.412 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:32:19.413 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:32:19.562 1309 2740 I mtkpower_client: perf_lock_acq, hdl:107610, dur:0,
num:2, tid:2740
07-01 13:32:19.563 1309 2740 I mtkpower_client: ret_hdl:107669
07-01 13:32:19.563 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107669 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107669
07-01 13:32:19.564 1309 4073 I mtkpower_client: perf_lock_rel, hdl:107669,
tid:4073
07-01 13:32:22.130 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:25.158 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:28.179 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:31.206 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:31.784 1309 4344 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:32:31.784 1309 4344 E ActivityManager: java.lang.Throwable
07-01 13:32:31.784 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:32:31.784 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:32:31.784 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:32:31.784 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:32:31.784 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:32:31.784 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:32:31.784 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:32:31.784 1309 4344 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:32:31.784 1309 4344 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:32:34.228 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:37.253 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:37.345 1309 2588 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:32:37.345 1309 2588 E ActivityManager: java.lang.Throwable
07-01 13:32:37.345 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:32:37.345 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:32:37.345 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:32:37.345 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:32:37.345 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:32:37.345 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:32:37.345 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:32:37.345 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:32:37.345 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:32:40.277 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:41.995 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:32:41.995 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:32:42.049 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:32:42.049 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:32:43.297 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:46.317 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:49.335 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:52.352 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:55.368 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:58.389 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:32:59.317 1309 27825 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:33:00.178 1309 3968 I mtkpower_client: perf_lock_acq, hdl:107669, dur:0,
num:2, tid:3968
07-01 13:33:00.179 1309 3968 I mtkpower_client: ret_hdl:107741
07-01 13:33:00.180 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107741 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107741
07-01 13:33:00.181 1309 2588 I mtkpower_client: perf_lock_rel, hdl:107741,
tid:2588
07-01 13:33:01.400 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:04.419 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:07.436 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:10.466 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:13.484 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:16.503 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:19.518 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:22.538 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:23.776 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:33:24.774 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:33:25.560 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:28.599 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:31.622 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:34.651 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:37.675 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:38.875 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:33:39.075 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:33:40.704 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:41.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:33:41.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:33:42.149 1309 2588 I mtkpower_client: perf_lock_acq, hdl:107741, dur:0,
num:2, tid:2588
07-01 13:33:42.151 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107824 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107824
07-01 13:33:42.151 1309 2588 I mtkpower_client: ret_hdl:107824
07-01 13:33:42.152 1309 4077 I mtkpower_client: perf_lock_acq, hdl:107824, dur:0,
num:2, tid:4077
07-01 13:33:42.152 1309 4077 I mtkpower_client: ret_hdl:107824
07-01 13:33:42.152 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107824 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107824
07-01 13:33:42.153 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107824,
tid:2849
07-01 13:33:42.153 1309 2849 I mtkpower_client: perf_lock_rel, hdl:107824,
tid:2849
07-01 13:33:43.724 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:46.743 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:49.778 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:52.796 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:55.816 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:58.839 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:33:59.343 1309 27964 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:34:00.187 1309 2589 I mtkpower_client: perf_lock_acq, hdl:107824, dur:0,
num:2, tid:2589
07-01 13:34:00.188 1309 2589 I mtkpower_client: ret_hdl:107883
07-01 13:34:00.189 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107883 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107883
07-01 13:34:00.189 1309 2589 I mtkpower_client: perf_lock_rel, hdl:107883,
tid:2589
07-01 13:34:00.189 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107883, dur:0,
num:2, tid:4074
07-01 13:34:00.191 1309 4074 I mtkpower_client: ret_hdl:107884
07-01 13:34:00.191 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:107884 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107884
07-01 13:34:00.191 1309 4074 I mtkpower_client: perf_lock_rel, hdl:107884,
tid:4074
07-01 13:34:01.181 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:34:01.775 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:34:01.855 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:04.874 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:07.890 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:08.276 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:34:08.278 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:34:08.417 1309 2849 I mtkpower_client: perf_lock_acq, hdl:107884, dur:0,
num:2, tid:2849
07-01 13:34:08.417 1309 2849 I mtkpower_client: ret_hdl:107909
07-01 13:34:08.418 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:107909 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:107909
07-01 13:34:08.418 1309 4074 I mtkpower_client: perf_lock_rel, hdl:107909,
tid:4074
07-01 13:34:10.909 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:13.924 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:16.945 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:19.961 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:22.979 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:25.995 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:29.015 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:32.034 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:35.071 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:38.088 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:41.113 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:41.992 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:34:41.992 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:34:43.974 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:34:44.136 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:44.274 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:34:46.473 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:34:47.155 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:48.497 1309 2588 I mtkpower_client: perf_lock_acq, hdl:107909, dur:0,
num:2, tid:2588
07-01 13:34:48.499 1309 2588 I mtkpower_client: ret_hdl:108068
07-01 13:34:48.499 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108068 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108068
07-01 13:34:48.500 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108068,
tid:2588
07-01 13:34:49.617 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108068, dur:0,
num:2, tid:2849
07-01 13:34:49.618 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108076 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108076
07-01 13:34:49.618 1309 2849 I mtkpower_client: ret_hdl:108076
07-01 13:34:49.619 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108076,
tid:2849
07-01 13:34:49.626 1309 1423 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:34:49.769 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:34:49.771 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:34:49.777 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:34:49.788 1309 1423 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:34:49.846 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108076, dur:0,
num:2, tid:4074
07-01 13:34:49.847 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108078 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108078
07-01 13:34:49.850 1309 4074 I mtkpower_client: ret_hdl:108078
07-01 13:34:49.851 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108078,
tid:2588
07-01 13:34:49.955 1309 3968 I mtkpower_client: perf_lock_acq, hdl:107401, dur:0,
num:2, tid:3968
07-01 13:34:49.957 1309 3968 I mtkpower_client: ret_hdl:108079
07-01 13:34:49.963 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108079,
tid:3968
07-01 13:34:49.966 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108079 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108079
07-01 13:34:50.171 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:50.200 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:34:50.202 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:34:50.203 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:34:50.623 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108078, dur:0,
num:2, tid:4074
07-01 13:34:50.625 1309 4074 I mtkpower_client: ret_hdl:108082
07-01 13:34:50.625 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108082 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108082
07-01 13:34:50.625 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108082,
tid:3968
07-01 13:34:50.791 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 13:34:50.942 1309 1543 I mtkpower_client: perf_lock_acq, hdl:107402, dur:0,
num:2, tid:1543
07-01 13:34:50.943 1309 1543 I mtkpower_client: ret_hdl:108083
07-01 13:34:50.943 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108083 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108083
07-01 13:34:50.945 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108083,
tid:1543
07-01 13:34:50.997 1309 4077 I mtkpower_client: perf_lock_acq, hdl:108082, dur:0,
num:2, tid:4077
07-01 13:34:50.998 1309 4077 I mtkpower_client: ret_hdl:108084
07-01 13:34:50.998 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108084 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108084
07-01 13:34:50.998 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108084,
tid:4077
07-01 13:34:51.045 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108079, dur:0,
num:2, tid:1543
07-01 13:34:51.046 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108085 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108085
07-01 13:34:51.047 1309 1543 I mtkpower_client: ret_hdl:108085
07-01 13:34:51.048 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108085,
tid:1543
07-01 13:34:51.329 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108085, dur:0,
num:2, tid:4074
07-01 13:34:51.330 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108086 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108086
07-01 13:34:51.331 1309 4074 I mtkpower_client: ret_hdl:108086
07-01 13:34:51.334 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108086,
tid:4074
07-01 13:34:51.340 1309 2175 E _V_MobileNetworkQosMonitor: mTelephonyManager is
null.
07-01 13:34:51.407 1309 2740 I mtkpower_client: perf_lock_acq, hdl:107403, dur:0,
num:2, tid:2740
07-01 13:34:51.407 1309 2740 I mtkpower_client: ret_hdl:108087
07-01 13:34:51.408 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108087 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108087
07-01 13:34:51.408 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108087,
tid:4074
07-01 13:34:51.526 1309 4074 I mtkpower_client: perf_lock_acq, hdl:107404, dur:0,
num:2, tid:4074
07-01 13:34:51.528 1309 4074 I mtkpower_client: ret_hdl:108088
07-01 13:34:51.528 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108088 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108088
07-01 13:34:51.529 1309 2740 I mtkpower_client: perf_lock_rel, hdl:108088,
tid:2740
07-01 13:34:51.986 1309 1435 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:34:52.556 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108086, dur:0,
num:2, tid:1543
07-01 13:34:52.557 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108094 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108094
07-01 13:34:52.557 1309 1543 I mtkpower_client: ret_hdl:108094
07-01 13:34:52.558 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108094,
tid:1543
07-01 13:34:53.169 1309 4074 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:34:53.189 1309 1543 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:34:53.203 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:53.208 1309 1543 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:34:53.336 1309 1419 I mtkpower_client: perf_lock_acq, hdl:107390, dur:0,
num:2, tid:1419
07-01 13:34:53.336 1309 1419 I mtkpower_client: ret_hdl:108101
07-01 13:34:53.337 556 614 I libPowerHal: [perfLockAcq] idx:5 hdl:108101 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108101
07-01 13:34:53.337 1309 1419 I mtkpower_client: perf_lock_rel, hdl:108101,
tid:1419
07-01 13:34:53.451 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108094, dur:0,
num:2, tid:1543
07-01 13:34:53.452 556 614 I libPowerHal: [perfLockAcq] idx:5 hdl:108102 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108102
07-01 13:34:53.453 1309 1543 I mtkpower_client: ret_hdl:108102
07-01 13:34:53.454 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108102,
tid:1543
07-01 13:34:53.639 1309 1419 I mtkpower_client: perf_lock_acq, hdl:108102, dur:0,
num:2, tid:1419
07-01 13:34:53.639 1309 1419 I mtkpower_client: ret_hdl:108103
07-01 13:34:53.640 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108103 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108103
07-01 13:34:53.640 1309 1419 I mtkpower_client: perf_lock_rel, hdl:108103,
tid:1419
07-01 13:34:54.600 1309 2175 E _V_MobileNetworkQosMonitor: mTelephonyManager is
null.
07-01 13:34:54.613 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:34:54.616 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:34:54.651 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:34:54.665 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:34:54.737 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108101, dur:0,
num:2, tid:2588
07-01 13:34:54.738 1309 2588 I mtkpower_client: ret_hdl:108105
07-01 13:34:54.738 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108105 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108105
07-01 13:34:54.739 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108105,
tid:2588
07-01 13:34:54.923 1309 1543 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 13:34:55.127 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108084, dur:0,
num:2, tid:2588
07-01 13:34:55.128 1309 2588 I mtkpower_client: ret_hdl:108112
07-01 13:34:55.128 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108112 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108112
07-01 13:34:55.129 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108112,
tid:2588
07-01 13:34:55.478 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:34:55.583 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:34:55.604 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:34:55.612 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:34:55.616 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:34:55.651 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:34:55.681 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:34:55.937 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108105, dur:0,
num:2, tid:4073
07-01 13:34:55.938 1309 4073 I mtkpower_client: ret_hdl:108116
07-01 13:34:55.939 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108116 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108116
07-01 13:34:55.939 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108116,
tid:4073
07-01 13:34:56.233 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:56.755 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:34:56.889 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:34:56.893 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:34:56.895 1309 2740 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:34:56.900 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108116, dur:0,
num:2, tid:4073
07-01 13:34:56.901 1309 4073 I mtkpower_client: ret_hdl:108120
07-01 13:34:56.901 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108120 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108120
07-01 13:34:56.902 1309 2740 I mtkpower_client: perf_lock_rel, hdl:108120,
tid:2740
07-01 13:34:56.940 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:34:57.020 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:34:57.031 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:34:57.075 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108120, dur:0,
num:2, tid:4073
07-01 13:34:57.077 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108121 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108121
07-01 13:34:57.080 1309 4073 I mtkpower_client: ret_hdl:108121
07-01 13:34:57.081 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108121,
tid:1543
07-01 13:34:57.255 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108121, dur:0,
num:2, tid:1543
07-01 13:34:57.256 1309 1543 I mtkpower_client: ret_hdl:108125
07-01 13:34:57.257 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108125,
tid:1543
07-01 13:34:57.257 556 614 I libPowerHal: [perfLockAcq] idx:4 hdl:108125 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108125
07-01 13:34:57.360 1309 2588 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:34:57.360 1309 2588 E ActivityManager: java.lang.Throwable
07-01 13:34:57.360 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:34:57.360 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:34:57.360 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:34:57.360 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:34:57.360 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:34:57.360 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:34:57.360 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:34:57.360 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:34:57.360 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:34:57.780 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108125, dur:0,
num:2, tid:4073
07-01 13:34:57.784 1309 4073 I mtkpower_client: ret_hdl:108127
07-01 13:34:57.784 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108127 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108127
07-01 13:34:57.785 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108127,
tid:4073
07-01 13:34:59.286 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:34:59.349 1309 28298 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:35:00.267 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108112, dur:0,
num:2, tid:4073
07-01 13:35:00.269 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108129 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108129
07-01 13:35:00.270 1309 4073 I mtkpower_client: ret_hdl:108129
07-01 13:35:00.271 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108129,
tid:4073
07-01 13:35:01.957 1309 3968 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:35:01.957 1309 3968 E ActivityManager: java.lang.Throwable
07-01 13:35:01.957 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:35:01.957 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:35:01.957 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:35:01.957 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:35:01.957 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:35:01.957 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:35:01.957 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:35:01.957 1309 3968 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:35:01.957 1309 3968 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:35:02.299 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:05.357 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:08.389 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:11.429 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:14.470 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:17.363 1309 2849 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:35:17.363 1309 2849 E ActivityManager: java.lang.Throwable
07-01 13:35:17.363 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:35:17.363 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:35:17.363 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:35:17.363 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:35:17.363 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:35:17.363 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:35:17.363 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:35:17.363 1309 2849 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:35:17.363 1309 2849 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:35:17.516 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:17.599 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:35:17.600 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:35:17.780 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108129, dur:0,
num:2, tid:2588
07-01 13:35:17.783 1309 2588 I mtkpower_client: ret_hdl:108130
07-01 13:35:17.783 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108130 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108130
07-01 13:35:17.784 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108130,
tid:2588
07-01 13:35:20.533 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:23.590 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:26.616 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:27.350 1309 2588 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:35:27.350 1309 2588 E ActivityManager: java.lang.Throwable
07-01 13:35:27.350 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:35:27.350 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:35:27.350 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:35:27.350 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:35:27.350 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:35:27.350 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:35:27.350 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:35:27.350 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:35:27.350 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:35:29.654 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:32.670 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:35.718 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:38.762 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:39.498 23096 26613 E BufferQueueProducer: BQDUMP default-
size=[576x1024] default-format=4 BQDUMP transform-hint=00 frame-counter=1309
07-01 13:35:41.802 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:42.040 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:35:42.040 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:35:42.096 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:35:42.096 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:35:42.191 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108130, dur:0,
num:2, tid:4073
07-01 13:35:42.194 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108131 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108131
07-01 13:35:42.195 1309 4073 I mtkpower_client: ret_hdl:108131
07-01 13:35:42.198 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108131,
tid:4073
07-01 13:35:44.852 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:47.892 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:50.926 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:53.957 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:54.325 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108131, dur:0,
num:2, tid:2588
07-01 13:35:54.327 1309 2588 I mtkpower_client: ret_hdl:108132
07-01 13:35:54.327 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108132 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108132
07-01 13:35:54.328 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108132,
tid:1543
07-01 13:35:57.014 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:35:57.133 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:35:57.134 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:35:57.188 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108132, dur:0,
num:2, tid:2588
07-01 13:35:57.190 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108133 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108133
07-01 13:35:57.190 1309 2588 I mtkpower_client: ret_hdl:108133
07-01 13:35:57.191 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108133,
tid:3968
07-01 13:35:57.310 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:35:57.371 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:35:57.388 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:35:57.411 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:35:58.153 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108127, dur:0,
num:2, tid:3968
07-01 13:35:58.153 1309 3968 I mtkpower_client: ret_hdl:108139
07-01 13:35:58.154 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108139 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108139
07-01 13:35:58.154 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108139,
tid:3968
07-01 13:35:58.318 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108139, dur:0,
num:2, tid:4073
07-01 13:35:58.321 1309 4073 I mtkpower_client: ret_hdl:108140
07-01 13:35:58.322 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108140 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108140
07-01 13:35:58.322 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108140,
tid:4073
07-01 13:35:58.366 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:35:58.501 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:35:58.501 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:35:58.546 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:35:58.601 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:35:58.622 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:35:58.632 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:35:58.719 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108140, dur:0,
num:2, tid:4073
07-01 13:35:58.720 1309 4073 I mtkpower_client: ret_hdl:108141
07-01 13:35:58.720 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108141 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108141
07-01 13:35:58.720 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108141,
tid:4073
07-01 13:35:58.862 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108141, dur:0,
num:2, tid:2588
07-01 13:35:58.863 1309 2588 I mtkpower_client: ret_hdl:108142
07-01 13:35:58.863 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108142 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108142
07-01 13:35:58.865 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108142,
tid:2588
07-01 13:35:59.320 1309 28349 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:36:00.056 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:00.679 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:36:01.866 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:01.994 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:36:01.995 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:36:01.998 1309 2740 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:02.456 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:02.473 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:36:02.486 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:36:02.584 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108142, dur:0,
num:2, tid:4073
07-01 13:36:02.585 1309 4073 I mtkpower_client: ret_hdl:108148
07-01 13:36:02.585 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108148 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108148
07-01 13:36:02.585 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108148,
tid:4073
07-01 13:36:02.696 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108148, dur:0,
num:2, tid:3968
07-01 13:36:02.696 1309 3968 I mtkpower_client: ret_hdl:108149
07-01 13:36:02.696 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108149 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108149
07-01 13:36:02.697 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108149,
tid:3968
07-01 13:36:03.077 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:03.493 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:03.614 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:36:03.614 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:36:03.624 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:04.124 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108149, dur:0,
num:2, tid:4073
07-01 13:36:04.125 1309 4073 I mtkpower_client: ret_hdl:108155
07-01 13:36:04.125 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108155 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108155
07-01 13:36:04.125 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108155,
tid:4073
07-01 13:36:04.229 1309 2740 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:04.255 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:36:04.284 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:36:04.476 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108155, dur:0,
num:2, tid:3968
07-01 13:36:04.476 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108156 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108156
07-01 13:36:04.477 1309 3968 I mtkpower_client: ret_hdl:108156
07-01 13:36:04.477 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108156,
tid:3968
07-01 13:36:06.100 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:06.299 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108133, dur:0,
num:2, tid:4074
07-01 13:36:06.302 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108157 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108157
07-01 13:36:06.303 1309 4074 I mtkpower_client: ret_hdl:108157
07-01 13:36:06.304 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108157,
tid:2588
07-01 13:36:09.130 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:09.318 1309 2740 I mtkpower_client: perf_lock_acq, hdl:108157, dur:0,
num:2, tid:2740
07-01 13:36:09.319 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108158 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108158
07-01 13:36:09.319 1309 2740 I mtkpower_client: ret_hdl:108158
07-01 13:36:09.321 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108158,
tid:4073
07-01 13:36:12.190 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:15.234 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:18.260 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:21.301 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:24.341 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:27.370 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:30.413 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:31.276 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:36:31.675 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:36:33.442 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:35.275 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:36:36.469 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:37.351 1309 2740 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:36:37.351 1309 2740 E ActivityManager: java.lang.Throwable
07-01 13:36:37.351 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:36:37.351 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:36:37.351 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:36:37.351 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:36:37.351 1309 2740 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:36:37.351 1309 2740 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:36:37.351 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:36:37.351 1309 2740 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:36:37.351 1309 2740 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:36:39.490 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:42.004 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:36:42.004 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:36:42.172 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108158, dur:0,
num:2, tid:4073
07-01 13:36:42.175 1309 4073 I mtkpower_client: ret_hdl:108159
07-01 13:36:42.175 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108159 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108159
07-01 13:36:42.176 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108159,
tid:2589
07-01 13:36:42.537 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:45.570 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:46.178 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:36:47.178 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:36:47.376 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:36:48.608 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:49.441 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:36:49.441 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:36:49.572 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:49.590 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:49.609 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:36:49.639 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:36:50.193 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108156, dur:0,
num:2, tid:4073
07-01 13:36:50.194 1309 4073 I mtkpower_client: ret_hdl:108165
07-01 13:36:50.195 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108165 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108165
07-01 13:36:50.195 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108165,
tid:4073
07-01 13:36:50.297 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:50.327 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108165, dur:0,
num:2, tid:1543
07-01 13:36:50.341 1309 1543 I mtkpower_client: ret_hdl:108166
07-01 13:36:50.341 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108166 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108166
07-01 13:36:50.342 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108166,
tid:1543
07-01 13:36:50.351 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:36:50.352 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:36:50.541 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:50.566 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:50.588 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:36:50.610 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:36:50.688 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108166, dur:0,
num:2, tid:4073
07-01 13:36:50.688 1309 4073 I mtkpower_client: ret_hdl:108167
07-01 13:36:50.688 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108167 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108167
07-01 13:36:50.689 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108167,
tid:4073
07-01 13:36:50.814 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108167, dur:0,
num:2, tid:2589
07-01 13:36:50.814 1309 2589 I mtkpower_client: ret_hdl:108168
07-01 13:36:50.815 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108168 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108168
07-01 13:36:50.815 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108168,
tid:2589
07-01 13:36:51.636 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:51.782 1309 2740 I mtkpower_client: perf_lock_acq, hdl:108159, dur:0,
num:2, tid:2740
07-01 13:36:51.786 1309 2740 I mtkpower_client: ret_hdl:108169
07-01 13:36:51.786 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108169 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108169
07-01 13:36:51.789 1309 2740 I mtkpower_client: perf_lock_rel, hdl:108169,
tid:2740
07-01 13:36:52.767 1309 2740 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:52.885 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:52.893 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:36:52.897 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:36:53.530 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:36:53.552 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:36:53.566 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:36:53.773 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108168, dur:0,
num:2, tid:2589
07-01 13:36:53.774 1309 2589 I mtkpower_client: ret_hdl:108175
07-01 13:36:53.774 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108175 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108175
07-01 13:36:53.774 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108175,
tid:2589
07-01 13:36:54.656 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:57.348 1309 2589 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:36:57.348 1309 2589 E ActivityManager: java.lang.Throwable
07-01 13:36:57.348 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:36:57.348 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:36:57.348 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:36:57.348 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:36:57.348 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:36:57.348 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:36:57.348 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:36:57.348 1309 2589 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:36:57.348 1309 2589 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:36:57.697 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:36:59.374 1309 28429 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:37:00.251 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108169, dur:0,
num:2, tid:2588
07-01 13:37:00.252 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108176 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108176
07-01 13:37:00.253 1309 2588 I mtkpower_client: ret_hdl:108176
07-01 13:37:00.253 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108176,
tid:2588
07-01 13:37:00.735 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:03.790 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:06.501 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:37:06.502 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:37:06.818 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:09.872 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:12.909 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:15.940 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:16.126 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108176, dur:0,
num:2, tid:4073
07-01 13:37:16.128 1309 4073 I mtkpower_client: ret_hdl:108177
07-01 13:37:16.129 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108177 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108177
07-01 13:37:16.129 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108177,
tid:4073
07-01 13:37:16.133 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108177, dur:0,
num:2, tid:4073
07-01 13:37:16.134 1309 4073 I mtkpower_client: ret_hdl:108178
07-01 13:37:16.136 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108178 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108178
07-01 13:37:16.137 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108178,
tid:4073
07-01 13:37:17.358 1309 4073 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:37:17.358 1309 4073 E ActivityManager: java.lang.Throwable
07-01 13:37:17.358 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:37:17.358 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:37:17.358 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:37:17.358 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:37:17.358 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:37:17.358 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:37:17.358 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:37:17.358 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:37:17.358 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:37:18.971 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:21.999 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:22.630 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108175, dur:0,
num:2, tid:4073
07-01 13:37:22.631 1309 4073 I mtkpower_client: ret_hdl:108184
07-01 13:37:22.631 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108184 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108184
07-01 13:37:22.631 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108184,
tid:4073
07-01 13:37:22.776 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108184, dur:0,
num:2, tid:4073
07-01 13:37:22.777 1309 4073 I mtkpower_client: ret_hdl:108185
07-01 13:37:22.777 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108185 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108185
07-01 13:37:22.780 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108185,
tid:4073
07-01 13:37:22.807 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:37:22.897 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:37:22.927 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:37:22.934 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:37:22.935 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:37:22.952 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:37:22.965 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:37:23.041 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108185, dur:0,
num:2, tid:2589
07-01 13:37:23.042 1309 2589 I mtkpower_client: ret_hdl:108186
07-01 13:37:23.042 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108186 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108186
07-01 13:37:23.043 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108186,
tid:2589
07-01 13:37:23.222 1309 2740 I mtkpower_client: perf_lock_acq, hdl:108186, dur:0,
num:2, tid:2740
07-01 13:37:23.223 1309 2740 I mtkpower_client: ret_hdl:108187
07-01 13:37:23.224 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108187 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108187
07-01 13:37:23.224 1309 2740 I mtkpower_client: perf_lock_rel, hdl:108187,
tid:2740
07-01 13:37:24.477 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:37:24.522 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108187, dur:0,
num:2, tid:2589
07-01 13:37:24.523 1309 2589 I mtkpower_client: ret_hdl:108193
07-01 13:37:24.523 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108193 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108193
07-01 13:37:24.524 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108193,
tid:2589
07-01 13:37:24.666 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108193, dur:0,
num:2, tid:2589
07-01 13:37:24.667 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108194 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108194
07-01 13:37:24.667 1309 2589 I mtkpower_client: ret_hdl:108194
07-01 13:37:24.669 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108194,
tid:2589
07-01 13:37:24.681 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:37:24.773 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:37:24.809 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:37:24.818 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:37:24.818 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:37:24.851 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:37:24.882 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:37:24.958 1309 2740 I mtkpower_client: perf_lock_acq, hdl:108194, dur:0,
num:2, tid:2740
07-01 13:37:24.960 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108195 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108195
07-01 13:37:24.961 1309 2740 I mtkpower_client: ret_hdl:108195
07-01 13:37:24.962 1309 2740 I mtkpower_client: perf_lock_rel, hdl:108195,
tid:2740
07-01 13:37:25.039 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:25.065 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108195, dur:0,
num:2, tid:1543
07-01 13:37:25.067 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108196 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108196
07-01 13:37:25.071 1309 1543 I mtkpower_client: ret_hdl:108196
07-01 13:37:25.075 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108196,
tid:1543
07-01 13:37:26.378 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:37:27.363 1309 2589 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:37:27.363 1309 2589 E ActivityManager: java.lang.Throwable
07-01 13:37:27.363 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:37:27.363 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:37:27.363 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:37:27.363 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:37:27.363 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:37:27.363 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:37:27.363 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:37:27.363 1309 2589 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:37:27.363 1309 2589 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:37:27.574 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:37:27.775 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:37:28.058 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:28.432 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108196, dur:0,
num:2, tid:2588
07-01 13:37:28.433 1309 2588 I mtkpower_client: ret_hdl:108200
07-01 13:37:28.434 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108200 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108200
07-01 13:37:28.434 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108200,
tid:2588
07-01 13:37:28.734 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:37:28.864 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:37:28.865 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:37:28.962 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:37:29.309 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:37:29.333 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:37:29.349 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:37:29.542 1309 2740 I mtkpower_client: perf_lock_acq, hdl:108200, dur:0,
num:2, tid:2740
07-01 13:37:29.543 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108203 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108203
07-01 13:37:29.544 1309 2740 I mtkpower_client: ret_hdl:108203
07-01 13:37:29.545 1309 2740 I mtkpower_client: perf_lock_rel, hdl:108203,
tid:2740
07-01 13:37:30.274 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:37:31.089 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:32.231 1309 2740 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:37:32.231 1309 2740 E ActivityManager: java.lang.Throwable
07-01 13:37:32.231 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:37:32.231 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:37:32.231 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:37:32.231 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:37:32.231 1309 2740 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:37:32.231 1309 2740 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:37:32.231 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:37:32.231 1309 2740 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:37:32.231 1309 2740 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:37:34.109 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:34.494 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:37:34.620 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:37:34.623 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:37:34.624 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:37:35.088 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:37:35.102 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:37:35.122 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:37:35.299 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108203, dur:0,
num:2, tid:4073
07-01 13:37:35.301 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108209 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108209
07-01 13:37:35.304 1309 4073 I mtkpower_client: ret_hdl:108209
07-01 13:37:35.305 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108209,
tid:4073
07-01 13:37:36.309 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108209, dur:0,
num:2, tid:3968
07-01 13:37:36.311 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108210 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108210
07-01 13:37:36.311 1309 3968 I mtkpower_client: ret_hdl:108210
07-01 13:37:36.312 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108210,
tid:4073
07-01 13:37:37.146 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:40.170 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:40.278 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:37:41.997 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:37:41.997 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:37:42.165 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108178, dur:0,
num:2, tid:1543
07-01 13:37:42.166 1309 1543 I mtkpower_client: ret_hdl:108211
07-01 13:37:42.166 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108211 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108211
07-01 13:37:42.168 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108211,
tid:4073
07-01 13:37:43.202 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:44.379 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:37:44.577 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:37:46.240 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:48.782 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:37:48.976 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:37:49.268 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:52.296 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:55.331 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:58.387 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:37:59.340 1309 28523 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:38:01.432 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:02.331 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x02f37379: pkg=com.kwai.bulldog user=UserHandle{0}
id=2035043475 tag=null importance=4 key=0|com.kwai.bulldog|2035043475|null|10193:
Notification(channel=push shortcut=null contentView=null vibrate=null sound=null
tick defaults=0x0 flags=0x10 color=0x00000000 category=msg
groupKey=111450:20230629:1688023914535 vis=PUBLIC internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 13:38:02.464 1309 28736 E _V_RichTapVibratorService: getExtension == null
07-01 13:38:02.492 1309 28746 E lra_vibrator_VibratorController.jni: jni+++
vibratorOn sucess
07-01 13:38:02.554 1309 1309 E NotificationService: Muting recently noisy 0|
com.vivo.browser|1|null|10051
07-01 13:38:02.633 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108211, dur:0,
num:2, tid:2850
07-01 13:38:02.634 1309 2850 I mtkpower_client: ret_hdl:108212
07-01 13:38:02.635 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108212 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108212
07-01 13:38:02.635 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108212,
tid:2531
07-01 13:38:02.797 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108212, dur:0,
num:2, tid:2531
07-01 13:38:02.798 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108213 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108213
07-01 13:38:02.798 1309 2531 I mtkpower_client: ret_hdl:108213
07-01 13:38:02.800 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108213,
tid:2531
07-01 13:38:02.839 1309 28746 E lra_vibrator_VibratorController.jni: jni+++
vibratorOff sucess
07-01 13:38:02.921 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108213, dur:0,
num:2, tid:2531
07-01 13:38:02.924 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108214 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108214
07-01 13:38:02.925 1309 2531 I mtkpower_client: ret_hdl:108214
07-01 13:38:02.926 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108214,
tid:2531
07-01 13:38:02.930 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.android.systemui
07-01 13:38:03.087 1309 28746 E lra_vibrator_VibratorController.jni: jni+++
vibratorOn sucess
07-01 13:38:03.243 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:38:03.439 1309 28746 E lra_vibrator_VibratorController.jni: jni+++
vibratorOff sucess
07-01 13:38:03.854 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:38:04.475 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:04.539 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108214, dur:0,
num:2, tid:3968
07-01 13:38:04.541 1309 3968 I mtkpower_client: ret_hdl:108215
07-01 13:38:04.541 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108215 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108215
07-01 13:38:04.542 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108215,
tid:3968
07-01 13:38:04.579 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:38:05.578 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:38:05.736 1309 1563 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.ALARM_ALERT_INFO_SAVE from system uid 1000 pkg com.vivo.upslide
07-01 13:38:05.736 1309 1563 E ActivityManager: java.lang.Throwable
07-01 13:38:05.736 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14219)
07-01 13:38:05.736 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:38:05.736 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentInPackage(ActivityManag
erService.java:15288)
07-01 13:38:05.736 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService$LocalService.broadcastIntentInPackage(
ActivityManagerService.java:17674)
07-01 13:38:05.736 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:612)
07-01 13:38:05.736 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendWithResult(PendingIntentRecord.java:3
45)
07-01 13:38:05.736 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.sendIntentSender(ActivityManagerServic
e.java:5838)
07-01 13:38:05.736 1309 1563 E ActivityManager: at
android.app.PendingIntent.sendAndReturnResult(PendingIntent.java:986)
07-01 13:38:05.736 1309 1563 E ActivityManager: at
android.app.PendingIntent.send(PendingIntent.java:957)
07-01 13:38:05.736 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$DeliveryTracker.deliverLocked(AlarmMan
agerService.java:5365)
07-01 13:38:05.736 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService.deliverAlarmsLocked(AlarmManagerServic
e.java:4372)
07-01 13:38:05.736 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$AlarmThread.run(AlarmManagerService.ja
va:4646)
07-01 13:38:05.878 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:38:07.366 1309 2850 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:38:07.366 1309 2850 E ActivityManager: java.lang.Throwable
07-01 13:38:07.366 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:38:07.366 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:38:07.366 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:38:07.366 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:38:07.366 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:38:07.366 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:38:07.366 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:38:07.366 1309 2850 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:38:07.366 1309 2850 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:38:07.524 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:08.637 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108215, dur:0,
num:2, tid:3968
07-01 13:38:08.638 1309 3968 I mtkpower_client: ret_hdl:108221
07-01 13:38:08.638 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108221 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108221
07-01 13:38:08.639 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108221,
tid:3968
07-01 13:38:08.752 1309 1309 E _V_RichTapVibratorService: getExtension == null
07-01 13:38:09.976 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:38:10.550 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:13.182 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108221, dur:0,
num:2, tid:3968
07-01 13:38:13.187 1309 3968 I mtkpower_client: ret_hdl:108222
07-01 13:38:13.188 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108222 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108222
07-01 13:38:13.188 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108222,
tid:3968
07-01 13:38:13.572 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:13.877 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:38:14.175 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:38:15.828 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:38:15.828 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:38:15.942 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:38:15.947 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:38:16.604 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:19.645 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:22.681 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:23.284 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:38:24.476 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:38:25.028 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:38:25.028 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:38:25.233 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:38:25.259 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:38:25.276 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:38:25.303 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:38:25.651 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108210, dur:0,
num:2, tid:2531
07-01 13:38:25.652 1309 2531 I mtkpower_client: ret_hdl:108226
07-01 13:38:25.653 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108226 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108226
07-01 13:38:25.653 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108226,
tid:2531
07-01 13:38:25.728 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:25.892 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108226, dur:0,
num:2, tid:2850
07-01 13:38:25.893 1309 2850 I mtkpower_client: ret_hdl:108229
07-01 13:38:25.893 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108229 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108229
07-01 13:38:25.893 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108229,
tid:2850
07-01 13:38:25.974 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:38:25.978 1309 3540 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:38:26.086 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:38:26.087 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:38:26.122 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108229, dur:0,
num:2, tid:2850
07-01 13:38:26.123 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108230 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108230
07-01 13:38:26.124 1309 2850 I mtkpower_client: ret_hdl:108230
07-01 13:38:26.126 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108230,
tid:2850
07-01 13:38:26.130 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:38:26.167 1309 3540 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:38:26.190 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:38:26.209 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:38:26.378 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:38:26.401 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108230, dur:0,
num:2, tid:2850
07-01 13:38:26.402 1309 2850 I mtkpower_client: ret_hdl:108231
07-01 13:38:26.402 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108231 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108231
07-01 13:38:26.403 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108231,
tid:2850
07-01 13:38:27.073 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:38:27.351 1309 2850 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:38:27.351 1309 2850 E ActivityManager: java.lang.Throwable
07-01 13:38:27.351 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:38:27.351 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:38:27.351 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:38:27.351 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:38:27.351 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:38:27.351 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:38:27.351 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:38:27.351 1309 2850 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:38:27.351 1309 2850 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:38:27.742 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108231, dur:0,
num:2, tid:2531
07-01 13:38:27.743 1309 2531 I mtkpower_client: ret_hdl:108237
07-01 13:38:27.743 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108237 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108237
07-01 13:38:27.743 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108237,
tid:2531
07-01 13:38:27.897 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:38:27.947 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:38:27.947 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:38:28.020 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:38:28.285 1309 3540 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:38:28.319 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:38:28.337 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:38:28.515 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108237, dur:0,
num:2, tid:1543
07-01 13:38:28.516 1309 1543 I mtkpower_client: ret_hdl:108238
07-01 13:38:28.516 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108238,
tid:1543
07-01 13:38:28.518 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108238 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108238
07-01 13:38:28.760 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:31.795 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:34.826 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:37.855 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:40.880 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:42.021 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:38:42.021 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:38:42.211 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108222, dur:0,
num:2, tid:2300
07-01 13:38:42.214 1309 2300 I mtkpower_client: ret_hdl:108239
07-01 13:38:42.215 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108239 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108239
07-01 13:38:42.223 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108239,
tid:2300
07-01 13:38:43.930 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:46.966 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:49.572 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:38:49.683 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:38:49.685 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:38:49.697 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:38:49.994 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:50.421 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:38:50.467 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:38:50.492 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:38:50.655 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108238, dur:0,
num:2, tid:2588
07-01 13:38:50.656 1309 2588 I mtkpower_client: ret_hdl:108245
07-01 13:38:50.657 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108245 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108245
07-01 13:38:50.657 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108245,
tid:2588
07-01 13:38:53.014 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:56.040 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:59.057 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:38:59.356 1309 28926 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:39:00.228 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108239, dur:0,
num:2, tid:4074
07-01 13:39:00.230 1309 4074 I mtkpower_client: ret_hdl:108246
07-01 13:39:00.230 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108246 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108246
07-01 13:39:00.231 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108246,
tid:4074
07-01 13:39:00.703 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:00.704 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:00.834 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:00.851 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:00.875 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:00.921 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:02.080 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:02.178 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108245, dur:0,
num:2, tid:2300
07-01 13:39:02.179 1309 2300 I mtkpower_client: ret_hdl:108252
07-01 13:39:02.179 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108252 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108252
07-01 13:39:02.179 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108252,
tid:2300
07-01 13:39:02.361 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108252, dur:0,
num:2, tid:2300
07-01 13:39:02.361 1309 2300 I mtkpower_client: ret_hdl:108253
07-01 13:39:02.361 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108253 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108253
07-01 13:39:02.362 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108253,
tid:2300
07-01 13:39:02.371 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:02.480 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:02.480 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:02.492 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:02.538 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:02.549 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:02.559 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:02.749 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108253, dur:0,
num:2, tid:2850
07-01 13:39:02.750 1309 2850 I mtkpower_client: ret_hdl:108254
07-01 13:39:02.750 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108254 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108254
07-01 13:39:02.751 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108254,
tid:2850
07-01 13:39:04.638 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108254, dur:0,
num:2, tid:2300
07-01 13:39:04.639 1309 2300 I mtkpower_client: ret_hdl:108263
07-01 13:39:04.639 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108263 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108263
07-01 13:39:04.640 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108263,
tid:2300
07-01 13:39:04.761 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:04.891 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:04.891 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:05.028 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:05.083 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:05.107 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:05.114 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:05.140 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:05.281 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108263, dur:0,
num:2, tid:4074
07-01 13:39:05.282 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108266 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108266
07-01 13:39:05.283 1309 4074 I mtkpower_client: ret_hdl:108266
07-01 13:39:05.285 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108266,
tid:4074
07-01 13:39:05.395 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108266, dur:0,
num:2, tid:3968
07-01 13:39:05.397 1309 3968 I mtkpower_client: ret_hdl:108267
07-01 13:39:05.397 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108267 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108267
07-01 13:39:05.398 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108267,
tid:2300
07-01 13:39:08.139 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:11.160 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:14.199 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:15.175 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:39:15.274 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:39:15.306 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108267, dur:0,
num:2, tid:3968
07-01 13:39:15.308 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108271 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108271
07-01 13:39:15.309 1309 3968 I mtkpower_client: ret_hdl:108271
07-01 13:39:15.309 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108271,
tid:3968
07-01 13:39:15.545 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108271, dur:0,
num:2, tid:2300
07-01 13:39:15.546 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108274 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108274
07-01 13:39:15.546 1309 2300 I mtkpower_client: ret_hdl:108274
07-01 13:39:15.547 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108274,
tid:2300
07-01 13:39:15.598 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:15.719 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:15.719 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:15.725 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:15.795 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:15.811 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:15.853 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:16.109 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108274, dur:0,
num:2, tid:2588
07-01 13:39:16.110 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108276 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108276
07-01 13:39:16.112 1309 2588 I mtkpower_client: ret_hdl:108276
07-01 13:39:16.114 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108276,
tid:2588
07-01 13:39:17.055 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:17.159 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:17.160 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:17.197 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:17.225 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:17.819 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108276, dur:0,
num:2, tid:2300
07-01 13:39:17.820 1309 2300 I mtkpower_client: ret_hdl:108282
07-01 13:39:17.820 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108282 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108282
07-01 13:39:17.821 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108282,
tid:2849
07-01 13:39:18.942 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:18.965 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:18.980 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:18.992 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108282, dur:0,
num:2, tid:1543
07-01 13:39:18.993 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108284 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108284
07-01 13:39:18.994 1309 1543 I mtkpower_client: ret_hdl:108284
07-01 13:39:18.994 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108284,
tid:1543
07-01 13:39:19.174 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108284, dur:0,
num:2, tid:2588
07-01 13:39:19.175 1309 2588 I mtkpower_client: ret_hdl:108285
07-01 13:39:19.176 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108285 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108285
07-01 13:39:19.176 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108285,
tid:2588
07-01 13:39:20.253 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:23.285 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:26.316 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:29.368 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:32.398 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:35.422 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:38.457 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:41.490 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:42.002 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:39:42.002 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:39:42.190 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108246, dur:0,
num:2, tid:2849
07-01 13:39:42.194 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108286 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108286
07-01 13:39:42.195 1309 2849 I mtkpower_client: ret_hdl:108286
07-01 13:39:42.196 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108286,
tid:2849
07-01 13:39:44.530 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:45.153 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:45.154 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:45.303 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:45.323 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:45.349 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:45.364 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:47.142 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:47.261 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:47.278 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:47.278 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:47.304 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:47.320 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:47.328 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:47.368 1309 2849 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:39:47.368 1309 2849 E ActivityManager: java.lang.Throwable
07-01 13:39:47.368 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:39:47.368 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:39:47.368 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:39:47.368 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:39:47.368 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:39:47.368 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:39:47.368 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:39:47.368 1309 2849 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:39:47.368 1309 2849 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:39:47.488 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108285, dur:0,
num:2, tid:2849
07-01 13:39:47.489 1309 2849 I mtkpower_client: ret_hdl:108292
07-01 13:39:47.489 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108292 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108292
07-01 13:39:47.490 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108292,
tid:2849
07-01 13:39:47.556 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:47.595 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108292, dur:0,
num:2, tid:3968
07-01 13:39:47.596 1309 3968 I mtkpower_client: ret_hdl:108293
07-01 13:39:47.596 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108293 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108293
07-01 13:39:47.596 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108293,
tid:3968
07-01 13:39:50.580 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:53.243 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108293, dur:0,
num:2, tid:1543
07-01 13:39:53.244 1309 1543 I mtkpower_client: ret_hdl:108299
07-01 13:39:53.244 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108299 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108299
07-01 13:39:53.244 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108299,
tid:1543
07-01 13:39:53.373 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:53.502 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:53.507 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:53.508 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:53.564 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:39:53.588 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:39:53.617 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:53.620 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:39:53.689 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108299, dur:0,
num:2, tid:4074
07-01 13:39:53.692 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108300 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108300
07-01 13:39:53.693 1309 4074 I mtkpower_client: ret_hdl:108300
07-01 13:39:53.696 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108300,
tid:4074
07-01 13:39:53.816 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108300, dur:0,
num:2, tid:3968
07-01 13:39:53.817 1309 3968 I mtkpower_client: ret_hdl:108301
07-01 13:39:53.817 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108301 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108301
07-01 13:39:53.818 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108301,
tid:3968
07-01 13:39:56.643 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:39:57.384 1309 2850 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:39:57.384 1309 2850 E ActivityManager: java.lang.Throwable
07-01 13:39:57.384 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:39:57.384 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:39:57.384 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:39:57.384 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:39:57.384 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:39:57.384 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:39:57.384 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:39:57.384 1309 2850 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:39:57.384 1309 2850 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:39:59.350 1309 29148 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:39:59.670 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:00.185 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108286, dur:0,
num:2, tid:3968
07-01 13:40:00.190 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108302 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108302
07-01 13:40:00.192 1309 3968 I mtkpower_client: ret_hdl:108302
07-01 13:40:00.194 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108302,
tid:3968
07-01 13:40:02.320 1309 2849 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:40:02.320 1309 2849 E ActivityManager: java.lang.Throwable
07-01 13:40:02.320 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:40:02.320 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:40:02.320 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:40:02.320 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:40:02.320 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:40:02.320 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:40:02.320 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:40:02.320 1309 2849 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:40:02.320 1309 2849 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:40:02.729 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:04.725 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:40:04.725 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:40:05.754 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:08.796 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:11.828 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:14.877 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:17.778 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:40:17.779 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:40:17.895 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:20.956 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:23.994 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:27.022 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:27.367 1309 1543 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:40:27.367 1309 1543 E ActivityManager: java.lang.Throwable
07-01 13:40:27.367 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:40:27.367 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:40:27.367 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:40:27.367 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:40:27.367 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:40:27.367 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:40:27.367 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:40:27.367 1309 1543 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:40:27.367 1309 1543 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:40:30.066 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:30.155 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:40:30.158 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:40:30.290 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:40:30.424 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:40:30.491 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:40:30.498 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:40:30.814 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108301, dur:0,
num:2, tid:4073
07-01 13:40:30.815 1309 4073 I mtkpower_client: ret_hdl:108309
07-01 13:40:30.815 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108309 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108309
07-01 13:40:30.815 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108309,
tid:4073
07-01 13:40:30.962 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:40:31.090 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:40:31.090 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:40:31.141 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:40:31.164 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:40:31.174 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:40:31.197 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:40:31.370 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108309, dur:0,
num:2, tid:2849
07-01 13:40:31.371 1309 2849 I mtkpower_client: ret_hdl:108310
07-01 13:40:31.371 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108310 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108310
07-01 13:40:31.371 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108310,
tid:2849
07-01 13:40:33.103 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:36.120 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:39.157 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:41.997 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:40:42.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:40:42.186 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:45.212 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:48.233 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:51.279 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:54.311 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:57.338 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:40:57.361 1309 2849 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:40:57.361 1309 2849 E ActivityManager: java.lang.Throwable
07-01 13:40:57.361 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:40:57.361 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:40:57.361 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:40:57.361 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:40:57.361 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:40:57.361 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:40:57.361 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:40:57.361 1309 2849 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:40:57.361 1309 2849 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:40:59.338 1309 29241 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:41:00.362 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:03.388 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:04.105 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:41:04.106 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:41:04.263 1309 2740 I mtkpower_client: perf_lock_acq, hdl:108302, dur:0,
num:2, tid:2740
07-01 13:41:04.266 1309 2740 I mtkpower_client: ret_hdl:108315
07-01 13:41:04.266 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108315 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108315
07-01 13:41:04.267 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108315,
tid:4069
07-01 13:41:06.422 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:09.460 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:11.709 1309 2740 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:11.825 1309 2740 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:11.842 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:41:11.842 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:41:11.876 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:41:11.877 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:41:11.879 1309 2740 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:11.921 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:41:11.933 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:41:12.099 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108310, dur:0,
num:2, tid:4074
07-01 13:41:12.100 1309 4074 I mtkpower_client: ret_hdl:108321
07-01 13:41:12.100 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108321 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108321
07-01 13:41:12.101 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108321,
tid:1543
07-01 13:41:12.204 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108321, dur:0,
num:2, tid:4069
07-01 13:41:12.204 1309 4069 I mtkpower_client: ret_hdl:108322
07-01 13:41:12.205 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108322 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108322
07-01 13:41:12.205 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108322,
tid:4069
07-01 13:41:12.496 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:15.529 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:17.371 1309 4069 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:41:17.371 1309 4069 E ActivityManager: java.lang.Throwable
07-01 13:41:17.371 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:41:17.371 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:41:17.371 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:41:17.371 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:41:17.371 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:41:17.371 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:41:17.371 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:41:17.371 1309 4069 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:41:17.371 1309 4069 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:41:18.556 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:19.602 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:19.734 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:19.736 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:41:19.737 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:41:19.764 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:19.777 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:41:19.799 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:41:19.903 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108322, dur:0,
num:2, tid:3968
07-01 13:41:19.904 1309 3968 I mtkpower_client: ret_hdl:108328
07-01 13:41:19.904 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108328 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108328
07-01 13:41:19.905 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108328,
tid:3968
07-01 13:41:20.044 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108328, dur:0,
num:2, tid:4069
07-01 13:41:20.045 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108329 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108329
07-01 13:41:20.045 1309 4069 I mtkpower_client: ret_hdl:108329
07-01 13:41:20.047 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108329,
tid:4069
07-01 13:41:21.599 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:24.621 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:27.678 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:30.709 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:33.754 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:34.049 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108315, dur:0,
num:2, tid:2300
07-01 13:41:34.050 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108330 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108330
07-01 13:41:34.051 1309 2300 I mtkpower_client: ret_hdl:108330
07-01 13:41:34.052 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108330,
tid:2300
07-01 13:41:36.781 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:37.113 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:41:37.114 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:41:37.376 1309 2588 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:41:37.376 1309 2588 E ActivityManager: java.lang.Throwable
07-01 13:41:37.376 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:41:37.376 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:41:37.376 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:41:37.376 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:41:37.376 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:41:37.376 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:41:37.376 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:41:37.376 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:41:37.376 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:41:39.816 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:40.468 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:41:40.469 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:41:40.681 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:40.702 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:40.726 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:41:40.753 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:41:41.993 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:41:41.993 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:41:42.871 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:42.875 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:41:44.050 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:44.178 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:41:44.179 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:41:44.245 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:44.268 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:44.304 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:41:44.318 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:41:44.535 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108329, dur:0,
num:2, tid:1543
07-01 13:41:44.536 1309 1543 I mtkpower_client: ret_hdl:108336
07-01 13:41:44.536 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108336 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108336
07-01 13:41:44.537 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108336,
tid:1543
07-01 13:41:45.922 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:47.932 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:48.038 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:48.067 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:41:48.067 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:41:48.073 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:41:48.102 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:41:48.130 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:41:48.212 1309 1418 I mtkpower_client: perf_lock_acq, hdl:108336, dur:0,
num:2, tid:1418
07-01 13:41:48.213 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108342 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108342
07-01 13:41:48.213 1309 1418 I mtkpower_client: ret_hdl:108342
07-01 13:41:48.213 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108342,
tid:1543
07-01 13:41:48.355 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108342, dur:0,
num:2, tid:2589
07-01 13:41:48.356 1309 2589 I mtkpower_client: ret_hdl:108343
07-01 13:41:48.356 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108343 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108343
07-01 13:41:48.357 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108343,
tid:2589
07-01 13:41:48.947 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:51.974 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:54.378 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:41:55.011 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:55.379 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108330, dur:0,
num:2, tid:1543
07-01 13:41:55.380 1309 1543 I mtkpower_client: ret_hdl:108346
07-01 13:41:55.380 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108346 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108346
07-01 13:41:55.380 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108346,
tid:1543
07-01 13:41:57.363 1309 1543 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:41:57.363 1309 1543 E ActivityManager: java.lang.Throwable
07-01 13:41:57.363 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:41:57.363 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:41:57.363 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:41:57.363 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:41:57.363 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:41:57.363 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:41:57.363 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:41:57.363 1309 1543 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:41:57.363 1309 1543 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:41:58.077 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:41:58.978 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108346, dur:0,
num:2, tid:1543
07-01 13:41:58.980 1309 1543 I mtkpower_client: ret_hdl:108347
07-01 13:41:58.980 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108347 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108347
07-01 13:41:58.982 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108347,
tid:1543
07-01 13:41:59.390 1309 29336 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:42:00.217 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108347, dur:0,
num:2, tid:1543
07-01 13:42:00.222 1309 1543 I mtkpower_client: ret_hdl:108348
07-01 13:42:00.222 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108348 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108348
07-01 13:42:00.224 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108348, dur:0,
num:2, tid:2589
07-01 13:42:00.225 1309 2589 I mtkpower_client: ret_hdl:108348
07-01 13:42:00.226 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108348,
tid:1543
07-01 13:42:00.227 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108348,
tid:2589
07-01 13:42:00.228 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108348 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108348
07-01 13:42:01.114 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:04.153 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:07.202 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:10.263 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:13.295 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:13.629 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108348, dur:0,
num:2, tid:2589
07-01 13:42:13.631 1309 2589 I mtkpower_client: ret_hdl:108349
07-01 13:42:13.631 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108349 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108349
07-01 13:42:13.632 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108349,
tid:1418
07-01 13:42:14.180 23096 26613 E BufferQueueProducer: BQDUMP >[00:0x663843e0]
state=ACQUIRED 0x8e356e00 frame=11309 [ 576x1024: 576,32315679]
07-01 13:42:14.180 23096 26613 E BufferQueueProducer: BQDUMP >[00:0x663843e0]
state=ACQUIRED 0x8e356e00 frame=11309 [ 576x1024: 576,32315679]
07-01 13:42:14.268 23096 26613 E BufferQueueProducer: BQDUMP [00:0x663843e0]
state=DEQUEUED 0x8e356e00 frame=11309 [ 576x1024: 576,32315679]
07-01 13:42:14.271 23096 26613 E BufferQueueProducer: BQDUMP [00:0x663843e0]
state=DEQUEUED 0x8e356e00 frame=11309 [ 576x1024: 576,32315679]
07-01 13:42:14.294 23096 26613 E BufferQueueProducer: BQDUMP [00:0x663843e0]
state=DEQUEUED 0x8e356e00 frame=11309 [ 576x1024: 576,32315679]
07-01 13:42:14.294 23096 26613 E BufferQueueProducer: BQDUMP [00:0x663843e0]
state=DEQUEUED 0x8e356e00 frame=11309 [ 576x1024: 576,32315679]
07-01 13:42:14.365 23096 26613 E BufferQueueProducer: BQDUMP [00:0x663843e0]
state=DEQUEUED 0x8e356e00 frame=11309 [ 576x1024: 576,32315679]
07-01 13:42:14.365 23096 26613 E BufferQueueProducer: BQDUMP [00:0x663843e0]
state=DEQUEUED 0x8e356e00 frame=11309 [ 576x1024: 576,32315679]
07-01 13:42:14.402 23096 26613 E BufferQueueProducer: BQDUMP [00:0x663843e0]
state=DEQUEUED 0x8e356e00 frame=11309 [ 576x1024: 576,32315679]
07-01 13:42:14.402 23096 26613 E BufferQueueProducer: BQDUMP [00:0x663843e0]
state=DEQUEUED 0x8e356e00 frame=11309 [ 576x1024: 576,32315679]
07-01 13:42:14.756 23096 26613 E BufferQueueProducer: BQDUMP [00:0x663843e0]
state=DEQUEUED 0x8e356e00 frame=11309 [ 576x1024: 576,32315679]
07-01 13:42:14.756 23096 26613 E BufferQueueProducer: BQDUMP [00:0x663843e0]
state=DEQUEUED 0x8e356e00 frame=11309 [ 576x1024: 576,32315679]
07-01 13:42:16.396 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:16.581 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108349, dur:0,
num:2, tid:2589
07-01 13:42:16.582 1309 2589 I mtkpower_client: ret_hdl:108350
07-01 13:42:16.582 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108350 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108350
07-01 13:42:16.584 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108350,
tid:1418
07-01 13:42:19.431 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:22.469 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:25.519 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:27.367 1309 1418 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:42:27.367 1309 1418 E ActivityManager: java.lang.Throwable
07-01 13:42:27.367 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:42:27.367 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:42:27.367 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:42:27.367 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:42:27.367 1309 1418 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:42:27.367 1309 1418 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:42:27.367 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:42:27.367 1309 1418 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:42:27.367 1309 1418 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:42:28.553 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:31.581 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:32.436 1309 2588 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:42:32.436 1309 2588 E ActivityManager: java.lang.Throwable
07-01 13:42:32.436 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:42:32.436 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:42:32.436 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:42:32.436 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:42:32.436 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:42:32.436 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:42:32.436 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:42:32.436 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:42:32.436 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:42:34.648 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:36.350 1309 4073 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 13:42:37.679 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:40.713 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:41.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:42:42.000 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:42:42.162 1309 1418 I mtkpower_client: perf_lock_acq, hdl:108350, dur:0,
num:2, tid:1418
07-01 13:42:42.166 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108351 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108351
07-01 13:42:42.167 1309 1418 I mtkpower_client: ret_hdl:108351
07-01 13:42:42.168 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108351,
tid:2589
07-01 13:42:43.749 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:46.349 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:42:46.350 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:42:46.499 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:42:46.512 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:42:46.562 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:42:46.589 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:42:46.739 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108343, dur:0,
num:2, tid:2300
07-01 13:42:46.740 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108357 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108357
07-01 13:42:46.742 1309 2300 I mtkpower_client: ret_hdl:108357
07-01 13:42:46.744 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108357,
tid:2300
07-01 13:42:46.772 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:46.856 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:42:46.981 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:42:46.991 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:42:46.992 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:42:47.053 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:42:47.068 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:42:47.083 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:42:47.205 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108357, dur:0,
num:2, tid:2588
07-01 13:42:47.206 1309 2588 I mtkpower_client: ret_hdl:108359
07-01 13:42:47.206 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108359 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108359
07-01 13:42:47.206 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108359,
tid:2588
07-01 13:42:47.355 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108359, dur:0,
num:2, tid:2588
07-01 13:42:47.356 1309 2588 I mtkpower_client: ret_hdl:108360
07-01 13:42:47.356 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108360 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108360
07-01 13:42:47.356 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108360,
tid:2588
07-01 13:42:47.879 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:42:47.987 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:42:48.008 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:42:48.010 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:42:48.018 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108360, dur:0,
num:2, tid:4071
07-01 13:42:48.019 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108366 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108366
07-01 13:42:48.019 1309 4071 I mtkpower_client: ret_hdl:108366
07-01 13:42:48.021 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108366,
tid:4071
07-01 13:42:48.179 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108366, dur:0,
num:2, tid:4071
07-01 13:42:48.180 1309 4071 I mtkpower_client: ret_hdl:108367
07-01 13:42:48.180 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108367 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108367
07-01 13:42:48.180 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108367,
tid:2588
07-01 13:42:48.489 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108367, dur:0,
num:2, tid:2588
07-01 13:42:48.490 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108368 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108368
07-01 13:42:48.490 1309 2588 I mtkpower_client: ret_hdl:108368
07-01 13:42:48.491 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108368,
tid:2588
07-01 13:42:48.715 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:42:48.737 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:42:48.766 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:42:48.776 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:42:48.839 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108368, dur:0,
num:2, tid:4071
07-01 13:42:48.840 1309 4071 I mtkpower_client: ret_hdl:108370
07-01 13:42:48.841 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108370 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108370
07-01 13:42:48.841 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108370,
tid:4071
07-01 13:42:48.944 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108370, dur:0,
num:2, tid:4071
07-01 13:42:48.945 1309 4071 I mtkpower_client: ret_hdl:108371
07-01 13:42:48.945 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108371 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108371
07-01 13:42:48.945 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108371,
tid:1418
07-01 13:42:48.975 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:42:49.726 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108371, dur:0,
num:2, tid:2300
07-01 13:42:49.727 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108377 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108377
07-01 13:42:49.727 1309 2300 I mtkpower_client: ret_hdl:108377
07-01 13:42:49.728 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108377,
tid:2300
07-01 13:42:49.790 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:50.013 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:42:50.030 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108377, dur:0,
num:2, tid:4071
07-01 13:42:50.031 1309 4071 I mtkpower_client: ret_hdl:108378
07-01 13:42:50.031 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108378 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108378
07-01 13:42:50.032 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108378,
tid:4071
07-01 13:42:50.134 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:42:50.143 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:42:50.144 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:42:52.153 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:42:52.178 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:42:52.214 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:42:52.271 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108378, dur:0,
num:2, tid:2300
07-01 13:42:52.272 1309 2300 I mtkpower_client: ret_hdl:108379
07-01 13:42:52.273 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108379 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108379
07-01 13:42:52.279 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108379,
tid:2300
07-01 13:42:52.402 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108379, dur:0,
num:2, tid:4071
07-01 13:42:52.403 1309 4071 I mtkpower_client: ret_hdl:108380
07-01 13:42:52.403 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108380 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108380
07-01 13:42:52.403 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108380,
tid:4071
07-01 13:42:52.814 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:53.005 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:42:53.005 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:42:55.837 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:57.382 1309 2300 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:42:57.382 1309 2300 E ActivityManager: java.lang.Throwable
07-01 13:42:57.382 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:42:57.382 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:42:57.382 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:42:57.382 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:42:57.382 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:42:57.382 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:42:57.382 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:42:57.382 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:42:57.382 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:42:58.864 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:42:59.377 1309 29486 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:43:00.250 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108351, dur:0,
num:2, tid:2588
07-01 13:43:00.252 1309 2588 I mtkpower_client: ret_hdl:108381
07-01 13:43:00.252 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108381 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108381
07-01 13:43:00.253 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108381,
tid:2588
07-01 13:43:01.893 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:04.939 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:07.959 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:11.008 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:14.039 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:17.068 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:17.423 23096 26613 E BufferQueueProducer: BQDUMP default-
size=[480x854] default-format=4 BQDUMP transform-hint=00 frame-counter=13098
07-01 13:43:17.423 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.423 23096 26613 E BufferQueueProducer: BQDUMP >[02:0x66384ac0]
state=ACQUIRED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.423 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.423 23096 26613 E BufferQueueProducer: BQDUMP >[02:0x66384ac0]
state=ACQUIRED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.423 23096 26613 E BufferQueueProducer: BQDUMP [04:0x6904d0c0]
state=DEQUEUED 0x8e35c820 frame=13095 [ 480x 854: 512,32315679]
07-01 13:43:17.423 23096 26613 E BufferQueueProducer: BQDUMP [05:0x66383a80]
state=DEQUEUED 0x6665b760 frame=13092 [ 480x 854: 512,32315679]
07-01 13:43:17.423 23096 26613 E BufferQueueProducer: BQDUMP >[07:0x663843e0]
state=ACQUIRED 0x6665dec0 frame=13098 [ 480x 854: 512,32315679]
07-01 13:43:17.423 23096 26613 E BufferQueueProducer: BQDUMP [09:0x645a3660]
state=DEQUEUED 0x771ffd20 frame=13091 [ 480x 854: 512,32315679]
07-01 13:43:17.460 23096 26613 E BufferQueueProducer: BQDUMP default-
size=[480x854] default-format=4 BQDUMP transform-hint=00 frame-counter=13099
07-01 13:43:17.460 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.460 23096 26613 E BufferQueueProducer: BQDUMP >[02:0x66384ac0]
state=ACQUIRED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.460 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.460 23096 26613 E BufferQueueProducer: BQDUMP >[02:0x66384ac0]
state=ACQUIRED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.460 23096 26613 E BufferQueueProducer: BQDUMP [04:0x6904d0c0]
state=DEQUEUED 0x8e35c820 frame=13095 [ 480x 854: 512,32315679]
07-01 13:43:17.460 23096 26613 E BufferQueueProducer: BQDUMP [05:0x66383a80]
state=DEQUEUED 0x6665b760 frame=13092 [ 480x 854: 512,32315679]
07-01 13:43:17.460 23096 26613 E BufferQueueProducer: BQDUMP >[07:0x663843e0]
state=ACQUIRED 0x6665dec0 frame=13098 [ 480x 854: 512,32315679]
07-01 13:43:17.460 23096 26613 E BufferQueueProducer: BQDUMP [09:0x645a3660]
state=DEQUEUED 0x771ffd20 frame=13091 [ 480x 854: 512,32315679]
07-01 13:43:17.460 23096 26613 E BufferQueueProducer: BQDUMP >[10:0xb20af280]
state=ACQUIRED 0x6665d280 frame=13099 [ 480x 854: 512,32315679]
07-01 13:43:17.496 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.496 23096 26613 E BufferQueueProducer: BQDUMP [02:0x66384ac0]
state=DEQUEUED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.496 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.496 23096 26613 E BufferQueueProducer: BQDUMP [02:0x66384ac0]
state=DEQUEUED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.496 23096 26613 E BufferQueueProducer: BQDUMP [04:0x6904d0c0]
state=DEQUEUED 0x8e35c820 frame=13095 [ 480x 854: 512,32315679]
07-01 13:43:17.496 23096 26613 E BufferQueueProducer: BQDUMP [05:0x66383a80]
state=DEQUEUED 0x6665b760 frame=13092 [ 480x 854: 512,32315679]
07-01 13:43:17.496 23096 26613 E BufferQueueProducer: BQDUMP >[07:0x663843e0]
state=ACQUIRED 0x6665dec0 frame=13098 [ 480x 854: 512,32315679]
07-01 13:43:17.496 23096 26613 E BufferQueueProducer: BQDUMP [09:0x645a3660]
state=DEQUEUED 0x771ffd20 frame=13091 [ 480x 854: 512,32315679]
07-01 13:43:17.496 23096 26613 E BufferQueueProducer: BQDUMP >[10:0xb20af280]
state=ACQUIRED 0x6665d280 frame=13099 [ 480x 854: 512,32315679]
07-01 13:43:17.737 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.737 23096 26613 E BufferQueueProducer: BQDUMP [02:0x66384ac0]
state=DEQUEUED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.737 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.737 23096 26613 E BufferQueueProducer: BQDUMP [02:0x66384ac0]
state=DEQUEUED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.737 23096 26613 E BufferQueueProducer: BQDUMP [04:0x6904d0c0]
state=DEQUEUED 0x8e35c820 frame=13095 [ 480x 854: 512,32315679]
07-01 13:43:17.737 23096 26613 E BufferQueueProducer: BQDUMP [05:0x66383a80]
state=DEQUEUED 0x6665b760 frame=13092 [ 480x 854: 512,32315679]
07-01 13:43:17.737 23096 26613 E BufferQueueProducer: BQDUMP [07:0x663843e0]
state=DEQUEUED 0x6665dec0 frame=13098 [ 480x 854: 512,32315679]
07-01 13:43:17.737 23096 26613 E BufferQueueProducer: BQDUMP [09:0x645a3660]
state=DEQUEUED 0x771ffd20 frame=13091 [ 480x 854: 512,32315679]
07-01 13:43:17.737 23096 26613 E BufferQueueProducer: BQDUMP [10:0xb20af280]
state=DEQUEUED 0x6665d280 frame=13099 [ 480x 854: 512,32315679]
07-01 13:43:17.770 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.770 23096 26613 E BufferQueueProducer: BQDUMP [02:0x66384ac0]
state=DEQUEUED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.770 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.770 23096 26613 E BufferQueueProducer: BQDUMP [02:0x66384ac0]
state=DEQUEUED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.770 23096 26613 E BufferQueueProducer: BQDUMP [04:0x6904d0c0]
state=DEQUEUED 0x8e35c820 frame=13095 [ 480x 854: 512,32315679]
07-01 13:43:17.770 23096 26613 E BufferQueueProducer: BQDUMP [05:0x66383a80]
state=DEQUEUED 0x6665b760 frame=13092 [ 480x 854: 512,32315679]
07-01 13:43:17.770 23096 26613 E BufferQueueProducer: BQDUMP [07:0x663843e0]
state=DEQUEUED 0x6665dec0 frame=13098 [ 480x 854: 512,32315679]
07-01 13:43:17.770 23096 26613 E BufferQueueProducer: BQDUMP [09:0x645a3660]
state=DEQUEUED 0x771ffd20 frame=13091 [ 480x 854: 512,32315679]
07-01 13:43:17.770 23096 26613 E BufferQueueProducer: BQDUMP [10:0xb20af280]
state=DEQUEUED 0x6665d280 frame=13099 [ 480x 854: 512,32315679]
07-01 13:43:17.834 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.834 23096 26613 E BufferQueueProducer: BQDUMP [02:0x66384ac0]
state=DEQUEUED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.835 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.835 23096 26613 E BufferQueueProducer: BQDUMP [02:0x66384ac0]
state=DEQUEUED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.835 23096 26613 E BufferQueueProducer: BQDUMP [04:0x6904d0c0]
state=DEQUEUED 0x8e35c820 frame=13095 [ 480x 854: 512,32315679]
07-01 13:43:17.835 23096 26613 E BufferQueueProducer: BQDUMP [05:0x66383a80]
state=DEQUEUED 0x6665b760 frame=13092 [ 480x 854: 512,32315679]
07-01 13:43:17.835 23096 26613 E BufferQueueProducer: BQDUMP [07:0x663843e0]
state=DEQUEUED 0x6665dec0 frame=13098 [ 480x 854: 512,32315679]
07-01 13:43:17.835 23096 26613 E BufferQueueProducer: BQDUMP [09:0x645a3660]
state=DEQUEUED 0x771ffd20 frame=13091 [ 480x 854: 512,32315679]
07-01 13:43:17.835 23096 26613 E BufferQueueProducer: BQDUMP [10:0xb20af280]
state=DEQUEUED 0x6665d280 frame=13099 [ 480x 854: 512,32315679]
07-01 13:43:17.896 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.896 23096 26613 E BufferQueueProducer: BQDUMP [02:0x66384ac0]
state=DEQUEUED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.896 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.896 23096 26613 E BufferQueueProducer: BQDUMP [02:0x66384ac0]
state=DEQUEUED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.896 23096 26613 E BufferQueueProducer: BQDUMP [04:0x6904d0c0]
state=DEQUEUED 0x8e35c820 frame=13095 [ 480x 854: 512,32315679]
07-01 13:43:17.896 23096 26613 E BufferQueueProducer: BQDUMP [05:0x66383a80]
state=DEQUEUED 0x6665b760 frame=13092 [ 480x 854: 512,32315679]
07-01 13:43:17.896 23096 26613 E BufferQueueProducer: BQDUMP [07:0x663843e0]
state=DEQUEUED 0x6665dec0 frame=13098 [ 480x 854: 512,32315679]
07-01 13:43:17.896 23096 26613 E BufferQueueProducer: BQDUMP [10:0xb20af280]
state=DEQUEUED 0x6665d280 frame=13099 [ 480x 854: 512,32315679]
07-01 13:43:17.932 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.932 23096 26613 E BufferQueueProducer: BQDUMP [02:0x66384ac0]
state=DEQUEUED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.933 23096 26613 E BufferQueueProducer: BQDUMP [00:0x66381e60]
state=DEQUEUED 0x6665a880 frame=13094 [ 480x 854: 512,32315679]
07-01 13:43:17.933 23096 26613 E BufferQueueProducer: BQDUMP [02:0x66384ac0]
state=DEQUEUED 0x6665e400 frame=13097 [ 480x 854: 512,32315679]
07-01 13:43:17.933 23096 26613 E BufferQueueProducer: BQDUMP [04:0x6904d0c0]
state=DEQUEUED 0x8e35c820 frame=13095 [ 480x 854: 512,32315679]
07-01 13:43:17.933 23096 26613 E BufferQueueProducer: BQDUMP [07:0x663843e0]
state=DEQUEUED 0x6665dec0 frame=13098 [ 480x 854: 512,32315679]
07-01 13:43:17.933 23096 26613 E BufferQueueProducer: BQDUMP [10:0xb20af280]
state=DEQUEUED 0x6665d280 frame=13099 [ 480x 854: 512,32315679]
07-01 13:43:20.101 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:23.141 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:26.182 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:29.220 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:29.431 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108381, dur:0,
num:2, tid:2588
07-01 13:43:29.436 1309 2588 I mtkpower_client: ret_hdl:108382
07-01 13:43:29.436 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108382 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108382
07-01 13:43:29.437 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108382,
tid:2588
07-01 13:43:32.253 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:32.532 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108382, dur:0,
num:2, tid:2588
07-01 13:43:32.533 1309 2588 I mtkpower_client: ret_hdl:108383
07-01 13:43:32.534 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108383,
tid:2588
07-01 13:43:32.534 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108383 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108383
07-01 13:43:32.611 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:43:32.611 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:43:35.301 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:35.371 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:35.401 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:35.427 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:43:35.439 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:43:35.624 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108380, dur:0,
num:2, tid:4071
07-01 13:43:35.626 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108389 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108389
07-01 13:43:35.626 1309 4071 I mtkpower_client: ret_hdl:108389
07-01 13:43:35.627 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108389,
tid:4071
07-01 13:43:37.547 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108389, dur:0,
num:2, tid:4071
07-01 13:43:37.550 1309 4071 I mtkpower_client: ret_hdl:108393
07-01 13:43:37.550 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108393 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108393
07-01 13:43:37.551 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108393,
tid:4071
07-01 13:43:38.314 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:38.402 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:43:38.407 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:43:38.457 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:38.476 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108383, dur:0,
num:2, tid:4074
07-01 13:43:38.476 1309 4074 I mtkpower_client: ret_hdl:108396
07-01 13:43:38.477 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108396 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108396
07-01 13:43:38.477 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108396,
tid:4074
07-01 13:43:38.557 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:38.584 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:43:38.584 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:43:38.893 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:38.925 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:43:38.947 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:43:39.125 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108393, dur:0,
num:2, tid:4074
07-01 13:43:39.128 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108397 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108397
07-01 13:43:39.128 1309 4074 I mtkpower_client: ret_hdl:108397
07-01 13:43:39.129 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108397,
tid:4074
07-01 13:43:40.805 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:40.909 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:40.933 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:43:40.933 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:43:41.051 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:41.070 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:43:41.081 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:43:41.263 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108397, dur:0,
num:2, tid:4073
07-01 13:43:41.263 1309 4073 I mtkpower_client: ret_hdl:108403
07-01 13:43:41.264 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108403 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108403
07-01 13:43:41.264 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108403,
tid:4073
07-01 13:43:41.360 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:42.001 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:43:42.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:43:42.366 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108403, dur:0,
num:2, tid:4074
07-01 13:43:42.367 1309 4074 I mtkpower_client: ret_hdl:108409
07-01 13:43:42.368 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108409 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108409
07-01 13:43:42.368 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108409,
tid:4074
07-01 13:43:43.747 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:43.850 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:43.874 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:43:43.876 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:43:44.378 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:44.855 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:44.888 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:43:44.926 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:43:45.065 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108409, dur:0,
num:2, tid:2588
07-01 13:43:45.067 1309 2588 I mtkpower_client: ret_hdl:108415
07-01 13:43:45.067 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108415 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108415
07-01 13:43:45.067 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108415,
tid:2588
07-01 13:43:45.578 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:43:45.978 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108415, dur:0,
num:2, tid:4074
07-01 13:43:45.979 1309 4074 I mtkpower_client: ret_hdl:108421
07-01 13:43:45.980 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108421,
tid:4074
07-01 13:43:45.981 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108421 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108421
07-01 13:43:46.074 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:46.190 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:43:46.193 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:43:46.195 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:47.392 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:43:47.402 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:47.417 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:43:47.434 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:43:47.614 1309 1418 I mtkpower_client: perf_lock_acq, hdl:108421, dur:0,
num:2, tid:1418
07-01 13:43:47.614 1309 1418 I mtkpower_client: ret_hdl:108422
07-01 13:43:47.614 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108422 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108422
07-01 13:43:47.615 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108422,
tid:1418
07-01 13:43:50.439 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:50.666 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108396, dur:0,
num:2, tid:4071
07-01 13:43:50.668 1309 4071 I mtkpower_client: ret_hdl:108423
07-01 13:43:50.668 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108423 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108423
07-01 13:43:50.669 1309 4070 I mtkpower_client: perf_lock_rel, hdl:108423,
tid:4070
07-01 13:43:53.487 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:56.510 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:57.369 1309 4070 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:43:57.369 1309 4070 E ActivityManager: java.lang.Throwable
07-01 13:43:57.369 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:43:57.369 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:43:57.369 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:43:57.369 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:43:57.369 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:43:57.369 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:43:57.369 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:43:57.369 1309 4070 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:43:57.369 1309 4070 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:43:59.177 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:43:59.347 1309 29580 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:43:59.545 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:43:59.730 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108423, dur:0,
num:2, tid:4071
07-01 13:43:59.732 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108424 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108424
07-01 13:43:59.732 1309 4071 I mtkpower_client: ret_hdl:108424
07-01 13:43:59.734 1309 4070 I mtkpower_client: perf_lock_rel, hdl:108424,
tid:4070
07-01 13:44:00.216 1309 4070 I mtkpower_client: perf_lock_acq, hdl:108424, dur:0,
num:2, tid:4070
07-01 13:44:00.217 1309 4070 I mtkpower_client: ret_hdl:108425
07-01 13:44:00.217 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108425 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108425
07-01 13:44:00.219 1309 4070 I mtkpower_client: perf_lock_rel, hdl:108425,
tid:4070
07-01 13:44:02.584 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:02.781 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108425, dur:0,
num:2, tid:2589
07-01 13:44:02.783 1309 2589 I mtkpower_client: ret_hdl:108426
07-01 13:44:02.785 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108426 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108426
07-01 13:44:02.786 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108426,
tid:2589
07-01 13:44:05.642 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:05.810 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108426, dur:0,
num:2, tid:4073
07-01 13:44:05.811 1309 4073 I mtkpower_client: ret_hdl:108427
07-01 13:44:05.811 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108427 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108427
07-01 13:44:05.812 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108427,
tid:4073
07-01 13:44:07.369 1309 4073 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:44:07.369 1309 4073 E ActivityManager: java.lang.Throwable
07-01 13:44:07.369 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:44:07.369 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:44:07.369 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:44:07.369 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:44:07.369 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:44:07.369 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:44:07.369 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:44:07.369 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:44:07.369 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:44:08.675 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:11.712 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:13.878 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:44:13.979 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:44:14.752 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:16.074 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:44:16.677 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:44:17.376 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:44:17.777 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:18.188 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:44:19.378 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108427, dur:0,
num:2, tid:4074
07-01 13:44:19.380 1309 4074 I mtkpower_client: ret_hdl:108428
07-01 13:44:19.380 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108428 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108428
07-01 13:44:19.381 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108428,
tid:1418
07-01 13:44:19.475 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:44:19.773 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:44:20.796 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:21.374 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:44:23.176 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:44:23.829 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:24.079 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:44:24.376 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:44:26.203 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:44:26.340 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:44:26.341 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:44:26.361 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:44:26.612 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:44:26.641 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:44:26.662 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:44:26.861 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:29.896 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:32.922 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:35.956 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:38.979 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:42.005 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:44:42.005 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:44:42.049 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:42.184 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108428, dur:0,
num:2, tid:2589
07-01 13:44:42.189 1309 2589 I mtkpower_client: ret_hdl:108433
07-01 13:44:42.190 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108433,
tid:2589
07-01 13:44:42.191 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108433 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108433
07-01 13:44:45.081 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:46.980 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:44:47.075 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:44:47.381 1309 2850 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:44:47.381 1309 2850 E ActivityManager: java.lang.Throwable
07-01 13:44:47.381 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:44:47.381 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:44:47.381 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:44:47.381 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:44:47.381 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:44:47.381 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:44:47.381 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:44:47.381 1309 2850 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:44:47.381 1309 2850 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:44:48.137 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:48.817 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:44:48.818 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:44:48.958 1309 2531 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:44:48.968 1309 2531 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:44:48.989 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:44:49.006 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:44:49.670 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108422, dur:0,
num:2, tid:3968
07-01 13:44:49.671 1309 3968 I mtkpower_client: ret_hdl:108440
07-01 13:44:49.671 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108440 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108440
07-01 13:44:49.671 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108440,
tid:3968
07-01 13:44:49.751 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:44:49.882 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:44:49.882 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:44:49.885 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:44:49.900 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:44:49.921 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:44:49.929 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:44:50.115 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108440, dur:0,
num:2, tid:4071
07-01 13:44:50.116 1309 4071 I mtkpower_client: ret_hdl:108441
07-01 13:44:50.116 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108441 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108441
07-01 13:44:50.116 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108441,
tid:4069
07-01 13:44:51.163 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:52.620 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108441, dur:0,
num:2, tid:3968
07-01 13:44:52.621 1309 3968 I mtkpower_client: ret_hdl:108445
07-01 13:44:52.621 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108445 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108445
07-01 13:44:52.622 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108445,
tid:3968
07-01 13:44:53.215 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:44:53.351 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:44:53.352 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:44:53.382 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:44:53.431 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:44:53.462 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:44:53.487 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:44:53.612 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108445, dur:0,
num:2, tid:3968
07-01 13:44:53.614 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108449 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108449
07-01 13:44:53.614 1309 3968 I mtkpower_client: ret_hdl:108449
07-01 13:44:53.615 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108449,
tid:3968
07-01 13:44:53.846 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108449, dur:0,
num:2, tid:4071
07-01 13:44:53.847 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108450 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108450
07-01 13:44:53.849 1309 4071 I mtkpower_client: ret_hdl:108450
07-01 13:44:53.850 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108450,
tid:4071
07-01 13:44:54.184 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:57.214 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:44:57.362 1309 4071 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:44:57.362 1309 4071 E ActivityManager: java.lang.Throwable
07-01 13:44:57.362 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:44:57.362 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:44:57.362 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:44:57.362 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:44:57.362 1309 4071 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:44:57.362 1309 4071 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:44:57.362 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:44:57.362 1309 4071 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:44:57.362 1309 4071 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:44:59.393 1309 29686 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:45:00.226 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108433, dur:0,
num:2, tid:2849
07-01 13:45:00.228 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108451 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108451
07-01 13:45:00.229 1309 2849 I mtkpower_client: ret_hdl:108451
07-01 13:45:00.230 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108451,
tid:4071
07-01 13:45:00.263 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:02.579 1309 4073 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:45:02.579 1309 4073 E ActivityManager: java.lang.Throwable
07-01 13:45:02.579 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:45:02.579 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:45:02.579 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:45:02.579 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:45:02.579 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:45:02.579 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:45:02.579 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:45:02.579 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:45:02.579 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:45:03.286 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:06.317 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:09.344 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:12.281 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:45:12.368 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:12.388 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:45:12.404 1309 2531 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:45:12.424 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:45:12.426 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:45:12.607 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108450, dur:0,
num:2, tid:4071
07-01 13:45:12.608 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108457 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108457
07-01 13:45:12.608 1309 4071 I mtkpower_client: ret_hdl:108457
07-01 13:45:12.609 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108457,
tid:3968
07-01 13:45:15.384 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:18.421 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:21.459 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:21.517 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:45:21.517 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:45:21.644 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108451, dur:0,
num:2, tid:4073
07-01 13:45:21.645 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108458 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108458
07-01 13:45:21.645 1309 4073 I mtkpower_client: ret_hdl:108458
07-01 13:45:21.646 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108458,
tid:3968
07-01 13:45:24.494 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:27.526 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:30.577 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:30.759 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108458, dur:0,
num:2, tid:2531
07-01 13:45:30.760 1309 2531 I mtkpower_client: ret_hdl:108459
07-01 13:45:30.760 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108459 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108459
07-01 13:45:30.760 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108459,
tid:2531
07-01 13:45:33.607 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:33.617 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:45:33.619 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:45:33.774 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:45:33.776 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108459, dur:0,
num:2, tid:4069
07-01 13:45:33.777 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108460 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108460
07-01 13:45:33.780 1309 4069 I mtkpower_client: ret_hdl:108460
07-01 13:45:33.783 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108460,
tid:2849
07-01 13:45:33.783 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108460, dur:0,
num:2, tid:4071
07-01 13:45:33.785 1309 4071 I mtkpower_client: ret_hdl:108461
07-01 13:45:33.786 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108461 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108461
07-01 13:45:33.787 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108461,
tid:4071
07-01 13:45:33.821 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:45:33.839 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:45:33.878 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:45:34.594 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:45:34.741 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:45:34.743 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:45:34.745 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:45:34.798 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:45:34.813 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:45:34.837 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:45:35.048 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108457, dur:0,
num:2, tid:4071
07-01 13:45:35.049 1309 4071 I mtkpower_client: ret_hdl:108467
07-01 13:45:35.049 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108467 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108467
07-01 13:45:35.049 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108467,
tid:4071
07-01 13:45:36.651 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:38.520 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:45:38.648 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:45:38.658 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:45:38.659 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:45:38.919 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:45:38.949 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:45:38.998 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:45:39.156 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108467, dur:0,
num:2, tid:2849
07-01 13:45:39.158 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108473 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108473
07-01 13:45:39.158 1309 2849 I mtkpower_client: ret_hdl:108473
07-01 13:45:39.158 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108473,
tid:2849
07-01 13:45:39.681 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:42.011 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:45:42.012 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:45:42.146 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108461, dur:0,
num:2, tid:2849
07-01 13:45:42.148 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108474 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108474
07-01 13:45:42.150 1309 2849 I mtkpower_client: ret_hdl:108474
07-01 13:45:42.151 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108474,
tid:2849
07-01 13:45:42.704 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:45.727 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:48.759 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:51.787 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:54.822 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:57.862 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:45:59.365 1309 29765 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:46:00.908 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:03.933 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:07.008 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:07.376 1309 4069 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:46:07.376 1309 4069 E ActivityManager: java.lang.Throwable
07-01 13:46:07.376 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:46:07.376 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:46:07.376 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:46:07.376 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:46:07.376 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:46:07.376 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:46:07.376 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:46:07.376 1309 4069 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:46:07.376 1309 4069 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:46:10.030 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:13.068 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:13.333 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108473, dur:0,
num:2, tid:4073
07-01 13:46:13.334 1309 4073 I mtkpower_client: ret_hdl:108480
07-01 13:46:13.334 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108480 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108480
07-01 13:46:13.335 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108480,
tid:4073
07-01 13:46:13.466 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108480, dur:0,
num:2, tid:2849
07-01 13:46:13.467 1309 2849 I mtkpower_client: ret_hdl:108481
07-01 13:46:13.467 1309 2531 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:13.467 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108481,
tid:2531
07-01 13:46:13.468 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108481 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108481
07-01 13:46:13.508 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:46:13.509 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:46:13.569 1309 2531 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:13.589 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:13.634 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:46:13.651 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:46:13.840 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108481, dur:0,
num:2, tid:4073
07-01 13:46:13.841 1309 4073 I mtkpower_client: ret_hdl:108482
07-01 13:46:13.841 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108482 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108482
07-01 13:46:13.841 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108482,
tid:4073
07-01 13:46:16.090 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:17.383 1309 4069 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:46:17.383 1309 4069 E ActivityManager: java.lang.Throwable
07-01 13:46:17.383 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:46:17.383 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:46:17.383 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:46:17.383 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:46:17.383 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:46:17.383 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:46:17.383 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:46:17.383 1309 4069 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:46:17.383 1309 4069 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:46:18.678 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108482, dur:0,
num:2, tid:4069
07-01 13:46:18.679 1309 4069 I mtkpower_client: ret_hdl:108488
07-01 13:46:18.679 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108488 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108488
07-01 13:46:18.680 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108488,
tid:4069
07-01 13:46:18.797 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:18.905 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:18.926 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:46:18.926 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:46:19.126 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:19.128 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:19.149 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:46:19.154 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:46:19.242 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108488, dur:0,
num:2, tid:4069
07-01 13:46:19.243 1309 4069 I mtkpower_client: ret_hdl:108489
07-01 13:46:19.243 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108489 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108489
07-01 13:46:19.244 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108489,
tid:2850
07-01 13:46:19.352 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108489, dur:0,
num:2, tid:2850
07-01 13:46:19.353 1309 2850 I mtkpower_client: ret_hdl:108490
07-01 13:46:19.353 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108490 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108490
07-01 13:46:19.354 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108490,
tid:2850
07-01 13:46:20.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:46:21.000 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:46:21.135 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108474, dur:0,
num:2, tid:4069
07-01 13:46:21.136 1309 4069 I mtkpower_client: ret_hdl:108491
07-01 13:46:21.137 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108491 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108491
07-01 13:46:21.137 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108491,
tid:4069
07-01 13:46:21.268 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:46:21.269 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:46:22.160 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:25.216 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:27.834 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108490, dur:0,
num:2, tid:2850
07-01 13:46:27.835 1309 2850 I mtkpower_client: ret_hdl:108497
07-01 13:46:27.836 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108497 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108497
07-01 13:46:27.836 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108497,
tid:2850
07-01 13:46:27.971 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:28.076 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:28.098 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:46:28.098 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:46:28.252 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:28.383 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:28.401 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:46:28.419 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:46:28.584 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108497, dur:0,
num:2, tid:4069
07-01 13:46:28.585 1309 4069 I mtkpower_client: ret_hdl:108498
07-01 13:46:28.585 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108498 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108498
07-01 13:46:28.585 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108498,
tid:4069
07-01 13:46:29.882 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108498, dur:0,
num:2, tid:2850
07-01 13:46:29.882 1309 2850 I mtkpower_client: ret_hdl:108504
07-01 13:46:29.883 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108504 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108504
07-01 13:46:29.883 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108504,
tid:4071
07-01 13:46:30.018 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:30.043 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108504, dur:0,
num:2, tid:4069
07-01 13:46:30.044 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108505 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108505
07-01 13:46:30.045 1309 4069 I mtkpower_client: ret_hdl:108505
07-01 13:46:30.046 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108505,
tid:4069
07-01 13:46:30.116 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:30.158 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:46:30.159 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:46:30.333 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:30.361 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:46:30.383 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:46:30.568 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108505, dur:0,
num:2, tid:4069
07-01 13:46:30.569 1309 4069 I mtkpower_client: ret_hdl:108506
07-01 13:46:30.569 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108506 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108506
07-01 13:46:30.570 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108506,
tid:4069
07-01 13:46:31.278 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:34.292 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:37.319 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:38.040 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:38.167 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:38.170 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:46:38.171 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:46:38.336 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:46:38.352 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:46:38.373 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:46:38.541 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108506, dur:0,
num:2, tid:4073
07-01 13:46:38.542 1309 4073 I mtkpower_client: ret_hdl:108512
07-01 13:46:38.542 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108512 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108512
07-01 13:46:38.542 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108512,
tid:4073
07-01 13:46:40.341 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:41.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:46:41.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:46:43.380 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:46.411 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:49.453 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:52.486 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:52.719 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108491, dur:0,
num:2, tid:1543
07-01 13:46:52.722 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108513 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108513
07-01 13:46:52.723 1309 1543 I mtkpower_client: ret_hdl:108513
07-01 13:46:52.725 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108513, dur:0,
num:2, tid:2850
07-01 13:46:52.725 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108513,
tid:1543
07-01 13:46:52.727 1309 2850 I mtkpower_client: ret_hdl:108513
07-01 13:46:52.728 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108513 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108513
07-01 13:46:52.730 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108513,
tid:2850
07-01 13:46:55.538 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:55.681 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:46:56.876 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:46:57.373 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:46:57.577 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:46:58.588 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:46:58.867 1309 1595 E _V_RichTapVibratorService: getExtension == null
07-01 13:46:59.057 1309 1595 E _V_RichTapVibratorService: getExtension == null
07-01 13:46:59.354 1309 30164 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:46:59.692 1309 1426 E system_server: No package ID ff found for ID
0xffffffff.
07-01 13:46:59.923 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108513, dur:0,
num:2, tid:1543
07-01 13:46:59.924 1309 1543 I mtkpower_client: ret_hdl:108514
07-01 13:46:59.924 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108514 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108514
07-01 13:46:59.925 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108514,
tid:1543
07-01 13:47:00.192 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108514, dur:0,
num:2, tid:1543
07-01 13:47:00.194 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108515 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108515
07-01 13:47:00.194 1309 1543 I mtkpower_client: ret_hdl:108515
07-01 13:47:00.195 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108515,
tid:1543
07-01 13:47:01.618 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:01.801 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108515, dur:0,
num:2, tid:2850
07-01 13:47:01.802 1309 2850 I mtkpower_client: ret_hdl:108516
07-01 13:47:01.804 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108516 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108516
07-01 13:47:01.815 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108516,
tid:3968
07-01 13:47:04.657 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:06.701 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108512, dur:0,
num:2, tid:1543
07-01 13:47:06.701 1309 1543 I mtkpower_client: ret_hdl:108522
07-01 13:47:06.702 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108522 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108522
07-01 13:47:06.702 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108522,
tid:1543
07-01 13:47:06.839 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:06.944 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:06.963 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:06.975 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:06.975 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:06.989 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:07.021 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:07.103 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108522, dur:0,
num:2, tid:3968
07-01 13:47:07.104 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108523 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108523
07-01 13:47:07.105 1309 3968 I mtkpower_client: ret_hdl:108523
07-01 13:47:07.107 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108523,
tid:2850
07-01 13:47:07.259 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108523, dur:0,
num:2, tid:3968
07-01 13:47:07.260 1309 3968 I mtkpower_client: ret_hdl:108524
07-01 13:47:07.260 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108524 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108524
07-01 13:47:07.261 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108524,
tid:3968
07-01 13:47:07.690 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:09.912 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:10.020 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:10.057 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:10.059 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:10.076 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:10.099 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:10.100 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:10.186 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108524, dur:0,
num:2, tid:4071
07-01 13:47:10.188 1309 4071 I mtkpower_client: ret_hdl:108530
07-01 13:47:10.188 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108530 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108530
07-01 13:47:10.189 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108530,
tid:4071
07-01 13:47:10.374 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108530, dur:0,
num:2, tid:4069
07-01 13:47:10.376 1309 4069 I mtkpower_client: ret_hdl:108531
07-01 13:47:10.376 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108531 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108531
07-01 13:47:10.376 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108531,
tid:4069
07-01 13:47:10.709 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:12.841 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108531, dur:0,
num:2, tid:4069
07-01 13:47:12.842 1309 4069 I mtkpower_client: ret_hdl:108537
07-01 13:47:12.842 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108537 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108537
07-01 13:47:12.843 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108537,
tid:4069
07-01 13:47:13.028 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:13.078 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:13.078 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:13.154 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:13.322 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:13.342 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:13.351 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:13.536 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108537, dur:0,
num:2, tid:4071
07-01 13:47:13.540 1309 4071 I mtkpower_client: ret_hdl:108538
07-01 13:47:13.540 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108538 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108538
07-01 13:47:13.541 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108538,
tid:4071
07-01 13:47:13.740 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:16.086 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108538, dur:0,
num:2, tid:4073
07-01 13:47:16.087 1309 4073 I mtkpower_client: ret_hdl:108544
07-01 13:47:16.087 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108544 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108544
07-01 13:47:16.087 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108544,
tid:4073
07-01 13:47:16.226 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:16.332 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:16.361 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:16.372 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:16.373 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:16.396 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:16.414 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:16.501 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108544, dur:0,
num:2, tid:4069
07-01 13:47:16.502 1309 4069 I mtkpower_client: ret_hdl:108546
07-01 13:47:16.502 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108546 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108546
07-01 13:47:16.503 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108546,
tid:4069
07-01 13:47:16.634 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108546, dur:0,
num:2, tid:4073
07-01 13:47:16.635 1309 4073 I mtkpower_client: ret_hdl:108549
07-01 13:47:16.635 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108549 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108549
07-01 13:47:16.636 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108549,
tid:4073
07-01 13:47:16.770 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:17.388 1309 4069 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:47:17.388 1309 4069 E ActivityManager: java.lang.Throwable
07-01 13:47:17.388 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:47:17.388 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:47:17.388 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:47:17.388 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:47:17.388 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:47:17.388 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:47:17.388 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:47:17.388 1309 4069 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:47:17.388 1309 4069 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:47:17.631 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108549, dur:0,
num:2, tid:2850
07-01 13:47:17.631 1309 2850 I mtkpower_client: ret_hdl:108557
07-01 13:47:17.632 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108557 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108557
07-01 13:47:17.632 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108557,
tid:2850
07-01 13:47:17.638 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:17.762 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:17.764 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:17.775 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108557, dur:0,
num:2, tid:4073
07-01 13:47:17.776 1309 4073 I mtkpower_client: ret_hdl:108559
07-01 13:47:17.776 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108559,
tid:4073
07-01 13:47:17.777 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108559 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108559
07-01 13:47:17.935 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108559, dur:0,
num:2, tid:4073
07-01 13:47:17.935 1309 4073 I mtkpower_client: ret_hdl:108560
07-01 13:47:17.936 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108560 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108560
07-01 13:47:17.936 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108560,
tid:4073
07-01 13:47:17.988 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:18.107 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:18.155 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:18.188 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:18.198 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:18.232 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:18.275 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:18.276 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:18.291 1309 1435 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:47:18.664 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:18.702 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:18.717 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:19.471 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:19.519 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:19.520 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:19.798 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:22.820 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:23.806 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:23.834 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:23.903 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:25.866 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:28.412 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:28.413 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:28.536 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:28.556 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:28.591 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:28.592 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:28.896 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:29.179 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:29.320 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:29.323 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:29.331 1309 4071 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:29.359 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:29.391 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:29.398 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:29.600 1309 4071 I mtkpower_client: perf_lock_acq, hdl:108560, dur:0,
num:2, tid:4071
07-01 13:47:29.601 1309 4071 I mtkpower_client: ret_hdl:108570
07-01 13:47:29.602 1309 4071 I mtkpower_client: perf_lock_rel, hdl:108570,
tid:4071
07-01 13:47:29.605 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108570 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108570
07-01 13:47:31.922 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:32.127 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108516, dur:0,
num:2, tid:2850
07-01 13:47:32.133 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108571 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108571
07-01 13:47:32.134 1309 2850 I mtkpower_client: ret_hdl:108571
07-01 13:47:32.135 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108571,
tid:2850
07-01 13:47:32.923 1309 2850 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:47:32.923 1309 2850 E ActivityManager: java.lang.Throwable
07-01 13:47:32.923 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:47:32.923 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:47:32.923 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:47:32.923 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:47:32.923 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:47:32.923 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:47:32.923 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:47:32.923 1309 2850 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:47:32.923 1309 2850 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:47:34.957 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:37.382 1309 2850 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:47:37.382 1309 2850 E ActivityManager: java.lang.Throwable
07-01 13:47:37.382 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:47:37.382 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:47:37.382 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:47:37.382 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:47:37.382 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:47:37.382 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:47:37.382 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:47:37.382 1309 2850 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:47:37.382 1309 2850 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:47:37.997 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:41.026 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:42.002 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:47:42.003 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:47:42.176 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108571, dur:0,
num:2, tid:2849
07-01 13:47:42.179 1309 2849 I mtkpower_client: ret_hdl:108572
07-01 13:47:42.180 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108572 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108572
07-01 13:47:42.180 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108572,
tid:1543
07-01 13:47:43.006 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:43.048 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:43.048 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:44.059 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:45.031 1309 1435 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:47:45.404 1309 1543 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:47:45.428 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:47:45.457 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:47:47.090 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:50.117 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:53.153 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:56.208 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:59.228 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:47:59.390 1309 30323 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:48:00.236 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108572, dur:0,
num:2, tid:2850
07-01 13:48:00.238 1309 2850 I mtkpower_client: ret_hdl:108575
07-01 13:48:00.239 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108575 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108575
07-01 13:48:00.239 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108575,
tid:2850
07-01 13:48:02.272 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:05.311 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:08.340 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:09.866 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:48:09.866 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:48:10.027 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108575, dur:0,
num:2, tid:2850
07-01 13:48:10.048 1309 2850 I mtkpower_client: ret_hdl:108576
07-01 13:48:10.048 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108576 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108576
07-01 13:48:10.050 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108576,
tid:2531
07-01 13:48:11.369 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:11.727 23096 26613 E BufferQueueProducer: BQDUMP default-
size=[480x854] default-format=4 BQDUMP transform-hint=00 frame-counter=21309
07-01 13:48:14.399 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:17.429 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:17.620 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108576, dur:0,
num:2, tid:2531
07-01 13:48:17.621 1309 2531 I mtkpower_client: ret_hdl:108577
07-01 13:48:17.621 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108577 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108577
07-01 13:48:17.621 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108577,
tid:2531
07-01 13:48:20.469 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:22.915 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:48:22.917 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:48:23.056 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:23.095 1309 2531 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:23.130 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:48:23.147 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:48:23.296 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108570, dur:0,
num:2, tid:4073
07-01 13:48:23.297 1309 4073 I mtkpower_client: ret_hdl:108583
07-01 13:48:23.297 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108583 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108583
07-01 13:48:23.298 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108583,
tid:4073
07-01 13:48:23.444 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108583, dur:0,
num:2, tid:2531
07-01 13:48:23.444 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108584 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108584
07-01 13:48:23.445 1309 2531 I mtkpower_client: ret_hdl:108584
07-01 13:48:23.446 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108584,
tid:2531
07-01 13:48:23.472 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:23.512 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:23.583 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:23.600 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:48:23.602 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:48:23.622 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:23.640 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:48:23.676 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:48:23.832 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108584, dur:0,
num:2, tid:2849
07-01 13:48:23.833 1309 2849 I mtkpower_client: ret_hdl:108585
07-01 13:48:23.833 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108585 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108585
07-01 13:48:23.833 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108585,
tid:2849
07-01 13:48:26.533 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:29.564 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:32.610 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:32.744 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:48:32.746 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:48:35.649 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:38.713 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:41.733 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:42.000 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:48:42.000 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:48:42.139 1309 1543 I mtkpower_client: perf_lock_acq, hdl:108577, dur:0,
num:2, tid:1543
07-01 13:48:42.142 1309 1543 I mtkpower_client: ret_hdl:108586
07-01 13:48:42.142 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108586 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108586
07-01 13:48:42.145 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108586, dur:0,
num:2, tid:2850
07-01 13:48:42.146 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108586 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108586
07-01 13:48:42.146 1309 2850 I mtkpower_client: ret_hdl:108586
07-01 13:48:42.147 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108586,
tid:1543
07-01 13:48:42.148 1309 1543 I mtkpower_client: perf_lock_rel, hdl:108586,
tid:1543
07-01 13:48:44.770 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:47.791 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:48.357 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:48:48.358 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:48:48.493 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:48.507 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:48.549 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:48:48.552 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:48:50.178 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:50.305 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:50.313 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:48:50.314 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:48:50.326 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:50.350 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:48:50.367 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:48:50.448 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108585, dur:0,
num:2, tid:2589
07-01 13:48:50.449 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108597 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108597
07-01 13:48:50.449 1309 2589 I mtkpower_client: ret_hdl:108597
07-01 13:48:50.451 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108597,
tid:2589
07-01 13:48:50.586 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108597, dur:0,
num:2, tid:2589
07-01 13:48:50.587 1309 2589 I mtkpower_client: ret_hdl:108598
07-01 13:48:50.587 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108598 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108598
07-01 13:48:50.587 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108598,
tid:2589
07-01 13:48:50.836 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:53.857 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:56.897 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:48:57.478 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:48:57.715 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108598, dur:0,
num:2, tid:2589
07-01 13:48:57.716 1309 2589 I mtkpower_client: ret_hdl:108604
07-01 13:48:57.716 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108604 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108604
07-01 13:48:57.717 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108604,
tid:2589
07-01 13:48:57.773 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:48:57.817 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:57.925 1309 2531 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:57.943 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:48:57.943 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:48:58.208 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:48:58.242 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:48:58.258 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:48:58.435 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108604, dur:0,
num:2, tid:2849
07-01 13:48:58.436 1309 2849 I mtkpower_client: ret_hdl:108605
07-01 13:48:58.437 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108605,
tid:2849
07-01 13:48:58.437 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108605 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108605
07-01 13:48:59.355 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:48:59.357 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:48:59.366 1309 30423 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:48:59.477 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108586, dur:0,
num:2, tid:2849
07-01 13:48:59.477 1309 2849 I mtkpower_client: ret_hdl:108606
07-01 13:48:59.478 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108606 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108606
07-01 13:48:59.479 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108606,
tid:1418
07-01 13:48:59.920 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:00.225 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108606, dur:0,
num:2, tid:2849
07-01 13:49:00.226 1309 2849 I mtkpower_client: ret_hdl:108607
07-01 13:49:00.227 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108607,
tid:2531
07-01 13:49:00.227 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108607 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108607
07-01 13:49:02.951 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:05.980 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:07.376 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:49:07.486 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:49:07.503 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:49:07.511 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:49:07.519 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:49:07.522 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:49:07.557 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:49:07.560 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:49:07.560 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:49:07.654 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108605, dur:0,
num:2, tid:2589
07-01 13:49:07.656 1309 2589 I mtkpower_client: ret_hdl:108613
07-01 13:49:07.656 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108613 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108613
07-01 13:49:07.660 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108613,
tid:2531
07-01 13:49:07.765 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108613, dur:0,
num:2, tid:2531
07-01 13:49:07.767 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108614 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108614
07-01 13:49:07.767 1309 2531 I mtkpower_client: ret_hdl:108614
07-01 13:49:07.767 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108614,
tid:2589
07-01 13:49:09.018 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:09.288 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:49:12.043 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:15.074 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:15.254 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108607, dur:0,
num:2, tid:3540
07-01 13:49:15.259 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108615 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108615
07-01 13:49:15.259 1309 3540 I mtkpower_client: ret_hdl:108615
07-01 13:49:15.261 1309 3540 I mtkpower_client: perf_lock_rel, hdl:108615,
tid:3540
07-01 13:49:18.108 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:19.880 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:49:21.139 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:21.359 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108615, dur:0,
num:2, tid:4074
07-01 13:49:21.364 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108616 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108616
07-01 13:49:21.364 1309 4074 I mtkpower_client: ret_hdl:108616
07-01 13:49:21.366 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108616,
tid:4074
07-01 13:49:22.075 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:49:22.574 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:49:24.184 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:27.221 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:30.274 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:33.325 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:35.676 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:49:35.777 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:49:36.356 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:39.383 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:42.008 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:49:42.008 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:49:42.179 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108616, dur:0,
num:2, tid:2850
07-01 13:49:42.182 1309 2850 I mtkpower_client: ret_hdl:108617
07-01 13:49:42.182 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108617 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108617
07-01 13:49:42.183 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108617,
tid:2850
07-01 13:49:42.410 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:45.450 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:45.652 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108617, dur:0,
num:2, tid:2849
07-01 13:49:45.653 1309 2849 I mtkpower_client: ret_hdl:108618
07-01 13:49:45.653 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108618 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108618
07-01 13:49:45.653 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108618,
tid:2849
07-01 13:49:48.488 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:48.705 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108618, dur:0,
num:2, tid:2849
07-01 13:49:48.707 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108619 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108619
07-01 13:49:48.708 1309 2849 I mtkpower_client: ret_hdl:108619
07-01 13:49:48.711 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108619,
tid:2849
07-01 13:49:51.521 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:54.554 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:57.608 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:49:57.837 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108619, dur:0,
num:2, tid:3540
07-01 13:49:57.839 1309 3540 I mtkpower_client: ret_hdl:108620
07-01 13:49:57.840 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108620 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108620
07-01 13:49:57.840 1309 3540 I mtkpower_client: perf_lock_rel, hdl:108620,
tid:3540
07-01 13:49:59.373 1309 30467 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:50:00.235 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108620, dur:0,
num:2, tid:3540
07-01 13:50:00.236 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108621 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108621
07-01 13:50:00.237 1309 3540 I mtkpower_client: ret_hdl:108621
07-01 13:50:00.240 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108621,
tid:2589
07-01 13:50:00.633 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:02.870 1309 2589 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:50:02.870 1309 2589 E ActivityManager: java.lang.Throwable
07-01 13:50:02.870 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:50:02.870 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:50:02.870 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:50:02.870 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:50:02.870 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:50:02.870 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:50:02.870 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:50:02.870 1309 2589 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:50:02.870 1309 2589 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:50:03.663 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:03.672 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108614, dur:0,
num:2, tid:3540
07-01 13:50:03.673 1309 3540 I mtkpower_client: ret_hdl:108627
07-01 13:50:03.673 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108627 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108627
07-01 13:50:03.673 1309 3540 I mtkpower_client: perf_lock_rel, hdl:108627,
tid:3540
07-01 13:50:03.950 1309 3540 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:04.041 1309 3540 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:04.065 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:04.085 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:04.107 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:04.233 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108627, dur:0,
num:2, tid:3540
07-01 13:50:04.233 1309 3540 I mtkpower_client: ret_hdl:108628
07-01 13:50:04.234 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108628 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108628
07-01 13:50:04.234 1309 3540 I mtkpower_client: perf_lock_rel, hdl:108628,
tid:3540
07-01 13:50:06.685 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:09.731 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:12.763 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:14.577 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108628, dur:0,
num:2, tid:4073
07-01 13:50:14.578 1309 4073 I mtkpower_client: ret_hdl:108634
07-01 13:50:14.578 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108634 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108634
07-01 13:50:14.578 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108634,
tid:4073
07-01 13:50:14.702 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:14.832 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:14.833 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:50:14.879 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:14.907 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:14.921 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:50:14.938 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:15.023 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108634, dur:0,
num:2, tid:3540
07-01 13:50:15.024 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108635 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108635
07-01 13:50:15.024 1309 3540 I mtkpower_client: ret_hdl:108635
07-01 13:50:15.025 1309 3540 I mtkpower_client: perf_lock_rel, hdl:108635,
tid:3540
07-01 13:50:15.180 1309 1418 I mtkpower_client: perf_lock_acq, hdl:108635, dur:0,
num:2, tid:1418
07-01 13:50:15.186 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108636 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108636
07-01 13:50:15.187 1309 1418 I mtkpower_client: ret_hdl:108636
07-01 13:50:15.189 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108636,
tid:1418
07-01 13:50:15.597 1309 3540 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:15.728 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:15.731 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:50:15.737 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:15.791 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:16.277 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108636, dur:0,
num:2, tid:3540
07-01 13:50:16.278 1309 3540 I mtkpower_client: ret_hdl:108642
07-01 13:50:16.280 1309 3540 I mtkpower_client: perf_lock_rel, hdl:108642,
tid:3540
07-01 13:50:16.280 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108642 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108642
07-01 13:50:17.222 1309 3540 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:17.251 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:50:17.311 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:17.441 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108642, dur:0,
num:2, tid:4073
07-01 13:50:17.442 1309 4073 I mtkpower_client: ret_hdl:108643
07-01 13:50:17.442 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108643 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108643
07-01 13:50:17.444 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108643,
tid:2850
07-01 13:50:18.811 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:21.844 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:23.664 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108643, dur:0,
num:2, tid:3540
07-01 13:50:23.665 1309 3540 I mtkpower_client: ret_hdl:108649
07-01 13:50:23.665 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108649 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108649
07-01 13:50:23.666 1309 3540 I mtkpower_client: perf_lock_rel, hdl:108649,
tid:3540
07-01 13:50:23.943 1309 3540 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:24.044 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:24.067 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:24.067 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:50:24.463 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:24.496 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:50:24.512 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:24.666 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108649, dur:0,
num:2, tid:4074
07-01 13:50:24.667 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108650 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108650
07-01 13:50:24.669 1309 4074 I mtkpower_client: ret_hdl:108650
07-01 13:50:24.669 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108650,
tid:4074
07-01 13:50:24.869 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:25.048 1309 3540 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:25.177 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:25.179 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:50:25.192 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:25.812 1309 3540 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:25.837 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:50:25.856 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:26.012 1309 4074 I mtkpower_client: perf_lock_acq, hdl:108650, dur:0,
num:2, tid:4074
07-01 13:50:26.013 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108656 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108656
07-01 13:50:26.014 1309 4074 I mtkpower_client: ret_hdl:108656
07-01 13:50:26.015 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108656,
tid:4074
07-01 13:50:27.905 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:30.928 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:33.992 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:37.016 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:40.059 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:42.002 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:50:42.002 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:50:42.148 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108621, dur:0,
num:2, tid:4073
07-01 13:50:42.149 1309 4073 I mtkpower_client: ret_hdl:108657
07-01 13:50:42.150 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108657 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108657
07-01 13:50:42.150 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108657,
tid:4073
07-01 13:50:43.090 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:46.115 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:48.239 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:50:48.239 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:50:49.136 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:51.079 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:51.082 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:50:51.255 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:51.274 1309 3540 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:51.294 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:50:51.305 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:52.169 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:53.118 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108656, dur:0,
num:2, tid:2849
07-01 13:50:53.119 1309 2849 I mtkpower_client: ret_hdl:108663
07-01 13:50:53.119 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108663 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108663
07-01 13:50:53.120 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108663,
tid:2849
07-01 13:50:53.242 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108663, dur:0,
num:2, tid:2849
07-01 13:50:53.242 1309 2849 I mtkpower_client: ret_hdl:108664
07-01 13:50:53.243 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108664 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108664
07-01 13:50:53.243 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108664,
tid:2849
07-01 13:50:53.250 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:53.392 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:53.393 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:50:53.399 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:53.484 1309 4074 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:50:53.512 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:50:53.543 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:50:53.712 1309 4073 I mtkpower_client: perf_lock_acq, hdl:108664, dur:0,
num:2, tid:4073
07-01 13:50:53.713 1309 4073 I mtkpower_client: ret_hdl:108665
07-01 13:50:53.713 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108665 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108665
07-01 13:50:53.713 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108665,
tid:4073
07-01 13:50:55.210 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:58.251 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:50:58.451 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108657, dur:0,
num:2, tid:2849
07-01 13:50:58.455 1309 2849 I mtkpower_client: ret_hdl:108666
07-01 13:50:58.456 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108666 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108666
07-01 13:50:58.457 1309 4074 I mtkpower_client: perf_lock_rel, hdl:108666,
tid:4074
07-01 13:50:59.389 1309 30569 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:51:00.291 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108666, dur:0,
num:2, tid:2589
07-01 13:51:00.292 1309 2589 I mtkpower_client: ret_hdl:108667
07-01 13:51:00.293 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108667,
tid:2589
07-01 13:51:00.297 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108667 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108667
07-01 13:51:00.895 1309 2531 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:51:00.900 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108665, dur:0,
num:2, tid:2589
07-01 13:51:00.901 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108673 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108673
07-01 13:51:00.901 1309 2589 I mtkpower_client: ret_hdl:108673
07-01 13:51:00.902 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108673,
tid:2589
07-01 13:51:01.032 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:51:01.032 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:51:01.099 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108673, dur:0,
num:2, tid:2850
07-01 13:51:01.101 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108674 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108674
07-01 13:51:01.102 1309 2850 I mtkpower_client: ret_hdl:108674
07-01 13:51:01.104 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108674,
tid:2850
07-01 13:51:01.149 1309 2531 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:51:01.275 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:51:01.290 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:01.298 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:51:01.317 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:51:01.373 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:51:02.315 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108674, dur:0,
num:2, tid:2849
07-01 13:51:02.316 1309 2849 I mtkpower_client: ret_hdl:108677
07-01 13:51:02.316 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108677 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108677
07-01 13:51:02.317 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108677,
tid:2849
07-01 13:51:02.342 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:51:02.383 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:51:02.384 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:51:03.010 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108677, dur:0,
num:2, tid:2531
07-01 13:51:03.011 1309 2531 I mtkpower_client: ret_hdl:108678
07-01 13:51:03.011 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108678 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108678
07-01 13:51:03.012 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108678,
tid:2531
07-01 13:51:03.015 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108667, dur:0,
num:2, tid:2531
07-01 13:51:03.016 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108679 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108679
07-01 13:51:03.016 1309 2531 I mtkpower_client: ret_hdl:108679
07-01 13:51:03.017 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108679,
tid:2531
07-01 13:51:03.156 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108678, dur:0,
num:2, tid:2531
07-01 13:51:03.157 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108680 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108680
07-01 13:51:03.157 1309 2531 I mtkpower_client: ret_hdl:108680
07-01 13:51:03.165 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108680,
tid:2531
07-01 13:51:03.293 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108680, dur:0,
num:2, tid:2849
07-01 13:51:03.295 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108681 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108681
07-01 13:51:03.296 1309 2849 I mtkpower_client: ret_hdl:108681
07-01 13:51:03.297 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108681,
tid:2849
07-01 13:51:04.310 1309 1418 I mtkpower_client: perf_lock_acq, hdl:108679, dur:0,
num:2, tid:1418
07-01 13:51:04.312 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108682 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108682
07-01 13:51:04.312 1309 1418 I mtkpower_client: ret_hdl:108682
07-01 13:51:04.313 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108682,
tid:1418
07-01 13:51:04.326 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:04.435 1309 1418 I mtkpower_client: perf_lock_acq, hdl:108681, dur:0,
num:2, tid:1418
07-01 13:51:04.436 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108683 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108683
07-01 13:51:04.436 1309 1418 I mtkpower_client: ret_hdl:108683
07-01 13:51:04.437 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108683,
tid:1418
07-01 13:51:04.586 1309 1418 I mtkpower_client: perf_lock_acq, hdl:108683, dur:0,
num:2, tid:1418
07-01 13:51:04.588 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108684 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108684
07-01 13:51:04.588 1309 1418 I mtkpower_client: ret_hdl:108684
07-01 13:51:04.589 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108684,
tid:1418
07-01 13:51:05.982 1309 1435 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:51:06.128 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108684, dur:0,
num:2, tid:2849
07-01 13:51:06.129 1309 2849 I mtkpower_client: ret_hdl:108686
07-01 13:51:06.129 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108686 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108686
07-01 13:51:06.129 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108686,
tid:2849
07-01 13:51:06.756 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108682, dur:0,
num:2, tid:2531
07-01 13:51:06.758 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108687 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108687
07-01 13:51:06.758 1309 2531 I mtkpower_client: ret_hdl:108687
07-01 13:51:06.759 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108687,
tid:2589
07-01 13:51:06.949 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108686, dur:0,
num:2, tid:2589
07-01 13:51:06.952 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108688 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108688
07-01 13:51:06.952 1309 2589 I mtkpower_client: ret_hdl:108688
07-01 13:51:06.954 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108688,
tid:1418
07-01 13:51:07.165 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108688, dur:0,
num:2, tid:2589
07-01 13:51:07.167 1309 2589 I mtkpower_client: ret_hdl:108690
07-01 13:51:07.167 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108690 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108690
07-01 13:51:07.172 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108690,
tid:4073
07-01 13:51:07.187 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:51:07.290 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108690, dur:0,
num:2, tid:2589
07-01 13:51:07.292 1309 2589 I mtkpower_client: ret_hdl:108691
07-01 13:51:07.292 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108691 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108691
07-01 13:51:07.292 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108691,
tid:2589
07-01 13:51:07.322 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:51:07.341 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:07.381 1309 4073 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:51:07.381 1309 4073 E ActivityManager: java.lang.Throwable
07-01 13:51:07.381 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:51:07.381 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:51:07.381 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:51:07.381 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:51:07.381 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:51:07.381 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:51:07.381 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:51:07.381 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:51:07.381 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:51:07.474 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108691, dur:0,
num:2, tid:2589
07-01 13:51:07.475 1309 2589 I mtkpower_client: ret_hdl:108692
07-01 13:51:07.475 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108692 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108692
07-01 13:51:07.476 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108692,
tid:2589
07-01 13:51:08.228 1309 1418 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:51:08.278 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:51:08.283 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:51:10.376 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:13.416 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:16.444 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:17.389 1309 2589 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:51:17.389 1309 2589 E ActivityManager: java.lang.Throwable
07-01 13:51:17.389 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:51:17.389 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:51:17.389 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:51:17.389 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:51:17.389 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:51:17.389 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:51:17.389 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:51:17.389 1309 2589 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:51:17.389 1309 2589 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:51:19.473 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:22.510 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:25.542 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:28.598 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:31.631 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:34.655 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:37.702 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:40.730 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:42.000 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:51:42.007 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:51:43.797 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:46.841 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:47.011 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108687, dur:0,
num:2, tid:2588
07-01 13:51:47.013 1309 2588 I mtkpower_client: ret_hdl:108693
07-01 13:51:47.013 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108693 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108693
07-01 13:51:47.013 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108693,
tid:1418
07-01 13:51:47.629 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:51:47.630 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:51:49.874 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:52.039 1309 1418 I mtkpower_client: perf_lock_acq, hdl:108692, dur:0,
num:2, tid:1418
07-01 13:51:52.042 1309 1418 I mtkpower_client: ret_hdl:108697
07-01 13:51:52.042 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108697 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108697
07-01 13:51:52.043 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108697,
tid:1418
07-01 13:51:52.777 1309 4073 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:51:52.787 1309 1418 I mtkpower_client: perf_lock_acq, hdl:108697, dur:0,
num:2, tid:1418
07-01 13:51:52.788 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108700 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108700
07-01 13:51:52.789 1309 1418 I mtkpower_client: ret_hdl:108700
07-01 13:51:52.790 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108700,
tid:1418
07-01 13:51:52.897 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:51:52.907 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:51:52.917 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:52.990 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:51:52.991 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:51:53.075 1309 2704 I mtkpower_client: perf_lock_acq, hdl:108693, dur:0,
num:2, tid:2704
07-01 13:51:53.076 1309 2704 I mtkpower_client: ret_hdl:108701
07-01 13:51:53.077 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108701 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108701
07-01 13:51:53.077 1309 2704 I mtkpower_client: perf_lock_rel, hdl:108701,
tid:2704
07-01 13:51:53.168 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:51:53.170 1309 2704 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:51:53.195 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:51:53.210 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:51:55.940 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:58.979 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:51:59.383 1309 30738 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:52:00.230 1309 2704 I mtkpower_client: perf_lock_acq, hdl:108701, dur:0,
num:2, tid:2704
07-01 13:52:00.232 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108702 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108702
07-01 13:52:00.232 1309 2704 I mtkpower_client: ret_hdl:108702
07-01 13:52:00.233 1309 2704 I mtkpower_client: perf_lock_rel, hdl:108702,
tid:2704
07-01 13:52:01.997 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:05.031 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:08.066 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:11.092 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:14.116 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:17.150 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:17.409 1309 2704 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:52:17.409 1309 2704 E ActivityManager: java.lang.Throwable
07-01 13:52:17.409 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:52:17.409 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:52:17.409 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:52:17.409 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:52:17.409 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:52:17.409 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:52:17.409 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:52:17.409 1309 2704 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:52:17.409 1309 2704 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:52:18.237 1309 1542 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:52:18.253 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:52:18.254 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:52:18.267 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:52:18.283 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:52:18.307 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:52:18.505 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108700, dur:0,
num:2, tid:2849
07-01 13:52:18.506 1309 2849 I mtkpower_client: ret_hdl:108708
07-01 13:52:18.507 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108708 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108708
07-01 13:52:18.507 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108708,
tid:2849
07-01 13:52:18.967 1309 2704 I mtkpower_client: perf_lock_acq, hdl:108708, dur:0,
num:2, tid:2704
07-01 13:52:18.968 1309 2704 I mtkpower_client: ret_hdl:108712
07-01 13:52:18.968 1309 2704 I mtkpower_client: perf_lock_rel, hdl:108712,
tid:2704
07-01 13:52:18.969 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108712 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108712
07-01 13:52:19.356 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:52:19.396 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:52:19.397 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:52:19.534 1309 4075 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:52:19.575 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:52:19.606 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:52:19.616 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:52:19.739 1309 2704 I mtkpower_client: perf_lock_acq, hdl:108712, dur:0,
num:2, tid:2704
07-01 13:52:19.740 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108715 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108715
07-01 13:52:19.740 1309 2704 I mtkpower_client: ret_hdl:108715
07-01 13:52:19.743 1309 2704 I mtkpower_client: perf_lock_rel, hdl:108715,
tid:2704
07-01 13:52:19.847 1309 2704 I mtkpower_client: perf_lock_acq, hdl:108715, dur:0,
num:2, tid:2704
07-01 13:52:19.848 1309 2704 I mtkpower_client: ret_hdl:108716
07-01 13:52:19.848 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108716 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108716
07-01 13:52:19.850 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108716,
tid:4075
07-01 13:52:20.192 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:23.218 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:26.252 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:27.383 1309 4075 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:52:27.383 1309 4075 E ActivityManager: java.lang.Throwable
07-01 13:52:27.383 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:52:27.383 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:52:27.383 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:52:27.383 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:52:27.383 1309 4075 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:52:27.383 1309 4075 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:52:27.383 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:52:27.383 1309 4075 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:52:27.383 1309 4075 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:52:28.311 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:52:28.347 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108716, dur:0,
num:2, tid:2849
07-01 13:52:28.349 1309 2849 I mtkpower_client: ret_hdl:108718
07-01 13:52:28.349 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108718 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108718
07-01 13:52:28.350 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108718,
tid:2849
07-01 13:52:28.364 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:52:28.364 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:52:28.531 1309 4075 I mtkpower_client: perf_lock_acq, hdl:108702, dur:0,
num:2, tid:4075
07-01 13:52:28.532 1309 4075 I mtkpower_client: ret_hdl:108720
07-01 13:52:28.532 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108720 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108720
07-01 13:52:28.532 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108720,
tid:4075
07-01 13:52:28.646 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108720, dur:0,
num:2, tid:2588
07-01 13:52:28.647 1309 2588 I mtkpower_client: ret_hdl:108721
07-01 13:52:28.648 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108721 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108721
07-01 13:52:28.649 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108721,
tid:4075
07-01 13:52:28.927 1309 4075 I mtkpower_client: perf_lock_acq, hdl:108721, dur:0,
num:2, tid:4075
07-01 13:52:28.928 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108722 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108722
07-01 13:52:28.928 1309 4075 I mtkpower_client: ret_hdl:108722
07-01 13:52:28.929 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108722,
tid:4075
07-01 13:52:29.270 1309 4075 I mtkpower_client: perf_lock_acq, hdl:108722, dur:0,
num:2, tid:4075
07-01 13:52:29.271 1309 4075 I mtkpower_client: ret_hdl:108723
07-01 13:52:29.272 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108723,
tid:4075
07-01 13:52:29.272 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108723 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108723
07-01 13:52:29.289 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:29.353 1309 4075 I mtkpower_client: perf_lock_acq, hdl:108718, dur:0,
num:2, tid:4075
07-01 13:52:29.354 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108724 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108724
07-01 13:52:29.355 1309 4075 I mtkpower_client: ret_hdl:108724
07-01 13:52:29.356 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108724,
tid:4075
07-01 13:52:29.402 1309 4075 I mtkpower_client: perf_lock_acq, hdl:108723, dur:0,
num:2, tid:4075
07-01 13:52:29.404 1309 4075 I mtkpower_client: ret_hdl:108725
07-01 13:52:29.405 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108725 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108725
07-01 13:52:29.406 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108725,
tid:2849
07-01 13:52:29.946 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108725, dur:0,
num:2, tid:2849
07-01 13:52:29.947 1309 2849 I mtkpower_client: ret_hdl:108726
07-01 13:52:29.948 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108726 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108726
07-01 13:52:29.948 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108726,
tid:4075
07-01 13:52:30.025 1309 4075 I mtkpower_client: perf_lock_acq, hdl:108724, dur:0,
num:2, tid:4075
07-01 13:52:30.027 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108727 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108727
07-01 13:52:30.027 1309 4075 I mtkpower_client: ret_hdl:108727
07-01 13:52:30.028 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108727,
tid:4075
07-01 13:52:30.122 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:52:30.159 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:52:30.185 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:52:30.195 1309 1542 I mtkpower_client: perf_lock_acq, hdl:108727, dur:0,
num:2, tid:1542
07-01 13:52:30.198 1309 1542 I mtkpower_client: ret_hdl:108728
07-01 13:52:30.200 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108728 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108728
07-01 13:52:30.210 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:52:30.225 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108728,
tid:4075
07-01 13:52:30.777 1309 1542 I mtkpower_client: perf_lock_acq, hdl:108728, dur:0,
num:2, tid:1542
07-01 13:52:30.778 1309 1542 I mtkpower_client: ret_hdl:108729
07-01 13:52:30.779 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108729 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108729
07-01 13:52:30.780 1309 1542 I mtkpower_client: perf_lock_rel, hdl:108729,
tid:1542
07-01 13:52:31.736 1309 2588 I mtkpower_client: perf_lock_acq, hdl:108729, dur:0,
num:2, tid:2588
07-01 13:52:31.736 1309 2588 I mtkpower_client: ret_hdl:108735
07-01 13:52:31.737 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108735 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108735
07-01 13:52:31.738 1309 2588 I mtkpower_client: perf_lock_rel, hdl:108735,
tid:2588
07-01 13:52:32.297 1309 2588 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:52:32.305 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:32.389 1309 4075 I mtkpower_client: perf_lock_acq, hdl:108726, dur:0,
num:2, tid:4075
07-01 13:52:32.390 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108736 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108736
07-01 13:52:32.390 1309 4075 I mtkpower_client: ret_hdl:108736
07-01 13:52:32.392 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108736,
tid:4075
07-01 13:52:32.396 1309 3946 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:52:32.423 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:52:32.424 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:52:32.427 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:52:32.469 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:52:32.487 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:52:32.666 1309 2704 I mtkpower_client: perf_lock_acq, hdl:108735, dur:0,
num:2, tid:2704
07-01 13:52:32.667 1309 2704 I mtkpower_client: ret_hdl:108740
07-01 13:52:32.668 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108740 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108740
07-01 13:52:32.668 1309 2704 I mtkpower_client: perf_lock_rel, hdl:108740,
tid:2704
07-01 13:52:33.021 1309 2704 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:52:33.021 1309 2704 E ActivityManager: java.lang.Throwable
07-01 13:52:33.021 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:52:33.021 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:52:33.021 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:52:33.021 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:52:33.021 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:52:33.021 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:52:33.021 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:52:33.021 1309 2704 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:52:33.021 1309 2704 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:52:35.330 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:38.369 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:40.278 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:52:40.887 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:52:41.408 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:41.777 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:52:41.997 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:52:41.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:52:43.076 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:52:44.377 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:52:44.450 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:44.875 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:52:46.479 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:52:47.175 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:52:47.532 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:50.560 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:53.591 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:56.625 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:52:59.393 1309 30816 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:52:59.657 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:02.686 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:04.875 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:53:05.722 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:06.078 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:53:06.974 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:53:08.756 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:10.674 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:53:10.774 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:53:11.797 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:13.987 23096 26613 E BufferQueueProducer: BQDUMP default-
size=[480x854] default-format=4 BQDUMP transform-hint=00 frame-counter=1309
07-01 13:53:14.836 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:17.894 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:20.938 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:23.981 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:27.029 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:27.211 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:27.212 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:53:27.412 1309 4077 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:27.444 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:27.462 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:53:27.480 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:27.677 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:27.791 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:27.814 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:27.817 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:27.820 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:53:27.849 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:53:27.883 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:27.964 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108740, dur:0,
num:2, tid:3968
07-01 13:53:27.966 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108748 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108748
07-01 13:53:27.966 1309 3968 I mtkpower_client: ret_hdl:108748
07-01 13:53:27.995 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108748,
tid:3968
07-01 13:53:28.145 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108748, dur:0,
num:2, tid:3968
07-01 13:53:28.145 1309 3968 I mtkpower_client: ret_hdl:108749
07-01 13:53:28.146 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108749 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108749
07-01 13:53:28.148 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108749,
tid:3968
07-01 13:53:30.059 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:33.083 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:36.132 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:36.547 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:53:36.548 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:53:36.755 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108736, dur:0,
num:2, tid:3968
07-01 13:53:36.757 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108750 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108750
07-01 13:53:36.757 1309 3968 I mtkpower_client: ret_hdl:108750
07-01 13:53:36.759 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108750,
tid:3968
07-01 13:53:39.160 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:41.632 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108749, dur:0,
num:2, tid:3968
07-01 13:53:41.632 1309 3968 I mtkpower_client: ret_hdl:108756
07-01 13:53:41.633 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108756 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108756
07-01 13:53:41.633 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108756,
tid:3968
07-01 13:53:41.819 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108756, dur:0,
num:2, tid:2849
07-01 13:53:41.820 1309 2849 I mtkpower_client: ret_hdl:108757
07-01 13:53:41.820 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108757,
tid:2849
07-01 13:53:41.822 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108757 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108757
07-01 13:53:41.885 1309 4076 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:41.992 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:53:41.993 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:53:42.017 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:42.018 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:53:42.026 1309 2704 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:42.188 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:42.221 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:42.268 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:53:42.306 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:42.447 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108757, dur:0,
num:2, tid:3968
07-01 13:53:42.448 1309 3968 I mtkpower_client: ret_hdl:108758
07-01 13:53:42.448 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108758 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108758
07-01 13:53:42.448 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108758,
tid:3968
07-01 13:53:43.339 1309 4077 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:43.479 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:43.480 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:53:43.817 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108758, dur:0,
num:2, tid:3968
07-01 13:53:43.819 1309 3968 I mtkpower_client: ret_hdl:108764
07-01 13:53:43.819 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108764 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108764
07-01 13:53:43.820 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108764,
tid:3968
07-01 13:53:43.844 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:43.920 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108764, dur:0,
num:2, tid:3968
07-01 13:53:43.921 1309 3968 I mtkpower_client: ret_hdl:108765
07-01 13:53:43.921 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108765 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108765
07-01 13:53:43.922 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108765,
tid:3968
07-01 13:53:45.204 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:45.517 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108765, dur:0,
num:2, tid:2300
07-01 13:53:45.518 1309 2300 I mtkpower_client: ret_hdl:108772
07-01 13:53:45.518 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108772 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108772
07-01 13:53:45.519 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108772,
tid:2300
07-01 13:53:45.562 1309 3946 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:45.673 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:45.772 1309 4076 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:45.786 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:53:45.803 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:48.226 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:51.247 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:52.172 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:52.238 1309 2161 E _V_VivoWifiUtil: isEasyShareAp
error:java.lang.NullPointerException: pattern == null
07-01 13:53:52.238 1309 2161 E _V_VivoWifiUtil: isQuantumSuiteAp
error:android.content.pm.PackageManager$NameNotFoundException: com.vivo.pcsuite
07-01 13:53:54.291 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:55.947 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:55.947 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:53:56.122 1309 3946 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:56.161 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:56.174 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:53:56.196 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:53:56.206 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:56.239 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:56.369 1309 3946 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:56.378 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:56.378 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:53:56.427 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:56.459 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:53:56.460 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:56.639 1309 4077 I mtkpower_client: perf_lock_acq, hdl:108772, dur:0,
num:2, tid:4077
07-01 13:53:56.640 1309 4077 I mtkpower_client: ret_hdl:108778
07-01 13:53:56.640 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108778 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108778
07-01 13:53:56.640 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108778,
tid:4077
07-01 13:53:56.678 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:53:57.332 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:53:59.055 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108778, dur:0,
num:2, tid:3968
07-01 13:53:59.057 556 614 I libPowerHal: [perfLockAcq] idx:4 hdl:108782 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108782
07-01 13:53:59.058 1309 3968 I mtkpower_client: ret_hdl:108782
07-01 13:53:59.059 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108782,
tid:3968
07-01 13:53:59.166 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108782, dur:0,
num:2, tid:3968
07-01 13:53:59.166 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108785 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108785
07-01 13:53:59.166 1309 3968 I mtkpower_client: ret_hdl:108785
07-01 13:53:59.167 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108785,
tid:3968
07-01 13:53:59.375 1309 30966 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:53:59.398 1309 4077 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:59.403 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:53:59.406 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:53:59.425 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108785, dur:0,
num:2, tid:2300
07-01 13:53:59.426 1309 2300 I mtkpower_client: ret_hdl:108786
07-01 13:53:59.426 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108786 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108786
07-01 13:53:59.427 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108786,
tid:2300
07-01 13:53:59.510 1309 4077 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:53:59.525 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:53:59.526 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:54:00.239 1309 4077 I mtkpower_client: perf_lock_acq, hdl:108750, dur:0,
num:2, tid:4077
07-01 13:54:00.239 1309 4077 I mtkpower_client: ret_hdl:108787
07-01 13:54:00.240 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108787 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108787
07-01 13:54:00.240 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108787,
tid:4077
07-01 13:54:00.365 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:01.589 1309 4077 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:54:01.620 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:54:01.639 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:54:01.717 1309 4344 I mtkpower_client: perf_lock_acq, hdl:108786, dur:0,
num:2, tid:4344
07-01 13:54:01.718 1309 4344 I mtkpower_client: ret_hdl:108788
07-01 13:54:01.718 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108788 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108788
07-01 13:54:01.718 1309 4344 I mtkpower_client: perf_lock_rel, hdl:108788,
tid:4344
07-01 13:54:01.827 1309 4344 I mtkpower_client: perf_lock_acq, hdl:108788, dur:0,
num:2, tid:4344
07-01 13:54:01.828 1309 4344 I mtkpower_client: ret_hdl:108789
07-01 13:54:01.828 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108789 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108789
07-01 13:54:01.829 1309 4344 I mtkpower_client: perf_lock_rel, hdl:108789,
tid:4344
07-01 13:54:03.390 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:06.447 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:09.480 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:12.506 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:15.536 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:15.907 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:54:15.908 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:54:16.073 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:54:16.096 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:54:16.142 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:54:16.145 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:54:16.671 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:54:16.824 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:54:16.824 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:54:16.857 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:54:16.886 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:54:16.928 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:54:16.950 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:54:18.581 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:18.733 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108787, dur:0,
num:2, tid:3968
07-01 13:54:18.735 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108795 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108795
07-01 13:54:18.738 1309 3968 I mtkpower_client: ret_hdl:108795
07-01 13:54:18.739 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108795,
tid:4075
07-01 13:54:18.739 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108789, dur:0,
num:2, tid:2300
07-01 13:54:18.740 1309 2300 I mtkpower_client: ret_hdl:108796
07-01 13:54:18.741 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108796 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108796
07-01 13:54:18.742 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108796,
tid:3968
07-01 13:54:19.521 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108796, dur:0,
num:2, tid:3968
07-01 13:54:19.523 1309 3968 I mtkpower_client: ret_hdl:108798
07-01 13:54:19.524 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108798 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108798
07-01 13:54:19.524 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108798,
tid:3968
07-01 13:54:19.658 1309 4075 I mtkpower_client: perf_lock_acq, hdl:108798, dur:0,
num:2, tid:4075
07-01 13:54:19.658 1309 4075 I mtkpower_client: ret_hdl:108803
07-01 13:54:19.658 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108803 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108803
07-01 13:54:19.659 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108803,
tid:4075
07-01 13:54:19.829 1309 4075 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:54:19.949 1309 4075 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:54:19.965 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:54:19.969 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:54:19.987 1309 2300 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:54:19.999 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:54:20.050 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:54:20.197 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108803, dur:0,
num:2, tid:2849
07-01 13:54:20.199 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108804 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108804
07-01 13:54:20.199 1309 2849 I mtkpower_client: ret_hdl:108804
07-01 13:54:20.200 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108804,
tid:2849
07-01 13:54:21.603 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:24.638 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:26.080 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:54:26.080 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:54:26.258 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108795, dur:0,
num:2, tid:2849
07-01 13:54:26.262 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108805 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108805
07-01 13:54:26.282 1309 2849 I mtkpower_client: ret_hdl:108805
07-01 13:54:26.286 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108805,
tid:2849
07-01 13:54:27.398 1309 2849 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:54:27.398 1309 2849 E ActivityManager: java.lang.Throwable
07-01 13:54:27.398 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:54:27.398 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:54:27.398 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:54:27.398 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:54:27.398 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:54:27.398 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:54:27.398 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:54:27.398 1309 2849 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:54:27.398 1309 2849 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:54:27.673 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:30.711 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:33.733 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:36.784 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:39.675 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:54:39.813 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:41.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:54:41.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:54:42.072 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:54:42.073 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:54:42.158 1309 4077 I mtkpower_client: perf_lock_acq, hdl:108805, dur:0,
num:2, tid:4077
07-01 13:54:42.161 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108806 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108806
07-01 13:54:42.162 1309 4077 I mtkpower_client: ret_hdl:108806
07-01 13:54:42.163 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108806,
tid:4077
07-01 13:54:42.853 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:45.874 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:47.406 1309 4076 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 13:54:47.406 1309 4076 E ActivityManager: java.lang.Throwable
07-01 13:54:47.406 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:54:47.406 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:54:47.406 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:54:47.406 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:54:47.406 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:54:47.406 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:54:47.406 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:54:47.406 1309 4076 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:54:47.406 1309 4076 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:54:48.913 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:51.957 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:55.001 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:58.047 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:54:59.389 1309 31044 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:55:00.188 1309 4077 I mtkpower_client: perf_lock_acq, hdl:108806, dur:0,
num:2, tid:4077
07-01 13:55:00.190 1309 4077 I mtkpower_client: ret_hdl:108807
07-01 13:55:00.190 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108807 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108807
07-01 13:55:00.191 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108807,
tid:4077
07-01 13:55:01.078 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:03.116 1309 2704 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:55:03.116 1309 2704 E ActivityManager: java.lang.Throwable
07-01 13:55:03.116 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:55:03.116 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:55:03.116 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:55:03.116 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:55:03.116 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:55:03.116 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:55:03.116 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:55:03.116 1309 2704 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:55:03.116 1309 2704 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:55:04.118 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:07.159 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:10.137 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:55:10.139 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:55:10.184 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:10.232 1309 4077 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:10.313 1309 4076 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:10.345 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:55:10.359 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:55:10.389 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108807, dur:0,
num:2, tid:3968
07-01 13:55:10.391 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108808 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108808
07-01 13:55:10.391 1309 3968 I mtkpower_client: ret_hdl:108808
07-01 13:55:10.395 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108808,
tid:4075
07-01 13:55:11.974 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:55:12.263 1309 4077 I mtkpower_client: perf_lock_acq, hdl:108804, dur:0,
num:2, tid:4077
07-01 13:55:12.264 1309 4077 I mtkpower_client: ret_hdl:108814
07-01 13:55:12.264 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108814 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108814
07-01 13:55:12.265 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108814,
tid:4077
07-01 13:55:12.351 1309 4077 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:12.449 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:12.464 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:12.480 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:55:12.483 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:55:12.736 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108814, dur:0,
num:2, tid:3968
07-01 13:55:12.737 1309 3968 I mtkpower_client: ret_hdl:108815
07-01 13:55:12.737 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108815 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108815
07-01 13:55:12.738 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108815,
tid:3968
07-01 13:55:12.873 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:55:13.236 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:13.391 1309 4076 I mtkpower_client: perf_lock_acq, hdl:108808, dur:0,
num:2, tid:4076
07-01 13:55:13.392 1309 4076 I mtkpower_client: ret_hdl:108816
07-01 13:55:13.392 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108816 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108816
07-01 13:55:13.392 1309 4076 I mtkpower_client: perf_lock_rel, hdl:108816,
tid:4076
07-01 13:55:14.100 1309 4077 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:14.140 1309 2704 I mtkpower_client: perf_lock_acq, hdl:108815, dur:0,
num:2, tid:2704
07-01 13:55:14.141 1309 2704 I mtkpower_client: ret_hdl:108822
07-01 13:55:14.141 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108822 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108822
07-01 13:55:14.141 1309 2704 I mtkpower_client: perf_lock_rel, hdl:108822,
tid:2704
07-01 13:55:14.233 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:55:14.234 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:55:14.244 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:14.249 1309 2704 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:14.274 1309 2704 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:14.321 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:55:14.356 1309 4076 I mtkpower_client: perf_lock_acq, hdl:108822, dur:0,
num:2, tid:4076
07-01 13:55:14.357 1309 4076 I mtkpower_client: ret_hdl:108823
07-01 13:55:14.357 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108823 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108823
07-01 13:55:14.358 1309 4076 I mtkpower_client: perf_lock_rel, hdl:108823,
tid:4076
07-01 13:55:14.366 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:55:16.263 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:19.135 1309 4076 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:19.231 1309 4075 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:19.273 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:19.294 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:55:19.300 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:19.300 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:55:19.322 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:55:19.338 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:55:19.520 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108823, dur:0,
num:2, tid:3968
07-01 13:55:19.520 1309 3968 I mtkpower_client: ret_hdl:108829
07-01 13:55:19.521 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108829 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108829
07-01 13:55:19.522 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108829,
tid:3968
07-01 13:55:22.333 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:25.382 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:28.403 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:28.423 1309 4077 I mtkpower_client: perf_lock_acq, hdl:108829, dur:0,
num:2, tid:4077
07-01 13:55:28.424 1309 4077 I mtkpower_client: ret_hdl:108835
07-01 13:55:28.425 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108835 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108835
07-01 13:55:28.425 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108835,
tid:4077
07-01 13:55:28.523 1309 2704 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:28.657 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:55:28.657 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:55:28.673 1309 4075 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:28.716 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:55:28.734 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:55:28.742 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:55:28.924 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108835, dur:0,
num:2, tid:3968
07-01 13:55:28.925 1309 3968 I mtkpower_client: ret_hdl:108836
07-01 13:55:28.925 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108836 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108836
07-01 13:55:28.927 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108836,
tid:3968
07-01 13:55:31.429 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:34.470 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:37.511 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:37.676 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:55:38.076 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:55:40.567 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:42.015 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:55:42.018 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:55:42.188 1309 2704 I mtkpower_client: perf_lock_acq, hdl:108816, dur:0,
num:2, tid:2704
07-01 13:55:42.189 1309 2704 I mtkpower_client: ret_hdl:108837
07-01 13:55:42.189 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108837 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108837
07-01 13:55:42.190 1309 2704 I mtkpower_client: perf_lock_rel, hdl:108837,
tid:2704
07-01 13:55:42.376 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:55:43.604 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:46.637 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:49.654 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:52.687 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:55.720 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:58.756 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:55:59.394 1309 31132 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:56:01.806 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:04.835 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:06.378 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:56:07.863 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:10.891 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:13.574 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:56:13.938 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:14.776 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:56:14.957 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:56:14.957 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:56:15.082 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:56:15.198 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108837, dur:0,
num:2, tid:3968
07-01 13:56:15.200 1309 3968 I mtkpower_client: ret_hdl:108838
07-01 13:56:15.200 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108838 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108838
07-01 13:56:15.202 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108838,
tid:4077
07-01 13:56:15.775 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:56:15.843 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:56:15.844 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:56:15.964 1309 4344 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:16.034 1309 4075 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:16.058 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:56:16.126 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:56:16.203 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108836, dur:0,
num:2, tid:2849
07-01 13:56:16.204 1309 2849 I mtkpower_client: ret_hdl:108844
07-01 13:56:16.204 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108844 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108844
07-01 13:56:16.204 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108844,
tid:2849
07-01 13:56:16.309 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:16.438 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:56:16.440 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:56:16.458 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:16.496 1309 4075 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:16.520 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:56:16.535 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:56:16.555 1309 4076 I mtkpower_client: perf_lock_acq, hdl:108844, dur:0,
num:2, tid:4076
07-01 13:56:16.556 1309 4076 I mtkpower_client: ret_hdl:108845
07-01 13:56:16.556 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108845 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108845
07-01 13:56:16.557 1309 4076 I mtkpower_client: perf_lock_rel, hdl:108845,
tid:4076
07-01 13:56:16.689 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108845, dur:0,
num:2, tid:2849
07-01 13:56:16.689 1309 2849 I mtkpower_client: ret_hdl:108846
07-01 13:56:16.690 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108846 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108846
07-01 13:56:16.690 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108846,
tid:2849
07-01 13:56:16.815 1309 4344 I mtkpower_client: perf_lock_acq, hdl:108846, dur:0,
num:2, tid:4344
07-01 13:56:16.816 1309 4344 I mtkpower_client: ret_hdl:108847
07-01 13:56:16.818 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108847 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108847
07-01 13:56:16.818 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108847,
tid:3968
07-01 13:56:16.969 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:17.456 1309 4344 I mtkpower_client: perf_lock_acq, hdl:108847, dur:0,
num:2, tid:4344
07-01 13:56:17.458 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108848 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108848
07-01 13:56:17.458 1309 4344 I mtkpower_client: ret_hdl:108848
07-01 13:56:17.459 1309 4344 I mtkpower_client: perf_lock_rel, hdl:108848,
tid:4344
07-01 13:56:18.784 1309 4076 I mtkpower_client: perf_lock_acq, hdl:108848, dur:0,
num:2, tid:4076
07-01 13:56:18.784 1309 4076 I mtkpower_client: ret_hdl:108854
07-01 13:56:18.784 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108854 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108854
07-01 13:56:18.784 1309 4076 I mtkpower_client: perf_lock_rel, hdl:108854,
tid:4076
07-01 13:56:18.873 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:18.978 1309 4344 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:18.996 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:56:18.997 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:56:19.428 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:19.466 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:56:19.473 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:56:19.578 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108854, dur:0,
num:2, tid:2849
07-01 13:56:19.580 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108855 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108855
07-01 13:56:19.581 1309 2849 I mtkpower_client: ret_hdl:108855
07-01 13:56:19.582 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108855,
tid:2849
07-01 13:56:19.684 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108855, dur:0,
num:2, tid:3968
07-01 13:56:19.686 1309 3968 I mtkpower_client: ret_hdl:108856
07-01 13:56:19.686 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108856 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108856
07-01 13:56:19.687 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108856,
tid:3968
07-01 13:56:19.773 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:56:19.996 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:20.679 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:56:23.017 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:26.052 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:29.086 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:32.119 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:35.148 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:38.191 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:41.223 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:41.404 1309 4077 I mtkpower_client: perf_lock_acq, hdl:108838, dur:0,
num:2, tid:4077
07-01 13:56:41.406 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108857 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108857
07-01 13:56:41.407 1309 4077 I mtkpower_client: ret_hdl:108857
07-01 13:56:41.408 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108857,
tid:3968
07-01 13:56:41.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:56:41.989 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:56:44.262 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:47.293 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:47.473 1309 4077 I mtkpower_client: perf_lock_acq, hdl:108857, dur:0,
num:2, tid:4077
07-01 13:56:47.475 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108858 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108858
07-01 13:56:47.476 1309 4077 I mtkpower_client: ret_hdl:108858
07-01 13:56:47.477 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108858,
tid:4077
07-01 13:56:50.335 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:50.519 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108858, dur:0,
num:2, tid:2849
07-01 13:56:50.521 1309 2849 I mtkpower_client: ret_hdl:108862
07-01 13:56:50.521 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108862 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108862
07-01 13:56:50.522 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108862,
tid:2589
07-01 13:56:50.882 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:56:50.883 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:56:50.997 1309 4075 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:51.014 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:51.038 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:56:51.057 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:56:51.128 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:51.173 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:56:51.254 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:56:51.256 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:56:51.274 1309 4075 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:51.286 1309 4075 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:51.303 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:56:51.327 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:56:51.377 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:56:51.553 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108856, dur:0,
num:2, tid:3968
07-01 13:56:51.553 1309 3968 I mtkpower_client: ret_hdl:108865
07-01 13:56:51.553 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108865 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108865
07-01 13:56:51.554 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108865,
tid:3968
07-01 13:56:53.377 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:53.507 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108865, dur:0,
num:2, tid:3968
07-01 13:56:53.508 1309 3968 I mtkpower_client: ret_hdl:108869
07-01 13:56:53.508 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108869 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108869
07-01 13:56:53.509 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108869,
tid:3968
07-01 13:56:53.552 1309 1542 I mtkpower_client: perf_lock_acq, hdl:108862, dur:0,
num:2, tid:1542
07-01 13:56:53.553 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108870 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108870
07-01 13:56:53.555 1309 1542 I mtkpower_client: ret_hdl:108870
07-01 13:56:53.556 1309 1542 I mtkpower_client: perf_lock_rel, hdl:108870,
tid:1542
07-01 13:56:53.973 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:56:53.986 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:54.112 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:56:54.118 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:56:54.168 1309 4075 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:54.206 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:56:54.239 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:56:54.266 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:56:54.285 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:56:54.433 1309 4070 I mtkpower_client: perf_lock_acq, hdl:108869, dur:0,
num:2, tid:4070
07-01 13:56:54.434 1309 4070 I mtkpower_client: ret_hdl:108873
07-01 13:56:54.434 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108873 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108873
07-01 13:56:54.435 1309 4070 I mtkpower_client: perf_lock_rel, hdl:108873,
tid:4070
07-01 13:56:55.277 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:56:55.776 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:56:56.427 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:56:59.394 1309 31218 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:56:59.453 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:02.492 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:05.530 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:08.566 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:11.598 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:14.348 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:57:14.348 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:57:14.649 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:15.618 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:57:15.620 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:57:15.672 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:57:15.672 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:57:15.773 1309 4076 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:57:15.792 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:57:15.828 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:57:15.838 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:57:16.299 1309 4076 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:57:16.434 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:57:16.434 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:57:16.461 1309 4076 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:57:16.483 1309 4070 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:57:16.510 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:57:16.527 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:57:16.726 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108873, dur:0,
num:2, tid:2849
07-01 13:57:16.727 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108879 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108879
07-01 13:57:16.727 1309 2849 I mtkpower_client: ret_hdl:108879
07-01 13:57:16.728 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108879,
tid:2849
07-01 13:57:17.681 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:20.704 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:21.711 1309 4070 I mtkpower_client: perf_lock_acq, hdl:108879, dur:0,
num:2, tid:4070
07-01 13:57:21.712 1309 4070 I mtkpower_client: ret_hdl:108885
07-01 13:57:21.712 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108885 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108885
07-01 13:57:21.713 1309 4070 I mtkpower_client: perf_lock_rel, hdl:108885,
tid:4070
07-01 13:57:21.846 1309 4070 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:57:21.874 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:57:21.960 1309 3968 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:57:21.987 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:57:21.991 1309 4070 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:57:22.005 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:57:22.014 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:57:22.038 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:57:22.111 1309 4076 I mtkpower_client: perf_lock_acq, hdl:108885, dur:0,
num:2, tid:4076
07-01 13:57:22.112 1309 4076 I mtkpower_client: ret_hdl:108886
07-01 13:57:22.112 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108886 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108886
07-01 13:57:22.112 1309 4076 I mtkpower_client: perf_lock_rel, hdl:108886,
tid:4076
07-01 13:57:22.268 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108886, dur:0,
num:2, tid:3968
07-01 13:57:22.269 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108887 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108887
07-01 13:57:22.269 1309 3968 I mtkpower_client: ret_hdl:108887
07-01 13:57:22.270 1309 3968 I mtkpower_client: perf_lock_rel, hdl:108887,
tid:3968
07-01 13:57:22.780 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:57:22.853 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108887, dur:0,
num:2, tid:2589
07-01 13:57:22.854 1309 2589 I mtkpower_client: ret_hdl:108891
07-01 13:57:22.855 556 614 I libPowerHal: [perfLockAcq] idx:4 hdl:108891 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108891
07-01 13:57:22.856 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108891,
tid:2589
07-01 13:57:22.975 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:57:22.982 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108891, dur:0,
num:2, tid:2849
07-01 13:57:22.983 1309 2849 I mtkpower_client: ret_hdl:108894
07-01 13:57:22.983 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108894 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108894
07-01 13:57:22.984 1309 2849 I mtkpower_client: perf_lock_rel, hdl:108894,
tid:2849
07-01 13:57:23.281 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:57:23.485 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:57:23.553 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108894, dur:0,
num:2, tid:2589
07-01 13:57:23.554 1309 2589 I mtkpower_client: ret_hdl:108895
07-01 13:57:23.554 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108895 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108895
07-01 13:57:23.555 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108895,
tid:2589
07-01 13:57:23.576 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:57:23.597 1309 2589 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:57:23.726 1309 2849 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:57:23.733 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:23.735 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:57:23.737 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:57:25.623 1309 4070 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:57:25.653 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:57:25.659 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:57:25.758 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108895, dur:0,
num:2, tid:2589
07-01 13:57:25.761 1309 2589 I mtkpower_client: ret_hdl:108896
07-01 13:57:25.761 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108896 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108896
07-01 13:57:25.764 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108896,
tid:2589
07-01 13:57:25.886 1309 1542 I mtkpower_client: perf_lock_acq, hdl:108896, dur:0,
num:2, tid:1542
07-01 13:57:25.889 1309 1542 I mtkpower_client: ret_hdl:108897
07-01 13:57:25.890 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108897 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108897
07-01 13:57:25.891 1309 1542 I mtkpower_client: perf_lock_rel, hdl:108897,
tid:1542
07-01 13:57:26.769 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:29.795 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:32.839 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:33.476 1309 3968 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 13:57:33.476 1309 3968 E ActivityManager: java.lang.Throwable
07-01 13:57:33.476 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 13:57:33.476 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 13:57:33.476 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 13:57:33.476 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 13:57:33.476 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 13:57:33.476 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 13:57:33.476 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 13:57:33.476 1309 3968 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 13:57:33.476 1309 3968 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 13:57:35.874 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:38.902 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:41.941 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:42.013 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:57:42.020 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:57:42.189 1309 4075 I mtkpower_client: perf_lock_acq, hdl:108870, dur:0,
num:2, tid:4075
07-01 13:57:42.192 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108898 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108898
07-01 13:57:42.194 1309 4075 I mtkpower_client: ret_hdl:108898
07-01 13:57:42.196 1309 4075 I mtkpower_client: perf_lock_rel, hdl:108898,
tid:4075
07-01 13:57:44.988 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:48.016 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:51.077 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:54.110 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:57.143 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:57:59.425 1309 31299 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:58:00.164 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:00.262 1309 4076 I mtkpower_client: perf_lock_acq, hdl:108898, dur:0,
num:2, tid:4076
07-01 13:58:00.264 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108899 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108899
07-01 13:58:00.264 1309 4076 I mtkpower_client: ret_hdl:108899
07-01 13:58:00.266 1309 4076 I mtkpower_client: perf_lock_rel, hdl:108899,
tid:4076
07-01 13:58:03.211 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:06.272 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:09.066 1309 4076 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:58:09.164 1309 3946 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:58:09.197 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:58:09.197 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:58:09.212 1309 4075 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:58:09.235 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:58:09.242 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:58:09.319 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:09.341 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108897, dur:0,
num:2, tid:4069
07-01 13:58:09.342 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108905 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108905
07-01 13:58:09.342 1309 4069 I mtkpower_client: ret_hdl:108905
07-01 13:58:09.343 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108905,
tid:4069
07-01 13:58:09.494 1309 4069 I mtkpower_client: perf_lock_acq, hdl:108905, dur:0,
num:2, tid:4069
07-01 13:58:09.495 1309 4069 I mtkpower_client: ret_hdl:108906
07-01 13:58:09.496 1309 4069 I mtkpower_client: perf_lock_rel, hdl:108906,
tid:4069
07-01 13:58:09.496 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108906 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108906
07-01 13:58:10.175 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:58:10.673 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:58:11.602 1309 2849 E system_server: Invalid file format:
/sys/fs/bpf/map_gpu_mem_gpu_mem_total_map
07-01 13:58:11.608 1309 2849 E system_server: Unable to access:
/sys/kernel/dmabuf/buffers: No such file or directory
07-01 13:58:12.344 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:13.276 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:58:13.573 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:58:15.376 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:18.408 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:21.440 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:23.027 1309 4076 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:58:23.071 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:58:23.072 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:58:24.490 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:24.663 1309 1542 I mtkpower_client: perf_lock_acq, hdl:108899, dur:0,
num:2, tid:1542
07-01 13:58:24.665 1309 1542 I mtkpower_client: ret_hdl:108908
07-01 13:58:24.666 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108908 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108908
07-01 13:58:24.666 1309 1542 I mtkpower_client: perf_lock_rel, hdl:108908,
tid:1542
07-01 13:58:24.775 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 13:58:25.076 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 13:58:26.329 1309 1435 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 13:58:26.689 1309 1542 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:58:26.702 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:58:26.731 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:58:27.531 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:30.563 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:33.601 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:36.622 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:39.674 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:39.854 1309 3946 I mtkpower_client: perf_lock_acq, hdl:108908, dur:0,
num:2, tid:3946
07-01 13:58:39.856 1309 3946 I mtkpower_client: ret_hdl:108910
07-01 13:58:39.856 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108910 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108910
07-01 13:58:39.857 1309 3946 I mtkpower_client: perf_lock_rel, hdl:108910,
tid:3946
07-01 13:58:41.990 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:58:41.992 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:58:42.735 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:45.767 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:45.941 1309 4076 I mtkpower_client: perf_lock_acq, hdl:108910, dur:0,
num:2, tid:4076
07-01 13:58:45.942 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108911 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108911
07-01 13:58:45.943 1309 4076 I mtkpower_client: ret_hdl:108911
07-01 13:58:45.943 1309 3946 I mtkpower_client: perf_lock_rel, hdl:108911,
tid:3946
07-01 13:58:48.816 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:51.871 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:52.041 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108911, dur:0,
num:2, tid:2850
07-01 13:58:52.043 1309 2850 I mtkpower_client: ret_hdl:108913
07-01 13:58:52.043 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108913 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108913
07-01 13:58:52.043 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108913,
tid:2850
07-01 13:58:53.600 1309 1542 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:58:53.645 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:58:53.647 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:58:53.717 1309 1542 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:58:53.732 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:58:53.769 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:58:53.788 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:58:54.024 1309 4344 I mtkpower_client: perf_lock_acq, hdl:108906, dur:0,
num:2, tid:4344
07-01 13:58:54.025 1309 4344 I mtkpower_client: ret_hdl:108918
07-01 13:58:54.025 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108918 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108918
07-01 13:58:54.027 1309 4344 I mtkpower_client: perf_lock_rel, hdl:108918,
tid:4344
07-01 13:58:54.910 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:55.067 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108913, dur:0,
num:2, tid:2850
07-01 13:58:55.067 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108919 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108919
07-01 13:58:55.067 1309 2850 I mtkpower_client: ret_hdl:108919
07-01 13:58:55.069 1309 3946 I mtkpower_client: perf_lock_rel, hdl:108919,
tid:3946
07-01 13:58:57.261 1309 2849 I mtkpower_client: perf_lock_acq, hdl:108918, dur:0,
num:2, tid:2849
07-01 13:58:57.262 1309 2849 I mtkpower_client: ret_hdl:108925
07-01 13:58:57.262 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108925 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108925
07-01 13:58:57.262 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108925,
tid:4077
07-01 13:58:57.403 1309 4077 I mtkpower_client: perf_lock_acq, hdl:108925, dur:0,
num:2, tid:4077
07-01 13:58:57.404 1309 4077 I mtkpower_client: ret_hdl:108926
07-01 13:58:57.404 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108926 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108926
07-01 13:58:57.405 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108926,
tid:4077
07-01 13:58:57.439 1309 3946 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:58:57.575 1309 4077 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:58:57.586 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:58:57.586 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:58:57.609 1309 3946 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:58:57.651 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:58:57.659 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:58:57.746 1309 1542 I mtkpower_client: perf_lock_acq, hdl:108926, dur:0,
num:2, tid:1542
07-01 13:58:57.747 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108927 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108927
07-01 13:58:57.749 1309 1542 I mtkpower_client: ret_hdl:108927
07-01 13:58:57.750 1309 1542 I mtkpower_client: perf_lock_rel, hdl:108927,
tid:1542
07-01 13:58:57.851 1309 3946 I mtkpower_client: perf_lock_acq, hdl:108927, dur:0,
num:2, tid:3946
07-01 13:58:57.852 1309 3946 I mtkpower_client: ret_hdl:108928
07-01 13:58:57.852 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108928 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108928
07-01 13:58:57.852 1309 3946 I mtkpower_client: perf_lock_rel, hdl:108928,
tid:3946
07-01 13:58:57.937 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:58:59.420 1309 31392 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 13:59:00.228 1309 3946 I mtkpower_client: perf_lock_acq, hdl:108919, dur:0,
num:2, tid:3946
07-01 13:59:00.230 1309 3946 I mtkpower_client: ret_hdl:108929
07-01 13:59:00.230 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108929 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108929
07-01 13:59:00.231 1309 1542 I mtkpower_client: perf_lock_acq, hdl:108929, dur:0,
num:2, tid:1542
07-01 13:59:00.232 1309 1542 I mtkpower_client: ret_hdl:108929
07-01 13:59:00.233 1309 3946 I mtkpower_client: perf_lock_rel, hdl:108929,
tid:3946
07-01 13:59:00.233 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108929 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108929
07-01 13:59:00.234 1309 3946 I mtkpower_client: perf_lock_rel, hdl:108929,
tid:3946
07-01 13:59:00.954 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:03.236 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:59:03.240 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:59:03.988 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:07.017 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:10.055 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:13.091 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:16.135 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:19.171 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:20.351 1309 4076 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:59:20.450 1309 1542 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:59:20.482 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:59:20.483 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:59:20.685 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:59:20.697 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:59:20.710 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:59:20.886 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108928, dur:0,
num:2, tid:2850
07-01 13:59:20.887 1309 2850 I mtkpower_client: ret_hdl:108935
07-01 13:59:20.887 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108935 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108935
07-01 13:59:20.888 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108935,
tid:2850
07-01 13:59:22.208 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:25.230 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:26.184 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:59:26.185 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 13:59:28.255 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:31.293 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:34.338 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:37.359 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:38.041 1309 1542 I mtkpower_client: perf_lock_acq, hdl:108935, dur:0,
num:2, tid:1542
07-01 13:59:38.043 1309 1542 I mtkpower_client: ret_hdl:108941
07-01 13:59:38.043 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108941 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108941
07-01 13:59:38.043 1309 1542 I mtkpower_client: perf_lock_rel, hdl:108941,
tid:1542
07-01 13:59:38.145 1309 1542 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:59:38.250 1309 1542 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:59:38.271 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:59:38.272 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:59:38.448 1309 3946 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:59:38.487 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:59:38.499 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:59:38.714 1309 3946 I mtkpower_client: perf_lock_acq, hdl:108941, dur:0,
num:2, tid:3946
07-01 13:59:38.715 1309 3946 I mtkpower_client: ret_hdl:108942
07-01 13:59:38.715 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108942 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108942
07-01 13:59:38.716 1309 1542 I mtkpower_client: perf_lock_rel, hdl:108942,
tid:1542
07-01 13:59:40.400 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:42.001 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 13:59:42.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 13:59:43.446 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:44.760 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:59:44.761 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:59:44.903 1309 1542 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:59:44.985 1309 2850 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:59:45.016 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 13:59:45.052 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:59:45.531 1309 4076 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:59:45.616 1309 3946 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:59:45.640 1309 4076 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 13:59:45.654 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:59:45.679 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 13:59:45.857 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108942, dur:0,
num:2, tid:2850
07-01 13:59:45.858 1309 2850 I mtkpower_client: ret_hdl:108948
07-01 13:59:45.859 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108948 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108948
07-01 13:59:45.859 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108948,
tid:2850
07-01 13:59:46.476 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:49.516 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:52.540 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:55.570 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:58.607 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 13:59:59.424 1309 31460 E _V_ArpPeer: waitForArpReply timeout and close
socket.
07-01 14:00:00.072 1309 1563 E ActivityManager: Sending non-protected broadcast
com.vivo.abe.uconfig.REPORT_DATA from system uid 1000 pkg com.vivo.abe
07-01 14:00:00.072 1309 1563 E ActivityManager: java.lang.Throwable
07-01 14:00:00.072 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14219)
07-01 14:00:00.072 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:00:00.072 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentInPackage(ActivityManag
erService.java:15288)
07-01 14:00:00.072 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService$LocalService.broadcastIntentInPackage(
ActivityManagerService.java:17674)
07-01 14:00:00.072 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:612)
07-01 14:00:00.072 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendWithResult(PendingIntentRecord.java:3
45)
07-01 14:00:00.072 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.sendIntentSender(ActivityManagerServic
e.java:5838)
07-01 14:00:00.072 1309 1563 E ActivityManager: at
android.app.PendingIntent.sendAndReturnResult(PendingIntent.java:986)
07-01 14:00:00.072 1309 1563 E ActivityManager: at
android.app.PendingIntent.send(PendingIntent.java:957)
07-01 14:00:00.072 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$DeliveryTracker.deliverLocked(AlarmMan
agerService.java:5365)
07-01 14:00:00.072 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService.deliverAlarmsLocked(AlarmManagerServic
e.java:4372)
07-01 14:00:00.072 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$AlarmThread.run(AlarmManagerService.ja
va:4646)
07-01 14:00:00.308 1309 4065 I mtkpower_client: perf_lock_acq, hdl:108929, dur:0,
num:2, tid:4065
07-01 14:00:00.312 1309 4065 I mtkpower_client: ret_hdl:108949
07-01 14:00:00.312 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108949 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108949
07-01 14:00:00.314 1309 4065 I mtkpower_client: perf_lock_rel, hdl:108949,
tid:4065
07-01 14:00:01.661 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:03.395 1309 4065 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:00:03.395 1309 4065 E ActivityManager: java.lang.Throwable
07-01 14:00:03.395 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:00:03.395 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:00:03.395 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:00:03.395 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:00:03.395 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:00:03.395 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:00:03.395 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:00:03.395 1309 4065 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:00:03.395 1309 4065 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:00:04.690 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:07.741 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:08.111 23096 26613 E BufferQueueProducer: BQDUMP default-
size=[480x854] default-format=4 BQDUMP transform-hint=00 frame-counter=13096
07-01 14:00:08.111 23096 26613 E BufferQueueProducer: BQDUMP >[02:0x67176dc0]
state=ACQUIRED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.111 23096 26613 E BufferQueueProducer: BQDUMP >[02:0x67176dc0]
state=ACQUIRED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.111 23096 26613 E BufferQueueProducer: BQDUMP >[08:0x67179020]
state=ACQUIRED 0x766f0680 frame=13094 [ 720x1280: 768,32315679]
07-01 14:00:08.111 23096 26613 E BufferQueueProducer: BQDUMP [09:0x67179b60]
state=DEQUEUED 0x766f0920 frame=13092 [ 720x1280: 768,32315679]
07-01 14:00:08.173 23096 26613 E BufferQueueProducer: BQDUMP default-
size=[480x854] default-format=4 BQDUMP transform-hint=00 frame-counter=13098
07-01 14:00:08.173 23096 26613 E BufferQueueProducer: BQDUMP >[00:0x615d5880]
state=ACQUIRED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.173 23096 26613 E BufferQueueProducer: BQDUMP >[01:0x67176e60]
state=ACQUIRED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.173 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.173 23096 26613 E BufferQueueProducer: BQDUMP >[00:0x615d5880]
state=ACQUIRED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.173 23096 26613 E BufferQueueProducer: BQDUMP >[01:0x67176e60]
state=ACQUIRED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.173 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.173 23096 26613 E BufferQueueProducer: BQDUMP [08:0x67179020]
state=DEQUEUED 0x766f0680 frame=13094 [ 720x1280: 768,32315679]
07-01 14:00:08.173 23096 26613 E BufferQueueProducer: BQDUMP [09:0x67179b60]
state=DEQUEUED 0x766f0920 frame=13092 [ 720x1280: 768,32315679]
07-01 14:00:08.244 23096 26613 E BufferQueueProducer: BQDUMP >[00:0x615d5880]
state=ACQUIRED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.244 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.244 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.244 23096 26613 E BufferQueueProducer: BQDUMP >[00:0x615d5880]
state=ACQUIRED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.244 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.244 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.244 23096 26613 E BufferQueueProducer: BQDUMP [08:0x67179020]
state=DEQUEUED 0x766f0680 frame=13094 [ 720x1280: 768,32315679]
07-01 14:00:08.244 23096 26613 E BufferQueueProducer: BQDUMP [09:0x67179b60]
state=DEQUEUED 0x766f0920 frame=13092 [ 720x1280: 768,32315679]
07-01 14:00:08.280 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.280 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.280 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.280 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.280 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.280 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.280 23096 26613 E BufferQueueProducer: BQDUMP [08:0x67179020]
state=DEQUEUED 0x766f0680 frame=13094 [ 720x1280: 768,32315679]
07-01 14:00:08.280 23096 26613 E BufferQueueProducer: BQDUMP [09:0x67179b60]
state=DEQUEUED 0x766f0920 frame=13092 [ 720x1280: 768,32315679]
07-01 14:00:08.307 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.307 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.307 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.307 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.307 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.307 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.307 23096 26613 E BufferQueueProducer: BQDUMP [08:0x67179020]
state=DEQUEUED 0x766f0680 frame=13094 [ 720x1280: 768,32315679]
07-01 14:00:08.307 23096 26613 E BufferQueueProducer: BQDUMP [09:0x67179b60]
state=DEQUEUED 0x766f0920 frame=13092 [ 720x1280: 768,32315679]
07-01 14:00:08.341 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.341 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.341 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.341 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.341 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.341 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.341 23096 26613 E BufferQueueProducer: BQDUMP [08:0x67179020]
state=DEQUEUED 0x766f0680 frame=13094 [ 720x1280: 768,32315679]
07-01 14:00:08.341 23096 26613 E BufferQueueProducer: BQDUMP [09:0x67179b60]
state=DEQUEUED 0x766f0920 frame=13092 [ 720x1280: 768,32315679]
07-01 14:00:08.618 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.618 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.618 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.618 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.618 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.618 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.618 23096 26613 E BufferQueueProducer: BQDUMP [08:0x67179020]
state=DEQUEUED 0x766f0680 frame=13094 [ 720x1280: 768,32315679]
07-01 14:00:08.618 23096 26613 E BufferQueueProducer: BQDUMP [09:0x67179b60]
state=DEQUEUED 0x766f0920 frame=13092 [ 720x1280: 768,32315679]
07-01 14:00:08.688 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.688 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.688 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.689 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.689 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.689 23096 26613 E BufferQueueProducer: BQDUMP [02:0x67176dc0]
state=DEQUEUED 0x766efea0 frame=13095 [ 720x1280: 768,32315679]
07-01 14:00:08.689 23096 26613 E BufferQueueProducer: BQDUMP [08:0x67179020]
state=DEQUEUED 0x766f0680 frame=13094 [ 720x1280: 768,32315679]
07-01 14:00:08.783 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.783 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.783 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.783 23096 26613 E BufferQueueProducer: BQDUMP [01:0x67176e60]
state=DEQUEUED 0x766efdc0 frame=13097 [ 720x1280: 768,32315679]
07-01 14:00:08.820 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:08.820 23096 26613 E BufferQueueProducer: BQDUMP [00:0x615d5880]
state=DEQUEUED 0x766ef500 frame=13098 [ 720x1280: 768,32315679]
07-01 14:00:10.775 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:12.556 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:00:12.559 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:00:13.801 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:16.852 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:19.888 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:22.930 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:25.959 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:27.392 1309 3540 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:00:27.392 1309 3540 E ActivityManager: java.lang.Throwable
07-01 14:00:27.392 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:00:27.392 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:00:27.392 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:00:27.392 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:00:27.392 1309 3540 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:00:27.392 1309 3540 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:00:27.392 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:00:27.392 1309 3540 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:00:27.392 1309 3540 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:00:28.997 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:32.043 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:35.077 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:36.281 1309 1309 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:1000000 maxLatency:0 by: class
com.android.server.display.color.VivoLcmEsd$2 num: 4
07-01 14:00:36.574 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$2@fee401asensor=NULL num: 5
07-01 14:00:38.090 1309 4065 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 14:00:38.115 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:38.182 1309 4344 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 14:00:38.204 1309 3540 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 14:00:38.212 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 14:00:38.224 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 14:00:38.313 1309 4344 I mtkpower_client: perf_lock_acq, hdl:108948, dur:0,
num:2, tid:4344
07-01 14:00:38.314 1309 4344 I mtkpower_client: ret_hdl:108955
07-01 14:00:38.315 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108955 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108955
07-01 14:00:38.315 1309 4065 I mtkpower_client: perf_lock_rel, hdl:108955,
tid:4065
07-01 14:00:38.505 1309 4344 I mtkpower_client: perf_lock_acq, hdl:108955, dur:0,
num:2, tid:4344
07-01 14:00:38.506 1309 4344 I mtkpower_client: ret_hdl:108956
07-01 14:00:38.507 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108956 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108956
07-01 14:00:38.507 1309 4344 I mtkpower_client: perf_lock_rel, hdl:108956,
tid:4344
07-01 14:00:39.450 1309 4075 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 14:00:41.141 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:41.989 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:00:41.990 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:00:42.038 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:00:42.040 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:00:42.175 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108949, dur:0,
num:2, tid:3540
07-01 14:00:42.180 1309 3540 I mtkpower_client: ret_hdl:108957
07-01 14:00:42.180 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108957 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108957
07-01 14:00:42.181 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108957,
tid:4077
07-01 14:00:44.009 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108957, dur:0,
num:2, tid:3540
07-01 14:00:44.010 1309 3540 I mtkpower_client: ret_hdl:108963
07-01 14:00:44.010 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108963 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108963
07-01 14:00:44.011 1309 3540 I mtkpower_client: perf_lock_rel, hdl:108963,
tid:3540
07-01 14:00:44.170 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:44.351 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108963, dur:0,
num:2, tid:3540
07-01 14:00:44.364 1309 3540 I mtkpower_client: ret_hdl:108966
07-01 14:00:44.364 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108966 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108966
07-01 14:00:44.366 1309 4344 I mtkpower_client: perf_lock_rel, hdl:108966,
tid:4344
07-01 14:00:44.601 1309 1423 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 14:00:44.632 1309 1423 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 14:00:44.637 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108956, dur:0,
num:2, tid:2850
07-01 14:00:44.637 1309 2850 I mtkpower_client: ret_hdl:108969
07-01 14:00:44.638 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108969,
tid:2850
07-01 14:00:44.638 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108969 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108969
07-01 14:00:44.691 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:00:44.693 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:00:44.767 1309 4344 I mtkpower_client: perf_lock_acq, hdl:108969, dur:0,
num:2, tid:4344
07-01 14:00:44.768 1309 4344 I mtkpower_client: ret_hdl:108970
07-01 14:00:44.768 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108970 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108970
07-01 14:00:44.769 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108970,
tid:2850
07-01 14:00:44.785 1309 4344 I mtkpower_client: perf_lock_acq, hdl:108103, dur:0,
num:2, tid:4344
07-01 14:00:44.786 1309 4344 I mtkpower_client: ret_hdl:108971
07-01 14:00:44.786 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108971 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108971
07-01 14:00:44.788 1309 2850 I mtkpower_client: perf_lock_rel, hdl:108971,
tid:2850
07-01 14:00:44.836 1309 4344 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.google.android.youtube
07-01 14:00:44.849 1309 4344 I mtkpower_client: perf_lock_acq, hdl:108966, dur:0,
num:2, tid:4344
07-01 14:00:44.850 1309 4344 I mtkpower_client: ret_hdl:108972
07-01 14:00:44.850 556 614 I libPowerHal: [perfLockAcq] idx:3 hdl:108972 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108972
07-01 14:00:44.851 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108972,
tid:2589
07-01 14:00:44.874 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 13228, clientTid: 13228
07-01 14:00:44.875 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 14:00:45.232 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108970, dur:0,
num:2, tid:3540
07-01 14:00:45.233 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108973 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108973
07-01 14:00:45.234 1309 3540 I mtkpower_client: ret_hdl:108973
07-01 14:00:45.235 1309 3540 I mtkpower_client: perf_lock_rel, hdl:108973,
tid:3540
07-01 14:00:45.317 1309 4065 I mtkpower_client: perf_lock_acq, hdl:108971, dur:0,
num:2, tid:4065
07-01 14:00:45.318 556 614 I libPowerHal: [perfLockAcq] idx:4 hdl:108976 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108976
07-01 14:00:45.318 1309 4065 I mtkpower_client: ret_hdl:108976
07-01 14:00:45.318 1309 4065 I mtkpower_client: perf_lock_rel, hdl:108976,
tid:4065
07-01 14:00:45.515 1309 4344 E _V_InputMethodManagerService:
mCurId=com.simejikeyboard/com.baidu.simeji.SimejiIME ,mCurMethodId=com.simejikeyboa
rd/com.baidu.simeji.SimejiIME
07-01 14:00:45.556 1309 1435 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 14:00:45.587 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:00:45.588 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:00:45.599 1309 2241 E _V_SensorManager: registerListenerImpl type:8
strType=android.sensor.proximity delay:200000 maxLatency:0 by: class
com.vivo.services.touchscreen.TouchScreenService$2 num: 4
07-01 14:00:45.635 1309 1425 E _V_SensorManager: registerListenerImpl type:8
strType=android.sensor.proximity delay:200000 maxLatency:0 by: class
com.vivo.services.touchscreen.TouchScreenService$ProximitySensorMonitor num: 5
07-01 14:00:45.644 1309 2589 E _V_VCode/EventTransfer: vcodenot found, maybe
crash or upgrading
07-01 14:00:45.656 1309 3946 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.android.systemui
07-01 14:00:45.689 1309 1592 E _V_SensorManager: registerListenerImpl type:8
strType=android.sensor.proximity delay:20000 maxLatency:0 by: class
com.android.server.policy.VivoWMPHook$1 num: 6
07-01 14:00:45.704 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:00:45.718 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:00:45.771 1309 2252 E _V_SensorManager: unregisterListenerImpl
listener=com.vivo.sensor.brightness.AutomaticBrightnessController$BrightnessListene
r@9c831dsensor=android.sensor.light num: 7
07-01 14:00:45.779 1309 1309 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.power.FaceDownDetector@870ca74sensor=NULL num: 7
07-01 14:00:45.805 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 14:00:45.834 1309 2307 E ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes
07-01 14:00:45.865 1309 2250 E VivoSensorTest: vivo_sensor_factory_test system
start
07-01 14:00:45.882 1309 2250 E VivoSensorTest: vivo_sensor_factory_test system
start
07-01 14:00:45.886 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108973, dur:0,
num:2, tid:2300
07-01 14:00:45.887 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108978 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108978
07-01 14:00:45.915 1309 2300 I mtkpower_client: ret_hdl:108978
07-01 14:00:45.916 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108978,
tid:2300
07-01 14:00:45.927 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108972, dur:0,
num:2, tid:3540
07-01 14:00:45.928 1309 3540 I mtkpower_client: ret_hdl:108979
07-01 14:00:45.928 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108979 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108979
07-01 14:00:45.931 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108979,
tid:2589
07-01 14:00:45.961 1309 1425 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.DisplayModeDirector$BrightnessObserver$LightSen
sorEventListener@ae4267bsensor=NULL num: 0
07-01 14:00:46.011 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108976, dur:0,
num:2, tid:3540
07-01 14:00:46.013 556 614 I libPowerHal: [perfLockAcq] idx:2 hdl:108980 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108980
07-01 14:00:46.014 1309 3540 I mtkpower_client: ret_hdl:108980
07-01 14:00:46.022 1309 4065 I mtkpower_client: perf_lock_rel, hdl:108980,
tid:4065
07-01 14:00:46.129 1309 2175 E _V_MobileNetworkQosMonitor: mTelephonyManager is
null.
07-01 14:00:46.175 1309 3968 I mtkpower_client: perf_lock_acq, hdl:108978, dur:0,
num:2, tid:3968
07-01 14:00:46.176 1309 3968 I mtkpower_client: ret_hdl:108981
07-01 14:00:46.176 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:108981 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108981
07-01 14:00:46.177 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108981,
tid:2300
07-01 14:00:46.294 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 14:00:46.319 1309 3968 E ActivityManager: Sending non-protected broadcast
com.vivo.action.KEYGUARD_STATE_CHANGED from system 2365:com.android.systemui/u0a49
pkg com.android.systemui
07-01 14:00:46.319 1309 3968 E ActivityManager: java.lang.Throwable
07-01 14:00:46.319 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:00:46.319 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14962)
07-01 14:00:46.319 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:00:46.319 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:00:46.319 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:00:46.319 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:00:46.319 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:00:46.319 1309 3968 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:00:46.319 1309 3968 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:00:46.320 1309 3968 E ActivityManager: Sending non-protected broadcast
com.vivo.action.KEYGUARD_STATE_CHANGED from system 2365:com.android.systemui/u0a49
pkg com.android.systemui
07-01 14:00:46.320 1309 3968 E ActivityManager: java.lang.Throwable
07-01 14:00:46.320 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:00:46.320 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:00:46.320 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:00:46.320 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:00:46.320 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:00:46.320 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:00:46.320 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:00:46.320 1309 3968 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:00:46.320 1309 3968 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:00:46.489 1309 2227 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.VivoLcmEsd$1@968eec7sensor=NULL num: 6
07-01 14:00:46.490 1309 2226 E _V_SensorManager: unregisterListenerImpl
listener=com.android.server.display.color.brightness.VivoBrightnessPolicyService$2@
b6b628asensor=NULL num: 5
07-01 14:00:46.557 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:00:46.676 1309 4077 I mtkpower_client: perf_lock_acq, hdl:108980, dur:0,
num:2, tid:4077
07-01 14:00:46.679 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108982 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108982
07-01 14:00:46.680 1309 4077 I mtkpower_client: ret_hdl:108982
07-01 14:00:46.682 1309 4077 I mtkpower_client: perf_lock_rel, hdl:108982,
tid:4077
07-01 14:00:47.398 1309 4065 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:00:47.398 1309 4065 E ActivityManager: java.lang.Throwable
07-01 14:00:47.398 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:00:47.398 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:00:47.398 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:00:47.398 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:00:47.398 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:00:47.398 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:00:47.398 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:00:47.398 1309 4065 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:00:47.398 1309 4065 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:00:47.788 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108979, dur:0,
num:2, tid:2300
07-01 14:00:47.790 1309 2300 I mtkpower_client: ret_hdl:108983
07-01 14:00:47.790 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108983 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108983
07-01 14:00:47.791 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108983,
tid:2300
07-01 14:00:50.633 1309 4070 I mtkpower_client: perf_lock_acq, hdl:108983, dur:0,
num:2, tid:4070
07-01 14:00:50.636 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108984 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108984
07-01 14:00:50.637 1309 4070 I mtkpower_client: ret_hdl:108984
07-01 14:00:50.639 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108984,
tid:2300
07-01 14:01:00.728 1309 4065 I mtkpower_client: perf_lock_acq, hdl:108984, dur:0,
num:2, tid:4065
07-01 14:01:00.730 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108985 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108985
07-01 14:01:00.731 1309 4065 I mtkpower_client: ret_hdl:108985
07-01 14:01:00.733 1309 4065 I mtkpower_client: perf_lock_rel, hdl:108985,
tid:4065
07-01 14:01:07.398 1309 2300 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:01:07.398 1309 2300 E ActivityManager: java.lang.Throwable
07-01 14:01:07.398 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:01:07.398 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:01:07.398 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:01:07.398 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:01:07.398 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:01:07.398 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:01:07.398 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:01:07.398 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:01:07.398 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:01:17.404 1309 2300 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:01:17.404 1309 2300 E ActivityManager: java.lang.Throwable
07-01 14:01:17.404 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:01:17.404 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:01:17.404 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:01:17.404 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:01:17.404 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:01:17.404 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:01:17.404 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:01:17.404 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:01:17.404 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:01:41.999 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:01:42.006 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:01:42.145 1309 1418 I mtkpower_client: perf_lock_acq, hdl:108985, dur:0,
num:2, tid:1418
07-01 14:01:42.149 1309 1418 I mtkpower_client: ret_hdl:108986
07-01 14:01:42.150 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108986 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108986
07-01 14:01:42.150 1309 1418 I mtkpower_client: perf_lock_rel, hdl:108986,
tid:1418
07-01 14:02:01.049 1309 4344 I mtkpower_client: perf_lock_acq, hdl:108986, dur:0,
num:2, tid:4344
07-01 14:02:01.052 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108987 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108987
07-01 14:02:01.053 1309 4344 I mtkpower_client: ret_hdl:108987
07-01 14:02:01.054 1309 4344 I mtkpower_client: perf_lock_rel, hdl:108987,
tid:4344
07-01 14:02:01.423 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:02:01.427 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:02:01.563 1309 4344 I mtkpower_client: perf_lock_acq, hdl:108987, dur:0,
num:2, tid:4344
07-01 14:02:01.564 1309 4344 I mtkpower_client: ret_hdl:108988
07-01 14:02:01.564 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108988 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108988
07-01 14:02:01.565 1309 4344 I mtkpower_client: perf_lock_rel, hdl:108988,
tid:4344
07-01 14:02:17.416 1309 2221 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:02:17.416 1309 2221 E ActivityManager: java.lang.Throwable
07-01 14:02:17.416 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:02:17.416 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:02:17.416 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:02:17.416 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:02:17.416 1309 2221 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:02:17.416 1309 2221 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:02:17.416 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:02:17.416 1309 2221 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:02:17.416 1309 2221 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:02:21.263 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:02:21.263 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:02:21.419 1309 2221 I mtkpower_client: perf_lock_acq, hdl:108988, dur:0,
num:2, tid:2221
07-01 14:02:21.423 1309 2221 I mtkpower_client: ret_hdl:108989
07-01 14:02:21.424 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108989 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108989
07-01 14:02:21.425 1309 2221 I mtkpower_client: perf_lock_rel, hdl:108989,
tid:2221
07-01 14:02:33.391 1309 1563 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.PEM_ELAPSED_REALTIME_WAKEUP from system uid 1000 pkg com.vivo.pem
07-01 14:02:33.391 1309 1563 E ActivityManager: java.lang.Throwable
07-01 14:02:33.391 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14219)
07-01 14:02:33.391 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:02:33.391 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentInPackage(ActivityManag
erService.java:15288)
07-01 14:02:33.391 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService$LocalService.broadcastIntentInPackage(
ActivityManagerService.java:17674)
07-01 14:02:33.391 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:612)
07-01 14:02:33.391 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendWithResult(PendingIntentRecord.java:3
45)
07-01 14:02:33.391 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.sendIntentSender(ActivityManagerServic
e.java:5838)
07-01 14:02:33.391 1309 1563 E ActivityManager: at
android.app.PendingIntent.sendAndReturnResult(PendingIntent.java:986)
07-01 14:02:33.391 1309 1563 E ActivityManager: at
android.app.PendingIntent.send(PendingIntent.java:957)
07-01 14:02:33.391 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$DeliveryTracker.deliverLocked(AlarmMan
agerService.java:5365)
07-01 14:02:33.391 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService.deliverAlarmsLocked(AlarmManagerServic
e.java:4372)
07-01 14:02:33.391 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$AlarmThread.run(AlarmManagerService.ja
va:4646)
07-01 14:02:33.453 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:02:33.454 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:02:33.584 1309 2588 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:02:33.584 1309 2588 E ActivityManager: java.lang.Throwable
07-01 14:02:33.584 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:02:33.584 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:02:33.584 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:02:33.584 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:02:33.584 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:02:33.584 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:02:33.584 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:02:33.584 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:02:33.584 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:02:37.429 1309 2588 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:02:37.429 1309 2588 E ActivityManager: java.lang.Throwable
07-01 14:02:37.429 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:02:37.429 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:02:37.429 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:02:37.429 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:02:37.429 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:02:37.429 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:02:37.429 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:02:37.429 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:02:37.429 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:02:41.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:02:41.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:02:42.159 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108989, dur:0,
num:2, tid:2589
07-01 14:02:42.163 1309 2589 I mtkpower_client: ret_hdl:108990
07-01 14:02:42.163 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108990 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108990
07-01 14:02:42.164 1309 2221 I mtkpower_client: perf_lock_rel, hdl:108990,
tid:2221
07-01 14:02:57.448 1309 4065 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:02:57.448 1309 4065 E ActivityManager: java.lang.Throwable
07-01 14:02:57.448 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:02:57.448 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:02:57.448 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:02:57.448 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:02:57.448 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:02:57.448 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:02:57.448 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:02:57.448 1309 4065 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:02:57.448 1309 4065 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:03:01.201 1309 1563 E ActivityManager: Sending non-protected broadcast
vivo.intent.action_screen_off_alarm from system uid 1000 pkg com.vivo.abe
07-01 14:03:01.201 1309 1563 E ActivityManager: java.lang.Throwable
07-01 14:03:01.201 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14219)
07-01 14:03:01.201 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:03:01.201 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentInPackage(ActivityManag
erService.java:15288)
07-01 14:03:01.201 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService$LocalService.broadcastIntentInPackage(
ActivityManagerService.java:17674)
07-01 14:03:01.201 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:612)
07-01 14:03:01.201 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendWithResult(PendingIntentRecord.java:3
45)
07-01 14:03:01.201 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.sendIntentSender(ActivityManagerServic
e.java:5838)
07-01 14:03:01.201 1309 1563 E ActivityManager: at
android.app.PendingIntent.sendAndReturnResult(PendingIntent.java:986)
07-01 14:03:01.201 1309 1563 E ActivityManager: at
android.app.PendingIntent.send(PendingIntent.java:957)
07-01 14:03:01.201 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$DeliveryTracker.deliverLocked(AlarmMan
agerService.java:5365)
07-01 14:03:01.201 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService.deliverAlarmsLocked(AlarmManagerServic
e.java:4372)
07-01 14:03:01.201 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$AlarmThread.run(AlarmManagerService.ja
va:4646)
07-01 14:03:01.412 1309 4065 I mtkpower_client: perf_lock_acq, hdl:108990, dur:0,
num:2, tid:4065
07-01 14:03:01.413 1309 4065 I mtkpower_client: ret_hdl:108991
07-01 14:03:01.415 1309 2745 I mtkpower_client: perf_lock_rel, hdl:108991,
tid:2745
07-01 14:03:01.415 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108991 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108991
07-01 14:03:41.999 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:03:42.000 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:03:42.170 1309 2589 I mtkpower_client: perf_lock_acq, hdl:108991, dur:0,
num:2, tid:2589
07-01 14:03:42.173 1309 2589 I mtkpower_client: ret_hdl:108992
07-01 14:03:42.173 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108992 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108992
07-01 14:03:42.174 1309 2589 I mtkpower_client: perf_lock_rel, hdl:108992,
tid:2589
07-01 14:03:47.470 1309 2589 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:03:47.470 1309 2589 E ActivityManager: java.lang.Throwable
07-01 14:03:47.470 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:03:47.470 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:03:47.470 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:03:47.470 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:03:47.470 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:03:47.470 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:03:47.470 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:03:47.470 1309 2589 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:03:47.470 1309 2589 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:04:10.160 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:04:10.161 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:04:10.309 1309 2221 I mtkpower_client: perf_lock_acq, hdl:108992, dur:0,
num:2, tid:2221
07-01 14:04:10.312 1309 2221 I mtkpower_client: ret_hdl:108993
07-01 14:04:10.312 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108993 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108993
07-01 14:04:10.314 1309 2221 I mtkpower_client: perf_lock_rel, hdl:108993,
tid:2221
07-01 14:04:19.435 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:04:19.437 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:04:41.984 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:04:41.984 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:04:42.137 1309 2531 I mtkpower_client: perf_lock_acq, hdl:108993, dur:0,
num:2, tid:2531
07-01 14:04:42.140 1309 2531 I mtkpower_client: ret_hdl:108994
07-01 14:04:42.139 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108994 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108994
07-01 14:04:42.140 1309 2531 I mtkpower_client: perf_lock_rel, hdl:108994,
tid:2531
07-01 14:05:02.168 1309 4065 I mtkpower_client: perf_lock_acq, hdl:108994, dur:0,
num:2, tid:4065
07-01 14:05:02.169 1309 4065 I mtkpower_client: ret_hdl:108995
07-01 14:05:02.169 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108995 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108995
07-01 14:05:02.171 1309 4065 I mtkpower_client: perf_lock_rel, hdl:108995,
tid:4065
07-01 14:05:03.558 1309 1563 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.PEM_ELAPSED_REALTIME_WAKEUP from system uid 1000 pkg com.vivo.pem
07-01 14:05:03.558 1309 1563 E ActivityManager: java.lang.Throwable
07-01 14:05:03.558 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14219)
07-01 14:05:03.558 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:05:03.558 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentInPackage(ActivityManag
erService.java:15288)
07-01 14:05:03.558 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService$LocalService.broadcastIntentInPackage(
ActivityManagerService.java:17674)
07-01 14:05:03.558 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:612)
07-01 14:05:03.558 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendWithResult(PendingIntentRecord.java:3
45)
07-01 14:05:03.558 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.sendIntentSender(ActivityManagerServic
e.java:5838)
07-01 14:05:03.558 1309 1563 E ActivityManager: at
android.app.PendingIntent.sendAndReturnResult(PendingIntent.java:986)
07-01 14:05:03.558 1309 1563 E ActivityManager: at
android.app.PendingIntent.send(PendingIntent.java:957)
07-01 14:05:03.558 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$DeliveryTracker.deliverLocked(AlarmMan
agerService.java:5365)
07-01 14:05:03.558 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService.deliverAlarmsLocked(AlarmManagerServic
e.java:4372)
07-01 14:05:03.558 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$AlarmThread.run(AlarmManagerService.ja
va:4646)
07-01 14:05:03.743 1309 4065 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:05:03.743 1309 4065 E ActivityManager: java.lang.Throwable
07-01 14:05:03.743 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:05:03.743 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:05:03.743 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:05:03.743 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:05:03.743 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:05:03.743 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:05:03.743 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:05:03.743 1309 4065 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:05:03.743 1309 4065 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:05:37.529 1309 4065 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:05:37.529 1309 4065 E ActivityManager: java.lang.Throwable
07-01 14:05:37.529 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:05:37.529 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:05:37.529 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:05:37.529 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:05:37.529 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:05:37.529 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:05:37.529 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:05:37.529 1309 4065 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:05:37.529 1309 4065 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:05:42.006 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:05:42.007 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:05:42.184 1309 4065 I mtkpower_client: perf_lock_acq, hdl:108995, dur:0,
num:2, tid:4065
07-01 14:05:42.187 1309 4065 I mtkpower_client: ret_hdl:108996
07-01 14:05:42.188 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108996 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108996
07-01 14:05:42.188 1309 4065 I mtkpower_client: perf_lock_rel, hdl:108996,
tid:4065
07-01 14:05:45.739 1309 1563 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.PEM_ELAPSED_REALTIME_WAKEUP from system uid 1000 pkg com.vivo.pem
07-01 14:05:45.739 1309 1563 E ActivityManager: java.lang.Throwable
07-01 14:05:45.739 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14219)
07-01 14:05:45.739 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:05:45.739 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentInPackage(ActivityManag
erService.java:15288)
07-01 14:05:45.739 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService$LocalService.broadcastIntentInPackage(
ActivityManagerService.java:17674)
07-01 14:05:45.739 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:612)
07-01 14:05:45.739 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendWithResult(PendingIntentRecord.java:3
45)
07-01 14:05:45.739 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.sendIntentSender(ActivityManagerServic
e.java:5838)
07-01 14:05:45.739 1309 1563 E ActivityManager: at
android.app.PendingIntent.sendAndReturnResult(PendingIntent.java:986)
07-01 14:05:45.739 1309 1563 E ActivityManager: at
android.app.PendingIntent.send(PendingIntent.java:957)
07-01 14:05:45.739 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$DeliveryTracker.deliverLocked(AlarmMan
agerService.java:5365)
07-01 14:05:45.739 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService.deliverAlarmsLocked(AlarmManagerServic
e.java:4372)
07-01 14:05:45.739 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$AlarmThread.run(AlarmManagerService.ja
va:4646)
07-01 14:05:59.058 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:05:59.058 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:06:02.382 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:06:02.383 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:06:02.515 1309 2850 I mtkpower_client: perf_lock_acq, hdl:108996, dur:0,
num:2, tid:2850
07-01 14:06:02.518 1309 2850 I mtkpower_client: ret_hdl:108997
07-01 14:06:02.518 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108997 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108997
07-01 14:06:02.519 1309 4073 I mtkpower_client: perf_lock_rel, hdl:108997,
tid:4073
07-01 14:06:41.984 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:06:41.984 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:06:42.113 1309 4065 I mtkpower_client: perf_lock_acq, hdl:108997, dur:0,
num:2, tid:4065
07-01 14:06:42.114 1309 4065 I mtkpower_client: ret_hdl:108998
07-01 14:06:42.114 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108998 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108998
07-01 14:06:42.114 1309 4065 I mtkpower_client: perf_lock_rel, hdl:108998,
tid:4065
07-01 14:06:45.790 1309 1563 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.PEM_ELAPSED_REALTIME_WAKEUP from system uid 1000 pkg com.vivo.pem
07-01 14:06:45.790 1309 1563 E ActivityManager: java.lang.Throwable
07-01 14:06:45.790 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14219)
07-01 14:06:45.790 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:06:45.790 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentInPackage(ActivityManag
erService.java:15288)
07-01 14:06:45.790 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService$LocalService.broadcastIntentInPackage(
ActivityManagerService.java:17674)
07-01 14:06:45.790 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:612)
07-01 14:06:45.790 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendWithResult(PendingIntentRecord.java:3
45)
07-01 14:06:45.790 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.sendIntentSender(ActivityManagerServic
e.java:5838)
07-01 14:06:45.790 1309 1563 E ActivityManager: at
android.app.PendingIntent.sendAndReturnResult(PendingIntent.java:986)
07-01 14:06:45.790 1309 1563 E ActivityManager: at
android.app.PendingIntent.send(PendingIntent.java:957)
07-01 14:06:45.790 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$DeliveryTracker.deliverLocked(AlarmMan
agerService.java:5365)
07-01 14:06:45.790 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService.deliverAlarmsLocked(AlarmManagerServic
e.java:4372)
07-01 14:06:45.790 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$AlarmThread.run(AlarmManagerService.ja
va:4646)
07-01 14:07:02.824 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108998, dur:0,
num:2, tid:2300
07-01 14:07:02.826 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:108999 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:108999
07-01 14:07:02.827 1309 2300 I mtkpower_client: ret_hdl:108999
07-01 14:07:02.828 1309 2300 I mtkpower_client: perf_lock_rel, hdl:108999,
tid:2300
07-01 14:07:21.363 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:07:21.364 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:07:33.814 1309 2531 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:07:33.814 1309 2531 E ActivityManager: java.lang.Throwable
07-01 14:07:33.814 1309 2531 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:07:33.814 1309 2531 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:07:33.814 1309 2531 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:07:33.814 1309 2531 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:07:33.814 1309 2531 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:07:33.814 1309 2531 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:07:33.814 1309 2531 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:07:33.814 1309 2531 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:07:33.814 1309 2531 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:07:38.105 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:07:38.105 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:07:38.246 1309 2300 I mtkpower_client: perf_lock_acq, hdl:108999, dur:0,
num:2, tid:2300
07-01 14:07:38.250 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109000 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109000
07-01 14:07:38.251 1309 2300 I mtkpower_client: ret_hdl:109000
07-01 14:07:38.252 1309 2300 I mtkpower_client: perf_lock_rel, hdl:109000,
tid:2300
07-01 14:07:41.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:07:41.997 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:07:42.047 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:07:42.048 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:07:42.146 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109000, dur:0,
num:2, tid:4065
07-01 14:07:42.147 1309 4065 I mtkpower_client: ret_hdl:109001
07-01 14:07:42.148 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109001,
tid:2531
07-01 14:07:42.148 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109001 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109001
07-01 14:08:03.162 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109001, dur:0,
num:2, tid:4065
07-01 14:08:03.164 1309 4065 I mtkpower_client: ret_hdl:109002
07-01 14:08:03.164 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109002 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109002
07-01 14:08:03.165 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109002,
tid:4065
07-01 14:08:42.000 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:08:42.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:08:42.173 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109002, dur:0,
num:2, tid:4070
07-01 14:08:42.176 1309 4070 I mtkpower_client: ret_hdl:109003
07-01 14:08:42.177 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109003 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109003
07-01 14:08:42.178 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109003,
tid:4070
07-01 14:09:17.081 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:09:17.081 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:09:17.243 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109003, dur:0,
num:2, tid:2531
07-01 14:09:17.246 1309 2531 I mtkpower_client: ret_hdl:109004
07-01 14:09:17.247 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109004 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109004
07-01 14:09:17.247 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109004,
tid:2531
07-01 14:09:33.194 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109004, dur:0,
num:2, tid:4344
07-01 14:09:33.199 1309 4344 I mtkpower_client: ret_hdl:109005
07-01 14:09:33.200 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109005 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109005
07-01 14:09:33.200 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109005,
tid:2531
07-01 14:09:42.013 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:09:42.014 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:09:42.047 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:09:42.047 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:09:42.149 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109005, dur:0,
num:2, tid:4070
07-01 14:09:42.150 1309 4070 I mtkpower_client: ret_hdl:109006
07-01 14:09:42.151 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109006 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109006
07-01 14:09:42.151 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109006,
tid:4070
07-01 14:10:03.961 1309 4344 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:10:03.961 1309 4344 E ActivityManager: java.lang.Throwable
07-01 14:10:03.961 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:10:03.961 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:10:03.961 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:10:03.961 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:10:03.961 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:10:03.961 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:10:03.961 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:10:03.961 1309 4344 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:10:03.961 1309 4344 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:10:33.201 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109006, dur:0,
num:2, tid:2531
07-01 14:10:33.204 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109007 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109007
07-01 14:10:33.206 1309 2531 I mtkpower_client: ret_hdl:109007
07-01 14:10:33.208 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109007,
tid:2531
07-01 14:10:42.009 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:10:42.010 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:10:42.183 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109007, dur:0,
num:2, tid:4070
07-01 14:10:42.185 1309 4070 I mtkpower_client: ret_hdl:109008
07-01 14:10:42.186 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109008 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109008
07-01 14:10:42.187 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109008,
tid:4070
07-01 14:10:46.207 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:10:46.208 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:10:46.354 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109008, dur:0,
num:2, tid:2531
07-01 14:10:46.356 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109009 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109009
07-01 14:10:46.358 1309 2531 I mtkpower_client: ret_hdl:109009
07-01 14:10:46.359 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109009,
tid:2531
07-01 14:11:27.721 1309 4073 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:11:27.721 1309 4073 E ActivityManager: java.lang.Throwable
07-01 14:11:27.721 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:11:27.721 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:11:27.721 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:11:27.721 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:11:27.721 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:11:27.721 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:11:27.721 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:11:27.721 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:11:27.721 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:11:33.204 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109009, dur:0,
num:2, tid:4073
07-01 14:11:33.208 1309 4073 I mtkpower_client: ret_hdl:109010
07-01 14:11:33.209 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109010 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109010
07-01 14:11:33.210 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109010,
tid:4073
07-01 14:11:37.093 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:11:37.094 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:11:37.313 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:11:37.314 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:11:37.728 1309 2300 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:11:37.728 1309 2300 E ActivityManager: java.lang.Throwable
07-01 14:11:37.728 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:11:37.728 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:11:37.728 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:11:37.728 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:11:37.728 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:11:37.728 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:11:37.728 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:11:37.728 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:11:37.728 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:11:41.981 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:11:41.982 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:11:42.115 1309 2300 I mtkpower_client: perf_lock_acq, hdl:109010, dur:0,
num:2, tid:2300
07-01 14:11:42.117 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109011 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109011
07-01 14:11:42.118 1309 2300 I mtkpower_client: ret_hdl:109011
07-01 14:11:42.118 1309 2300 I mtkpower_client: perf_lock_rel, hdl:109011,
tid:2300
07-01 14:12:17.755 1309 2300 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:12:17.755 1309 2300 E ActivityManager: java.lang.Throwable
07-01 14:12:17.755 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:12:17.755 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:12:17.755 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:12:17.755 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:12:17.755 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:12:17.755 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:12:17.755 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:12:17.755 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:12:17.755 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:12:25.199 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:12:25.199 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:12:25.350 1309 2300 I mtkpower_client: perf_lock_acq, hdl:109011, dur:0,
num:2, tid:2300
07-01 14:12:25.353 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109012 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109012
07-01 14:12:25.354 1309 2300 I mtkpower_client: ret_hdl:109012
07-01 14:12:25.355 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109012,
tid:4073
07-01 14:12:27.761 1309 4073 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:12:27.761 1309 4073 E ActivityManager: java.lang.Throwable
07-01 14:12:27.761 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:12:27.761 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:12:27.761 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:12:27.761 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:12:27.761 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:12:27.761 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:12:27.761 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:12:27.761 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:12:27.761 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:12:33.169 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109012, dur:0,
num:2, tid:4073
07-01 14:12:33.171 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109013 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109013
07-01 14:12:33.171 1309 4073 I mtkpower_client: ret_hdl:109013
07-01 14:12:33.172 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109013,
tid:4073
07-01 14:12:34.098 1309 4073 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:12:34.098 1309 4073 E ActivityManager: java.lang.Throwable
07-01 14:12:34.098 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:12:34.098 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:12:34.098 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:12:34.098 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:12:34.098 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:12:34.098 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:12:34.098 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:12:34.098 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:12:34.098 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:12:41.984 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:12:41.984 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:12:42.037 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:12:42.039 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:12:42.121 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109013, dur:0,
num:2, tid:4073
07-01 14:12:42.123 1309 4073 I mtkpower_client: ret_hdl:109014
07-01 14:12:42.123 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109014 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109014
07-01 14:12:42.125 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109014,
tid:2531
07-01 14:12:57.771 1309 4069 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:12:57.771 1309 4069 E ActivityManager: java.lang.Throwable
07-01 14:12:57.771 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:12:57.771 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:12:57.771 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:12:57.771 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:12:57.771 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:12:57.771 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:12:57.771 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:12:57.771 1309 4069 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:12:57.771 1309 4069 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:13:33.252 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109014, dur:0,
num:2, tid:4073
07-01 14:13:33.259 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109015 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109015
07-01 14:13:33.260 1309 4073 I mtkpower_client: ret_hdl:109015
07-01 14:13:33.262 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109015,
tid:4073
07-01 14:13:42.000 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:13:42.003 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:13:42.165 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109015, dur:0,
num:2, tid:4073
07-01 14:13:42.168 1309 4073 I mtkpower_client: ret_hdl:109016
07-01 14:13:42.168 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109016 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109016
07-01 14:13:42.169 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109016,
tid:4073
07-01 14:14:04.226 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:14:04.226 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:14:04.384 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109016, dur:0,
num:2, tid:4073
07-01 14:14:04.387 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109017 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109017
07-01 14:14:04.388 1309 4073 I mtkpower_client: ret_hdl:109017
07-01 14:14:04.389 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109017,
tid:4069
07-01 14:14:19.920 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:14:19.920 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:14:33.234 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109017, dur:0,
num:2, tid:2531
07-01 14:14:33.238 1309 2531 I mtkpower_client: ret_hdl:109018
07-01 14:14:33.238 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109018 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109018
07-01 14:14:33.240 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109018,
tid:2531
07-01 14:14:42.007 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:14:42.007 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:14:42.168 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109018, dur:0,
num:2, tid:4073
07-01 14:14:42.169 1309 4073 I mtkpower_client: ret_hdl:109019
07-01 14:14:42.170 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109019 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109019
07-01 14:14:42.170 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109019,
tid:4073
07-01 14:15:04.238 1309 4069 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:15:04.238 1309 4069 E ActivityManager: java.lang.Throwable
07-01 14:15:04.238 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:15:04.238 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:15:04.238 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:15:04.238 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:15:04.238 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:15:04.238 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:15:04.238 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:15:04.238 1309 4069 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:15:04.238 1309 4069 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:15:33.196 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109019, dur:0,
num:2, tid:4069
07-01 14:15:33.198 1309 4069 I mtkpower_client: ret_hdl:109020
07-01 14:15:33.198 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109020 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109020
07-01 14:15:33.199 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109020,
tid:4069
07-01 14:15:33.318 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:15:33.318 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:15:33.450 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109020, dur:0,
num:2, tid:4069
07-01 14:15:33.451 1309 4069 I mtkpower_client: ret_hdl:109021
07-01 14:15:33.451 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109021 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109021
07-01 14:15:33.452 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109021,
tid:4069
07-01 14:15:42.003 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:15:42.004 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:15:42.060 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:15:42.062 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:15:42.168 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109021, dur:0,
num:2, tid:2849
07-01 14:15:42.169 1309 2849 I mtkpower_client: ret_hdl:109022
07-01 14:15:42.169 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109022 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109022
07-01 14:15:42.169 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109022,
tid:2849
07-01 14:15:46.944 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109022, dur:0,
num:2, tid:4069
07-01 14:15:46.947 1309 4069 I mtkpower_client: ret_hdl:109023
07-01 14:15:46.947 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109023 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109023
07-01 14:15:46.948 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109023,
tid:2849
07-01 14:15:52.182 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~ieTDVEZ2TFOyQ-662XaUAA==/com.google.android.gms-
ME91cNIetHQ2cQB8gzGSVA==/base.apk
07-01 14:15:52.226 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~q-56QpYK8Z4WIlciphaO6w==/com.android.vending-NhjRv9erU6YvuTKo2aAKXA==/
base.apk
07-01 14:15:54.359 1309 1446 I ActivityManager: Start proc
348:com.google.android.apps.wellbeing/u0a150 for broadcast
{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.experiments.li
stener.impl.PhenotypeConfigurationChangedBroadcastReceiver_Receiver}
07-01 14:15:54.443 1309 2300 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.socialwifi.detection.SocialWifiDetectorActivity newState:2
userId:0 callingPackage:null callingUid:10199 callingPid:32422
07-01 14:15:54.446 1309 4344 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:15:54.448 1309 2300 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:15:54.450 1309 2300 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:15:54.467 1309 2300 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10150; state: DISABLED
07-01 14:15:54.506 1309 4344 D ConnectivityService: requestNetwork for
uid/pid:10199/32422 activeRequest: null callbackRequest: 2828 [NetworkRequest
[ REQUEST id=2828, [ Transports: WIFI Capabilities:
NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_VCN_MANAGED Uid: 10199 RequestorUid: 10199
RequestorPkg: com.facebook.katana] ]] callback flags: 0 priority: 2147483647
07-01 14:15:54.507 1309 2185 D ConnectivityService: NetReassign [2828 : null →
102]
07-01 14:15:54.508 1309 2185 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
07-01 14:15:54.511 1309 2161 D WifiNetworkFactory: got request NetworkRequest
[ REQUEST id=2828, [ Transports: WIFI Capabilities:
NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_VCN_MANAGED Uid: 10199 RequestorUid: 10199
RequestorPkg: com.facebook.katana] ]
07-01 14:15:54.511 1309 2161 D UntrustedWifiNetworkFactory: got request
NetworkRequest [ REQUEST id=2828, [ Transports: WIFI Capabilities:
NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_VCN_MANAGED Uid: 10199 RequestorUid: 10199
RequestorPkg: com.facebook.katana] ]
07-01 14:15:54.511 1309 2161 D OemPaidWifiNetworkFactory: got request
NetworkRequest [ REQUEST id=2828, [ Transports: WIFI Capabilities:
NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_VCN_MANAGED Uid: 10199 RequestorUid: 10199
RequestorPkg: com.facebook.katana] ]
07-01 14:15:54.516 1309 2185 D ConnectivityService: releasing NetworkRequest
[ REQUEST id=2828, [ Transports: WIFI Capabilities:
NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_VCN_MANAGED Uid: 10199 RequestorUid: 10199
RequestorPkg: com.facebook.katana] ] (release request)
07-01 14:15:54.532 1309 4344 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:15:54.550 1309 4344 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:15:54.678 1309 2205 D _V_FeatureService: FeatureEventHandler-
>handleMessage v2.0 START msg: 152
07-01 14:15:54.680 1309 2205 D _V_FeatureService: MediaAppVol
setMediaVolumeForApp appName com.google.android.apps.maps value 10
mSaveMediaAppIndivalVol false
07-01 14:15:54.680 1309 2205 D _V_FeatureVolume: MediaAppVol setMediaVolumeForApp
appName com.google.android.apps.maps value 10 saveVol false intVol 10
07-01 14:15:54.680 1309 2205 D _V_FeatureVolume: MediaAppVol from process_died,
no package setting com.google.android.apps.maps
07-01 14:15:54.680 1309 2205 D _V_FeatureService: FeatureEventHandler-
>handleMessage v2.0 END msg: 152
07-01 14:15:54.705 1309 2300 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 14:15:54.706 1309 16692 D NetworkMonitor/102: handleMessage: E msg.what=17
07-01 14:15:54.706 1309 16692 D NetworkMonitor/102: processMsg: ValidatedState
07-01 14:15:54.706 1309 16692 D NetworkMonitor/102: isDataStall: result=-1, tcp
packets received=73, latest tcp fail rate=-1
07-01 14:15:54.706 1309 16692 D NetworkMonitor/102: handleMessage: X
07-01 14:15:54.780 1309 393 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:54.784 1309 2300 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.socialwifi.detection.SocialWifiDetectorActivity newState:2
userId:0 callingPackage:null callingUid:10199 callingPid:32422
07-01 14:15:54.816 1309 394 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:54.825 1309 2300 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:32420 callingUid:10152
07-01 14:15:54.842 1309 395 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:54.913 1309 397 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.074 1309 422 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.075 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:15:55.076 1309 423 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.094 1309 428 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.108 1309 429 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.111 1309 4344 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 296747746, curTime = 296273133
07-01 14:15:55.112 1309 4344 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:15:55.112 1309 4344 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 296278022, curTime = 296273133
07-01 14:15:55.112 1309 4344 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:15:55.115 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:15:55.132 1309 430 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.157 1309 436 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.196 1309 437 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.208 1309 438 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.221 1309 441 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.246 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:15:55.248 1309 442 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.252 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:15:55.264 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:15:55.272 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:15:55.274 1309 443 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.280 1309 2745 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 296747746, curTime = 296273302
07-01 14:15:55.280 1309 2745 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:15:55.281 1309 2745 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 296278022, curTime = 296273302
07-01 14:15:55.281 1309 2745 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:15:55.299 1309 446 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.320 1309 447 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.334 1309 448 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.342 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:15:55.352 1309 451 I _V_ActivityManager: collectPssSampleEventTracking
07-01 14:15:55.978 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/system/priv-app/Dialer/Dialer.apk
07-01 14:15:56.140 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/system/priv-app/Mms/Mms.apk
07-01 14:15:56.934 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~nUIP9Ki2of0LFaOplyCrng==/com.google.android.apps.nbu.files-
H1Xn67nFE6INx8Xn_x0GYg==/base.apk
07-01 14:15:56.975 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/system/framework/framework-res.apk
07-01 14:15:57.873 1309 4073 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:15:57.873 1309 4073 E ActivityManager: java.lang.Throwable
07-01 14:15:57.873 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:15:57.873 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:15:57.873 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:15:57.873 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:15:57.873 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:15:57.873 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:15:57.873 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:15:57.873 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:15:57.873 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:16:00.910 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
07-01 14:16:01.720 1309 1435 E PackageManager: Optimistic bind failed.
07-01 14:16:01.720 1309 1435 E PackageManager:
java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in
time!
07-01 14:16:01.720 1309 1435 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppReso
lverConnection.java:160)
07-01 14:16:01.720 1309 1435 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnectio
n.java:225)
07-01 14:16:01.720 1309 1435 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantA
ppResolverConnection(InstantAppResolverConnection.java:255)
07-01 14:16:01.720 1309 1435 E PackageManager: at
com.android.server.pm.InstantAppResolverConnection$
$ExternalSyntheticLambda0.run(Unknown Source:2)
07-01 14:16:01.720 1309 1435 E PackageManager: at
android.os.Handler.handleCallback(Handler.java:938)
07-01 14:16:01.720 1309 1435 E PackageManager: at
android.os.Handler.dispatchMessage(Handler.java:99)
07-01 14:16:01.720 1309 1435 E PackageManager: at
android.os.Looper.loopOnce(Looper.java:233)
07-01 14:16:01.720 1309 1435 E PackageManager: at
android.os.Looper.loop(Looper.java:334)
07-01 14:16:01.720 1309 1435 E PackageManager: at
android.os.HandlerThread.run(HandlerThread.java:67)
07-01 14:16:06.334 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109023, dur:0,
num:2, tid:2991
07-01 14:16:06.360 1309 2991 I mtkpower_client: ret_hdl:109024
07-01 14:16:06.360 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109024 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109024
07-01 14:16:06.365 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109024,
tid:1542
07-01 14:16:07.813 1309 4075 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 296289712, curTime = 296285835
07-01 14:16:07.813 1309 4075 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:16:07.880 1309 4073 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:16:07.888 1309 4065 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:16:07.888 1309 4065 E ActivityManager: java.lang.Throwable
07-01 14:16:07.888 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:16:07.888 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:16:07.888 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:16:07.888 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:16:07.888 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:16:07.888 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:16:07.888 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:16:07.888 1309 4065 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:16:07.888 1309 4065 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:16:07.904 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109024, dur:0,
num:2, tid:4071
07-01 14:16:07.905 1309 4071 I mtkpower_client: ret_hdl:109025
07-01 14:16:07.906 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109025 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109025
07-01 14:16:07.907 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109025,
tid:4071
07-01 14:16:07.956 1309 3540 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.nbu.files
07-01 14:16:07.957 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10151; state: ENABLED
07-01 14:16:07.990 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.015 1309 4071 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:16:08.058 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.106 1309 2300 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:16:08.379 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.382 1309 1324 I system_server: Background concurrent copying GC
freed 121664(4587KB) AllocSpace objects, 33(1640KB) LOS objects, 12% free,
41MB/47MB, paused 1.302ms,1.314ms total 871.281ms
07-01 14:16:08.395 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.424 1309 16692 D NetworkMonitor/102: handleMessage: E msg.what=17
07-01 14:16:08.424 1309 16692 D NetworkMonitor/102: processMsg: ValidatedState
07-01 14:16:08.425 1309 16692 D NetworkMonitor/102: isDataStall: result=-1, tcp
packets received=73, latest tcp fail rate=-1
07-01 14:16:08.425 1309 16692 D NetworkMonitor/102: handleMessage: X
07-01 14:16:08.425 1309 3968 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 14:16:08.490 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.500 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.531 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.570 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.635 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.695 1309 2182 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 296289712, curTime = 296286717
07-01 14:16:08.695 1309 2182 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:16:08.749 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.807 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.821 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:16:08.839 1309 2161 D VivoWifiConfiguration: getvivoAutoLogin 2
07-01 14:16:08.871 1309 2161 D VivoWifiConfiguration: getvivoAutoLogin 2
07-01 14:16:08.871 1309 2161 D SmartWifiScorer[wlan0]: bssidStateInfo
is:bssid:b4:**:**:**:4f:64 lastconnectedTime:1674542028502 InternetState:0110110111
maxNetSpeed:0 lastDiscoveryDhcpNum:1 maxDhcpNumHistory:1
lastInternetSuccessIp:192.168.100.***
07-01 14:16:08.872 1309 2161 D SmartWifiScorer[wlan0]: key: "Airafamily"WPA_PSK
bssid: b4:**:**:**:4f:64 rssi: -62 strongRssiConnecttime: 301755561
weekRssiConnecttime: 3710440 rssiScore: 39 throughput: 139 throughputScore: 38
network5GScore: 0 sameBssidScore: 10 latestSelectScore: 0 internetStateScore: 100
maxNetSpeedScore: 0 isSettingsConnect: false dualLinkTurboScore: 0
lowLinkspeedScore: 0 unwantedBssidScore: 0 final score: 187
07-01 14:16:08.876 1309 2161 E _V_VivoWifiUtil: isEasyShareAp
error:java.lang.NullPointerException: pattern == null
07-01 14:16:08.876 1309 2161 E _V_VivoWifiUtil: isQuantumSuiteAp
error:android.content.pm.PackageManager$NameNotFoundException: com.vivo.pcsuite
07-01 14:16:08.879 1309 2161 D VivoWifiConfiguration: getvivoAutoLogin 2
07-01 14:16:08.911 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.927 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.928 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.959 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.961 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.970 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.971 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.972 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.975 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:08.975 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.008 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.015 1309 2589 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:16:09.022 1309 1422 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.023 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.026 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.054 1309 4065 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:16:09.056 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.057 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.123 1309 2300 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 14:16:09.124 1309 16692 D NetworkMonitor/102: handleMessage: E msg.what=17
07-01 14:16:09.124 1309 16692 D NetworkMonitor/102: processMsg: ValidatedState
07-01 14:16:09.124 1309 16692 D NetworkMonitor/102: isDataStall: result=-1, tcp
packets received=73, latest tcp fail rate=-1
07-01 14:16:09.124 1309 16692 D NetworkMonitor/102: handleMessage: X
07-01 14:16:09.248 1309 2589 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
07-01 14:16:09.249 1309 2589 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10166; state: DISABLED
07-01 14:16:09.249 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10166; state: ENABLED
07-01 14:16:09.290 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.331 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.338 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.365 1309 2300 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
07-01 14:16:09.365 1309 4065 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:16:09.368 1309 4065 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:16:09.370 1309 4065 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:16:09.407 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.409 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.435 1309 3540 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:16:09.439 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.441 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.443 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.443 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.446 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.447 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.450 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.474 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.477 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.478 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.484 1309 1418 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 108 startTime of in progress event=1688195769416
07-01 14:16:09.488 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.515 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.527 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.548 1309 4065 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 296293640, curTime = 296287570
07-01 14:16:09.548 1309 4065 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:16:09.548 1309 4065 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 296289819, curTime = 296287570
07-01 14:16:09.548 1309 4065 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:16:09.551 1309 4065 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 296292572, curTime = 296287572
07-01 14:16:09.551 1309 4065 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:16:09.551 1309 4065 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 296289819, curTime = 296287572
07-01 14:16:09.551 1309 4065 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:16:09.552 1309 4065 W AlarmManager: Alarms must either supply a
PendingIntent or an AlarmReceiver
07-01 14:16:09.562 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.563 1309 1418 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.566 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.594 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.594 1309 2161 D PasspointManager: ANQP entry not found for:
9c:a2:f4:5f:2d:3f:<Rishivian.NET>
07-01 14:16:09.596 1309 2161 D PasspointManager: ANQP entry not found for:
7a:a2:f4:5f:2d:31:<>
07-01 14:16:09.599 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:16:09.618 1309 2161 D VivoWifiConfiguration: getvivoAutoLogin 2
07-01 14:16:09.622 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.623 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.624 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.625 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.626 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.626 1309 2161 D VivoWifiConfiguration: getvivoAutoLogin 2
07-01 14:16:09.627 1309 2161 D SmartWifiScorer[wlan0]: bssidStateInfo
is:bssid:b4:**:**:**:4f:64 lastconnectedTime:1674542028502 InternetState:0110110111
maxNetSpeed:0 lastDiscoveryDhcpNum:1 maxDhcpNumHistory:1
lastInternetSuccessIp:192.168.100.***
07-01 14:16:09.627 1309 2161 D SmartWifiScorer[wlan0]: key: "Airafamily"WPA_PSK
bssid: b4:**:**:**:4f:64 rssi: -62 strongRssiConnecttime: 301755561
weekRssiConnecttime: 3710440 rssiScore: 39 throughput: 139 throughputScore: 38
network5GScore: 0 sameBssidScore: 10 latestSelectScore: 0 internetStateScore: 100
maxNetSpeedScore: 0 isSettingsConnect: false dualLinkTurboScore: 0
lowLinkspeedScore: 0 unwantedBssidScore: 0 final score: 187
07-01 14:16:09.632 1309 1418 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 108 startTime of in progress event=1688195769416
07-01 14:16:09.640 1309 2161 E _V_VivoWifiUtil: isEasyShareAp
error:java.lang.NullPointerException: pattern == null
07-01 14:16:09.640 1309 2161 E _V_VivoWifiUtil: isQuantumSuiteAp
error:android.content.pm.PackageManager$NameNotFoundException: com.vivo.pcsuite
07-01 14:16:09.650 1309 4065 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h18m7s598ms]]
07-01 14:16:09.651 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.651 1309 4065 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h18m7s598ms]]
07-01 14:16:09.652 1309 4065 V _V_VivoLocationProviderManagerImpl: loc ->
com.google.android.gms -2099253964
07-01 14:16:09.652 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.653 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.653 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.654 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.654 1309 4065 D LocationManagerService: callLocationChanged to
10155/com.google.android.gms[fused_location_provider]/E40B4955
07-01 14:16:09.655 1309 4065 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:16:09.656 1309 4065 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:16:09.656 1309 4065 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h18m7s598ms]]
07-01 14:16:09.656 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.656 1309 4065 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h18m7s598ms]]
07-01 14:16:09.656 1309 4065 V _V_VivoLocationProviderManagerImpl: loc -> android
-44814089
07-01 14:16:09.656 1309 4065 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:16:09.656 1309 4065 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:16:09.657 1309 4065 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h18m7s598ms]]
07-01 14:16:09.657 1309 4065 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h18m7s598ms]]
07-01 14:16:09.657 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.657 1309 4065 V _V_VivoLocationProviderManagerImpl: loc ->
com.vivo.pem -193277322
07-01 14:16:09.658 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.658 1309 4065 D LocationManagerService: callLocationChanged to
1000/com.vivo.pem/D7D1CA4E
07-01 14:16:09.660 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.660 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.665 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.666 1309 3540 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 296293640, curTime = 296287687
07-01 14:16:09.666 1309 3540 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:16:09.666 1309 3540 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 296289819, curTime = 296287687
07-01 14:16:09.666 1309 3540 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:16:09.666 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.667 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.669 1309 3540 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.670 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.670 1309 4065 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 296293640, curTime = 296287692
07-01 14:16:09.671 1309 4065 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:16:09.671 1309 4065 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 296289819, curTime = 296287692
07-01 14:16:09.671 1309 4065 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:16:09.671 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.672 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.753 1309 4065 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.marvin.talkback
07-01 14:16:09.753 1309 4065 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10169; state: DISABLED
07-01 14:16:09.754 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10169; state: ENABLED
07-01 14:16:09.779 1309 1446 I ActivityManager: Start proc
1759:com.google.android.marvin.talkback/u0a169 for broadcast
{com.google.android.marvin.talkback/com.google.android.libraries.phenotype.client.s
table.PhenotypeUpdateBackgroundBroadcastReceiver}
07-01 14:16:09.852 1309 4065 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:16:09.855 1309 4065 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:16:09.858 1309 4065 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:16:09.901 1309 2160 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:16:09.926 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.956 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:09.990 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:10.191 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:10.290 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:10.387 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:10.454 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:10.506 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:10.546 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:10.690 1309 1446 W ActivityManager: Slow operation: 54ms so far, now
at startProcess: building log message
07-01 14:16:10.690 1309 1446 I ActivityManager: Start proc
1824:com.google.android.gm/u0a171 for broadcast
{com.google.android.gm/com.google.android.libraries.phenotype.client.stable.Phenoty
peUpdateBackgroundBroadcastReceiver}
07-01 14:16:10.690 1309 1446 W ActivityManager: Slow operation: 54ms so far, now
at startProcess: starting to update pids map
07-01 14:16:10.690 1309 1446 W ActivityManager: Slow operation: 55ms so far, now
at startProcess: done updating pids map
07-01 14:16:10.707 1309 1447 I libprocessgroup: Successfully killed process
cgroup uid 10186 pid 4335 in 0ms
07-01 14:16:10.711 1309 1423 D _V_VivoAudioPlaybackPolicy:
recordProcessDiedEvent() pid:4335,uid:10186,pkgName:org.detikcom.rss
07-01 14:16:10.747 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:10.750 1309 4065 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:16:10.752 1309 4065 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:16:10.785 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:10.903 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:11.025 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:11.113 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:11.157 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:11.242 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:11.473 1309 4071 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #194595} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(781 skipped)
07-01 14:16:11.486 1309 1549 D DeviceIdleController: handleMessage(6)
07-01 14:16:11.486 1309 1549 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=296289507
07-01 14:16:11.486 1309 1549 D DeviceIdleController: Time to remove uid 1000:
296290088
07-01 14:16:11.486 1309 1549 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=581
07-01 14:16:11.510 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:11.633 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:11.730 1309 4065 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{a021a0d com.google.android.gm} should with permissions for
security!!!
07-01 14:16:11.733 1309 2205 D _V_FeatureService: FeatureEventHandler-
>handleMessage v2.0 START msg: 152
07-01 14:16:11.733 1309 2205 D _V_FeatureService: MediaAppVol
setMediaVolumeForApp appName org.detikcom.rss value 10 mSaveMediaAppIndivalVol
false
07-01 14:16:11.733 1309 2205 D _V_FeatureVolume: MediaAppVol setMediaVolumeForApp
appName org.detikcom.rss value 10 saveVol false intVol 10
07-01 14:16:11.733 1309 2205 D _V_FeatureVolume: MediaAppVol from process_died,
no package setting org.detikcom.rss
07-01 14:16:11.733 1309 2205 D _V_FeatureService: FeatureEventHandler-
>handleMessage v2.0 END msg: 152
07-01 14:16:11.798 1309 1563 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 296293640, curTime = 296289820
07-01 14:16:11.798 1309 1563 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:16:11.799 1309 1563 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297639819, curTime = 296289820
07-01 14:16:11.799 1309 1563 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:16:11.954 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:11.991 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.010 1309 4065 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:16:12.032 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.072 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.087 1309 4065 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
07-01 14:16:12.132 1309 1549 D DeviceIdleController: handleMessage(15)
07-01 14:16:12.132 1309 1549 D DeviceIdleController: handleMessage(13)
07-01 14:16:12.135 1309 3968 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
07-01 14:16:12.374 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.410 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.415 1309 4065 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:16:12.422 1309 4065 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:1383 callingUid:10159
07-01 14:16:12.442 1309 4065 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.449 1309 4065 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:16:12.492 1309 3968 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:16:12.534 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.592 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.622 1309 4071 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.647 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.678 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.684 1309 2300 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
07-01 14:16:12.687 1309 3968 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:16:12.715 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.800 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.842 1309 2300 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.859 1309 3968 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10171 callingPid:1824
07-01 14:16:12.880 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:12.895 1309 3968 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:16:13.017 1309 3968 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:13.029 1309 4071 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:1824 callingUid:10171
07-01 14:16:15.849 1309 7781 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.
07-01 14:16:17.481 1309 2325 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.
07-01 14:16:18.118 1309 1309 E DeviceConfig: Parsing int failed for location_mode
07-01 14:16:25.722 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:25.752 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:25.754 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:25.776 1309 2221 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 14:16:25.778 1309 16692 D NetworkMonitor/102: handleMessage: E msg.what=17
07-01 14:16:25.778 1309 16692 D NetworkMonitor/102: processMsg: ValidatedState
07-01 14:16:25.778 1309 16692 D NetworkMonitor/102: isDataStall: result=-1, tcp
packets received=86, latest tcp fail rate=-1
07-01 14:16:25.778 1309 16692 D NetworkMonitor/102: handleMessage: X
07-01 14:16:25.779 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:25.791 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:25.797 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:25.923 1309 2739 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.kwai.bulldog
opPkg=com.kwai.bulldogtag=null notification=Notification(channel=push shortcut=null
contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x10
color=0x00000000 category=msg groupKey=111450:20230701:1688195754471 vis=PUBLIC
internalType=0 internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =0
07-01 14:16:25.931 1309 2739 D _V_VivoAudioPlaybackPolicy:
recordNotificationEvent()
pid:2772,uid:10193,enque:true,post:true,hasNotify:true,pkgName:com.kwai.bulldog
07-01 14:16:25.931 1309 2739 D _V_VivoAudioPlaybackPolicy:
scheduleReportPlaybackEvent() what:6,delay:10
07-01 14:16:25.931 1309 2739 D _V_VivoAudioFocusPolicy: recordNotificationEvent()
pid:2772,uid:10193,pkgName:com.kwai.bulldog,enque:true
07-01 14:16:25.943 1309 2285 D _V_VivoAudioPlaybackPolicy:
handlerPlaybackPolicyNotificationShownEvent() pid:2772,uid:10193,shown:true
07-01 14:16:25.943 1309 2285 D _V_VivoAudioPlaybackPolicy:
updateAudioPolicyAppState() pid:2772,uid:10193
07-01 14:16:25.949 1309 2739 D _V_ActivityManager: From push service :
overrideUid = -1
07-01 14:16:25.949 1309 2739 D _V_ActivityManager: From push service :
overrideUid = -1
07-01 14:16:25.961 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:16:26.940 1309 2531 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.android.systemui
07-01 14:16:27.196 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109025, dur:0,
num:2, tid:2531
07-01 14:16:27.202 1309 2531 I mtkpower_client: ret_hdl:109026
07-01 14:16:27.202 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109026 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109026
07-01 14:16:27.203 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109026,
tid:2739
07-01 14:16:27.241 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 14:16:27.941 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 14:16:37.870 1309 2565 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:16:37.870 1309 2565 E ActivityManager: java.lang.Throwable
07-01 14:16:37.870 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:16:37.870 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:16:37.870 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:16:37.870 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:16:37.870 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:16:37.870 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:16:37.870 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:16:37.870 1309 2565 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:16:37.870 1309 2565 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:16:42.011 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:16:42.011 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:16:42.204 1309 2589 I mtkpower_client: perf_lock_acq, hdl:109026, dur:0,
num:2, tid:2589
07-01 14:16:42.207 1309 2589 I mtkpower_client: ret_hdl:109027
07-01 14:16:42.208 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109027 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109027
07-01 14:16:42.209 1309 2589 I mtkpower_client: perf_lock_rel, hdl:109027,
tid:2589
07-01 14:16:47.870 1309 2589 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:16:47.870 1309 2589 E ActivityManager: java.lang.Throwable
07-01 14:16:47.870 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:16:47.870 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:16:47.870 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:16:47.870 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:16:47.870 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:16:47.870 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:16:47.870 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:16:47.870 1309 2589 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:16:47.870 1309 2589 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:16:56.433 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109027, dur:0,
num:2, tid:2565
07-01 14:16:56.437 1309 2565 I mtkpower_client: ret_hdl:109028
07-01 14:16:56.437 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109028 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109028
07-01 14:16:56.439 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109028,
tid:2565
07-01 14:17:22.267 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:17:22.267 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:17:22.417 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109028, dur:0,
num:2, tid:3968
07-01 14:17:22.422 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109029 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109029
07-01 14:17:22.423 1309 3968 I mtkpower_client: ret_hdl:109029
07-01 14:17:22.425 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109029,
tid:3968
07-01 14:17:25.361 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:17:25.362 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:17:25.594 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:17:25.595 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:17:34.427 1309 4064 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:17:34.427 1309 4064 E ActivityManager: java.lang.Throwable
07-01 14:17:34.427 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:17:34.427 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:17:34.427 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:17:34.427 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:17:34.427 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:17:34.427 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:17:34.427 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:17:34.427 1309 4064 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:17:34.427 1309 4064 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:17:36.004 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109029, dur:0,
num:2, tid:3968
07-01 14:17:36.008 1309 3968 I mtkpower_client: ret_hdl:109030
07-01 14:17:36.009 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109030 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109030
07-01 14:17:36.010 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109030,
tid:4064
07-01 14:17:37.885 1309 4064 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:17:37.885 1309 4064 E ActivityManager: java.lang.Throwable
07-01 14:17:37.885 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:17:37.885 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:17:37.885 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:17:37.885 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:17:37.885 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:17:37.885 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:17:37.885 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:17:37.885 1309 4064 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:17:37.885 1309 4064 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:17:42.018 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:17:42.019 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:17:42.192 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109030, dur:0,
num:2, tid:4077
07-01 14:17:42.197 1309 4077 I mtkpower_client: ret_hdl:109031
07-01 14:17:42.198 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109031 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109031
07-01 14:17:42.199 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109031,
tid:4064
07-01 14:18:20.261 1309 2165 E _V_VCD_WIFI_2: java.lang.NullPointerException:
Attempt to invoke interface method 'java.lang.Object
java.util.Map.get(java.lang.Object)' on a null object reference
07-01 14:18:20.261 1309 2165 E _V_VCD_WIFI_2: at
com.android.server.wifi.wifivcd.VCD_WIFI_2$WriteRunnable.run(VCD_WIFI_2.java:1645)
07-01 14:18:20.261 1309 2165 E _V_VCD_WIFI_2: at
android.os.Handler.handleCallback(Handler.java:938)
07-01 14:18:20.261 1309 2165 E _V_VCD_WIFI_2: at
android.os.Handler.dispatchMessage(Handler.java:99)
07-01 14:18:20.261 1309 2165 E _V_VCD_WIFI_2: at
android.os.Looper.loopOnce(Looper.java:233)
07-01 14:18:20.261 1309 2165 E _V_VCD_WIFI_2: at
android.os.Looper.loop(Looper.java:334)
07-01 14:18:20.261 1309 2165 E _V_VCD_WIFI_2: at
android.os.HandlerThread.run(HandlerThread.java:67)
07-01 14:18:20.278 1309 2165 E _V_VCD_WIFI_3: java.lang.NullPointerException:
Attempt to invoke interface method 'java.lang.Object
java.util.Map.get(java.lang.Object)' on a null object reference
07-01 14:18:20.278 1309 2165 E _V_VCD_WIFI_3: at
com.android.server.wifi.wifivcd.VCD_WIFI_3$WriteRunnable.run(VCD_WIFI_3.java:263)
07-01 14:18:20.278 1309 2165 E _V_VCD_WIFI_3: at
android.os.Handler.handleCallback(Handler.java:938)
07-01 14:18:20.278 1309 2165 E _V_VCD_WIFI_3: at
android.os.Handler.dispatchMessage(Handler.java:99)
07-01 14:18:20.278 1309 2165 E _V_VCD_WIFI_3: at
android.os.Looper.loopOnce(Looper.java:233)
07-01 14:18:20.278 1309 2165 E _V_VCD_WIFI_3: at
android.os.Looper.loop(Looper.java:334)
07-01 14:18:20.278 1309 2165 E _V_VCD_WIFI_3: at
android.os.HandlerThread.run(HandlerThread.java:67)
07-01 14:18:35.913 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109031, dur:0,
num:2, tid:2991
07-01 14:18:35.917 1309 2991 I mtkpower_client: ret_hdl:109032
07-01 14:18:35.917 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109032 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109032
07-01 14:18:35.917 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109032,
tid:2991
07-01 14:18:42.003 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:18:42.004 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:18:42.167 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109032, dur:0,
num:2, tid:3968
07-01 14:18:42.168 1309 3968 I mtkpower_client: ret_hdl:109033
07-01 14:18:42.169 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109033 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109033
07-01 14:18:42.169 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109033,
tid:3968
07-01 14:19:01.266 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:19:01.270 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:19:01.403 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109033, dur:0,
num:2, tid:4076
07-01 14:19:01.406 1309 4076 I mtkpower_client: ret_hdl:109034
07-01 14:19:01.407 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109034 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109034
07-01 14:19:01.408 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109034,
tid:4076
07-01 14:19:35.961 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109034, dur:0,
num:2, tid:4076
07-01 14:19:35.965 1309 4076 I mtkpower_client: ret_hdl:109035
07-01 14:19:35.966 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109035 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109035
07-01 14:19:35.967 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109035,
tid:2565
07-01 14:19:37.953 1309 2565 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:19:37.953 1309 2565 E ActivityManager: java.lang.Throwable
07-01 14:19:37.953 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:19:37.953 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:19:37.953 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:19:37.953 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:19:37.953 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:19:37.953 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:19:37.953 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:19:37.953 1309 2565 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:19:37.953 1309 2565 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:19:41.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:19:41.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:19:42.040 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:19:42.041 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:19:42.117 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109035, dur:0,
num:2, tid:1418
07-01 14:19:42.120 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109036 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109036
07-01 14:19:42.120 1309 1418 I mtkpower_client: ret_hdl:109036
07-01 14:19:42.121 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109036,
tid:4076
07-01 14:19:47.957 1309 4076 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:19:47.957 1309 4076 E ActivityManager: java.lang.Throwable
07-01 14:19:47.957 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:19:47.957 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:19:47.957 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:19:47.957 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:19:47.957 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:19:47.957 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:19:47.957 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:19:47.957 1309 4076 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:19:47.957 1309 4076 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:19:51.800 1309 4076 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 14:20:04.536 1309 2565 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:20:04.536 1309 2565 E ActivityManager: java.lang.Throwable
07-01 14:20:04.536 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:20:04.536 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:20:04.536 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:20:04.536 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:20:04.536 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:20:04.536 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:20:04.536 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:20:04.536 1309 2565 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:20:04.536 1309 2565 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:20:27.963 1309 1418 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:20:27.963 1309 1418 E ActivityManager: java.lang.Throwable
07-01 14:20:27.963 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:20:27.963 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:20:27.963 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:20:27.963 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:20:27.963 1309 1418 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:20:27.963 1309 1418 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:20:27.963 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:20:27.963 1309 1418 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:20:27.963 1309 1418 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:20:35.975 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109036, dur:0,
num:2, tid:1418
07-01 14:20:35.979 1309 1418 I mtkpower_client: ret_hdl:109037
07-01 14:20:35.979 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109037 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109037
07-01 14:20:35.981 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109037,
tid:1418
07-01 14:20:40.263 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:20:40.264 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:20:41.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:20:41.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:20:42.038 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:20:42.039 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:20:42.140 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109037, dur:0,
num:2, tid:2565
07-01 14:20:42.141 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109038 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109038
07-01 14:20:42.142 1309 2565 I mtkpower_client: ret_hdl:109038
07-01 14:20:42.143 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109038,
tid:2565
07-01 14:21:35.984 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109038, dur:0,
num:2, tid:4077
07-01 14:21:35.989 1309 4077 I mtkpower_client: ret_hdl:109039
07-01 14:21:35.989 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109039 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109039
07-01 14:21:35.990 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109039,
tid:3968
07-01 14:21:42.001 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:21:42.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:21:42.181 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109039, dur:0,
num:2, tid:4077
07-01 14:21:42.182 1309 4077 I mtkpower_client: ret_hdl:109040
07-01 14:21:42.183 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109040 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109040
07-01 14:21:42.184 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109040,
tid:4077
07-01 14:22:19.277 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:22:19.278 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:22:19.434 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109040, dur:0,
num:2, tid:1542
07-01 14:22:19.437 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109041 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109041
07-01 14:22:19.437 1309 1542 I mtkpower_client: ret_hdl:109041
07-01 14:22:19.438 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109041,
tid:1542
07-01 14:22:20.279 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:22:20.280 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:22:34.705 1309 3968 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:22:34.705 1309 3968 E ActivityManager: java.lang.Throwable
07-01 14:22:34.705 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:22:34.705 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:22:34.705 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:22:34.705 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:22:34.705 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:22:34.705 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:22:34.705 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:22:34.705 1309 3968 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:22:34.705 1309 3968 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:22:35.986 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109041, dur:0,
num:2, tid:3968
07-01 14:22:35.990 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109042 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109042
07-01 14:22:35.989 1309 3968 I mtkpower_client: ret_hdl:109042
07-01 14:22:35.994 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109042,
tid:3968
07-01 14:22:42.001 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:22:42.004 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:22:42.182 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109042, dur:0,
num:2, tid:4077
07-01 14:22:42.183 1309 4077 I mtkpower_client: ret_hdl:109043
07-01 14:22:42.184 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109043 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109043
07-01 14:22:42.185 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109043,
tid:3968
07-01 14:23:36.003 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109043, dur:0,
num:2, tid:4076
07-01 14:23:36.010 1309 4076 I mtkpower_client: ret_hdl:109044
07-01 14:23:36.011 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109044 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109044
07-01 14:23:36.012 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109044,
tid:4076
07-01 14:23:42.000 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:23:42.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:23:42.169 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109044, dur:0,
num:2, tid:1542
07-01 14:23:42.171 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109045 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109045
07-01 14:23:42.171 1309 1542 I mtkpower_client: ret_hdl:109045
07-01 14:23:42.172 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109045,
tid:4076
07-01 14:23:48.373 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:23:48.382 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:23:48.543 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109045, dur:0,
num:2, tid:1542
07-01 14:23:48.544 1309 1542 I mtkpower_client: ret_hdl:109046
07-01 14:23:48.545 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109046 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109046
07-01 14:23:48.546 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109046,
tid:1542
07-01 14:23:58.485 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:23:58.487 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:24:01.320 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:24:01.322 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:24:36.015 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109046, dur:0,
num:2, tid:1418
07-01 14:24:36.019 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109047 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109047
07-01 14:24:36.020 1309 1418 I mtkpower_client: ret_hdl:109047
07-01 14:24:36.022 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109047,
tid:1418
07-01 14:24:42.012 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:24:42.012 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:24:42.156 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109047, dur:0,
num:2, tid:4076
07-01 14:24:42.158 1309 4076 I mtkpower_client: ret_hdl:109048
07-01 14:24:42.159 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109048 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109048
07-01 14:24:42.160 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109048,
tid:4076
07-01 14:25:04.867 1309 1418 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:25:04.867 1309 1418 E ActivityManager: java.lang.Throwable
07-01 14:25:04.867 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:25:04.867 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:25:04.867 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:25:04.867 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:25:04.867 1309 1418 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:25:04.867 1309 1418 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:25:04.867 1309 1418 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:25:04.867 1309 1418 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:25:04.867 1309 1418 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:25:27.389 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:25:27.389 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:25:27.543 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109048, dur:0,
num:2, tid:2565
07-01 14:25:27.547 1309 2565 I mtkpower_client: ret_hdl:109049
07-01 14:25:27.548 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109049 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109049
07-01 14:25:27.549 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109049,
tid:2565
07-01 14:25:36.021 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109049, dur:0,
num:2, tid:2565
07-01 14:25:36.025 1309 2565 I mtkpower_client: ret_hdl:109050
07-01 14:25:36.025 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109050 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109050
07-01 14:25:36.027 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109050,
tid:1418
07-01 14:25:41.995 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:25:41.995 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:25:42.038 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:25:42.039 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:25:42.126 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109050, dur:0,
num:2, tid:4064
07-01 14:25:42.127 1309 4064 I mtkpower_client: ret_hdl:109051
07-01 14:25:42.127 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109051 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109051
07-01 14:25:42.128 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109051,
tid:4064
07-01 14:26:36.026 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109051, dur:0,
num:2, tid:1419
07-01 14:26:36.030 1309 1419 I mtkpower_client: ret_hdl:109052
07-01 14:26:36.030 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109052 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109052
07-01 14:26:36.032 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109052,
tid:1419
07-01 14:26:41.999 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:26:42.000 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:26:42.170 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109052, dur:0,
num:2, tid:2565
07-01 14:26:42.172 1309 2565 I mtkpower_client: ret_hdl:109053
07-01 14:26:42.172 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109053 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109053
07-01 14:26:42.173 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109053,
tid:2565
07-01 14:27:06.428 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:27:06.428 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:27:06.580 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109053, dur:0,
num:2, tid:2991
07-01 14:27:06.585 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109054 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109054
07-01 14:27:06.586 1309 2991 I mtkpower_client: ret_hdl:109054
07-01 14:27:06.588 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109054,
tid:2991
07-01 14:27:35.025 1309 2991 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:27:35.025 1309 2991 E ActivityManager: java.lang.Throwable
07-01 14:27:35.025 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:27:35.025 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:27:35.025 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:27:35.025 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:27:35.025 1309 2991 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:27:35.025 1309 2991 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:27:35.025 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:27:35.025 1309 2991 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:27:35.025 1309 2991 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:27:36.013 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109054, dur:0,
num:2, tid:2991
07-01 14:27:36.015 1309 2991 I mtkpower_client: ret_hdl:109055
07-01 14:27:36.016 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109055 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109055
07-01 14:27:36.016 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109055,
tid:2991
07-01 14:27:42.010 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:27:42.013 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:27:42.062 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:27:42.064 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:28:36.068 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109055, dur:0,
num:2, tid:2588
07-01 14:28:36.074 1309 2588 I mtkpower_client: ret_hdl:109056
07-01 14:28:36.075 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109056 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109056
07-01 14:28:36.077 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109056,
tid:2588
07-01 14:28:41.999 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:28:41.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:28:42.155 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109056, dur:0,
num:2, tid:2588
07-01 14:28:42.157 1309 2588 I mtkpower_client: ret_hdl:109057
07-01 14:28:42.158 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109057 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109057
07-01 14:28:42.158 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109057,
tid:2588
07-01 14:28:45.409 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:28:45.410 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:28:45.555 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109057, dur:0,
num:2, tid:2588
07-01 14:28:45.556 1309 2588 I mtkpower_client: ret_hdl:109058
07-01 14:28:45.557 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109058 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109058
07-01 14:28:45.558 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109058,
tid:2588
07-01 14:29:35.979 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109058, dur:0,
num:2, tid:2531
07-01 14:29:35.982 1309 2531 I mtkpower_client: ret_hdl:109059
07-01 14:29:35.982 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109059 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109059
07-01 14:29:35.982 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109059,
tid:2531
07-01 14:29:42.005 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:29:42.006 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:29:42.050 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:29:42.051 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:29:42.149 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109059, dur:0,
num:2, tid:2531
07-01 14:29:42.152 1309 2531 I mtkpower_client: ret_hdl:109060
07-01 14:29:42.152 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109060 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109060
07-01 14:29:42.152 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109060,
tid:2588
07-01 14:30:05.151 1309 2531 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:30:05.151 1309 2531 E ActivityManager: java.lang.Throwable
07-01 14:30:05.151 1309 2531 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:30:05.151 1309 2531 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:30:05.151 1309 2531 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:30:05.151 1309 2531 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:30:05.151 1309 2531 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:30:05.151 1309 2531 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:30:05.151 1309 2531 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:30:05.151 1309 2531 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:30:05.151 1309 2531 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:30:13.399 1309 2185 E ConnectivityService: Exception in
networkRemoveRouteParcel: android.os.ServiceSpecificException: No such process
(code 3)
07-01 14:30:24.429 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:30:24.429 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:30:24.582 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109060, dur:0,
num:2, tid:4071
07-01 14:30:24.586 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109061 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109061
07-01 14:30:24.588 1309 4071 I mtkpower_client: ret_hdl:109061
07-01 14:30:24.589 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109061,
tid:4071
07-01 14:30:27.492 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:30:27.494 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:30:27.688 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:30:27.688 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:30:42.015 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:30:42.017 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:30:42.193 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109061, dur:0,
num:2, tid:2588
07-01 14:30:42.197 1309 2588 I mtkpower_client: ret_hdl:109062
07-01 14:30:42.198 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109062 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109062
07-01 14:30:42.199 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109062,
tid:2588
07-01 14:30:46.505 1309 1563 E ActivityManager: Sending non-protected broadcast
android.intent.action.auto_curve.optimized from system uid 1000 pkg android
07-01 14:30:46.505 1309 1563 E ActivityManager: java.lang.Throwable
07-01 14:30:46.505 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14219)
07-01 14:30:46.505 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:30:46.505 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentInPackage(ActivityManag
erService.java:15288)
07-01 14:30:46.505 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService$LocalService.broadcastIntentInPackage(
ActivityManagerService.java:17674)
07-01 14:30:46.505 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:612)
07-01 14:30:46.505 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendWithResult(PendingIntentRecord.java:3
45)
07-01 14:30:46.505 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.sendIntentSender(ActivityManagerServic
e.java:5838)
07-01 14:30:46.505 1309 1563 E ActivityManager: at
android.app.PendingIntent.sendAndReturnResult(PendingIntent.java:986)
07-01 14:30:46.505 1309 1563 E ActivityManager: at
android.app.PendingIntent.send(PendingIntent.java:957)
07-01 14:30:46.505 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$DeliveryTracker.deliverLocked(AlarmMan
agerService.java:5365)
07-01 14:30:46.505 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService.deliverAlarmsLocked(AlarmManagerServic
e.java:4372)
07-01 14:30:46.505 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$AlarmThread.run(AlarmManagerService.ja
va:4646)
07-01 14:31:40.887 1309 2589 I mtkpower_client: perf_lock_acq, hdl:109062, dur:0,
num:2, tid:2589
07-01 14:31:40.891 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109063 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109063
07-01 14:31:40.892 1309 2589 I mtkpower_client: ret_hdl:109063
07-01 14:31:40.894 1309 2589 I mtkpower_client: perf_lock_rel, hdl:109063,
tid:2589
07-01 14:31:42.002 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:31:42.011 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:31:42.174 1309 2589 I mtkpower_client: perf_lock_acq, hdl:109063, dur:0,
num:2, tid:2589
07-01 14:31:42.177 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109064 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109064
07-01 14:31:42.178 1309 2589 I mtkpower_client: ret_hdl:109064
07-01 14:31:42.180 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109064,
tid:4071
07-01 14:31:47.186 1309 2745 E NotificationService: Package has already posted or
enqueued 51 notifications. Not showing more. package=org.detikcom.rss
07-01 14:32:03.437 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:32:03.437 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:32:03.588 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109064, dur:0,
num:2, tid:2745
07-01 14:32:03.590 1309 2745 I mtkpower_client: ret_hdl:109065
07-01 14:32:03.590 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109065 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109065
07-01 14:32:03.591 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109065,
tid:2745
07-01 14:32:20.854 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:32:20.855 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:32:28.399 1309 2745 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:32:28.399 1309 2745 E ActivityManager: java.lang.Throwable
07-01 14:32:28.399 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:32:28.399 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:32:28.399 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:32:28.399 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:32:28.399 1309 2745 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:32:28.399 1309 2745 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:32:28.399 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:32:28.399 1309 2745 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:32:28.399 1309 2745 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:32:35.314 1309 1419 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:32:35.314 1309 1419 E ActivityManager: java.lang.Throwable
07-01 14:32:35.314 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:32:35.314 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:32:35.314 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:32:35.314 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:32:35.314 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:32:35.314 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:32:35.314 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:32:35.314 1309 1419 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:32:35.314 1309 1419 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:32:38.395 1309 2589 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:32:38.395 1309 2589 E ActivityManager: java.lang.Throwable
07-01 14:32:38.395 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:32:38.395 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:32:38.395 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:32:38.395 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:32:38.395 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:32:38.395 1309 2589 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:32:38.395 1309 2589 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:32:38.395 1309 2589 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:32:38.395 1309 2589 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:32:40.845 1309 2589 I mtkpower_client: perf_lock_acq, hdl:109065, dur:0,
num:2, tid:2589
07-01 14:32:40.848 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109066 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109066
07-01 14:32:40.849 1309 2589 I mtkpower_client: ret_hdl:109066
07-01 14:32:40.850 1309 2589 I mtkpower_client: perf_lock_rel, hdl:109066,
tid:2589
07-01 14:32:42.005 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:32:42.006 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:32:42.167 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109066, dur:0,
num:2, tid:2745
07-01 14:32:42.170 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109067 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109067
07-01 14:32:42.172 1309 2745 I mtkpower_client: ret_hdl:109067
07-01 14:32:42.173 1309 2589 I mtkpower_client: perf_lock_rel, hdl:109067,
tid:2589
07-01 14:33:40.893 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109067, dur:0,
num:2, tid:2740
07-01 14:33:40.896 1309 2740 I mtkpower_client: ret_hdl:109068
07-01 14:33:40.897 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109068 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109068
07-01 14:33:40.898 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109068,
tid:2740
07-01 14:33:41.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:33:41.996 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:33:42.165 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109068, dur:0,
num:2, tid:2740
07-01 14:33:42.167 1309 2740 I mtkpower_client: ret_hdl:109069
07-01 14:33:42.168 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109069 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109069
07-01 14:33:42.169 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109069,
tid:2740
07-01 14:33:42.438 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:33:42.438 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:33:42.597 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109069, dur:0,
num:2, tid:4069
07-01 14:33:42.598 1309 4069 I mtkpower_client: ret_hdl:109070
07-01 14:33:42.598 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109070 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109070
07-01 14:33:42.599 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109070,
tid:4069
07-01 14:34:20.943 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:34:20.944 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:34:40.893 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109070, dur:0,
num:2, tid:4069
07-01 14:34:40.901 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109071 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109071
07-01 14:34:40.902 1309 4069 I mtkpower_client: ret_hdl:109071
07-01 14:34:40.904 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109071,
tid:2745
07-01 14:34:42.005 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:34:42.006 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:34:42.149 1309 2589 I mtkpower_client: perf_lock_acq, hdl:109071, dur:0,
num:2, tid:2589
07-01 14:34:42.151 1309 2589 I mtkpower_client: ret_hdl:109072
07-01 14:34:42.151 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109072 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109072
07-01 14:34:42.152 1309 2589 I mtkpower_client: perf_lock_rel, hdl:109072,
tid:2589
07-01 14:35:05.453 1309 1419 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:35:05.453 1309 1419 E ActivityManager: java.lang.Throwable
07-01 14:35:05.453 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:35:05.453 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:35:05.453 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:35:05.453 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:35:05.453 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:35:05.453 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:35:05.453 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:35:05.453 1309 1419 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:35:05.453 1309 1419 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:35:21.431 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:35:21.431 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:35:21.596 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109072, dur:0,
num:2, tid:2740
07-01 14:35:21.599 1309 2740 I mtkpower_client: ret_hdl:109073
07-01 14:35:21.600 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109073 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109073
07-01 14:35:21.601 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109073,
tid:2740
07-01 14:35:40.902 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109073, dur:0,
num:2, tid:2740
07-01 14:35:40.904 1309 2740 I mtkpower_client: ret_hdl:109074
07-01 14:35:40.904 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109074 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109074
07-01 14:35:40.905 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109074,
tid:2740
07-01 14:35:42.007 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:35:42.007 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:35:42.047 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:35:42.049 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:35:42.147 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109074, dur:0,
num:2, tid:2745
07-01 14:35:42.149 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109075 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109075
07-01 14:35:42.149 1309 2745 I mtkpower_client: ret_hdl:109075
07-01 14:35:42.150 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109075,
tid:2740
07-01 14:36:28.850 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109075, dur:0,
num:2, tid:2745
07-01 14:36:28.866 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109076 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109076
07-01 14:36:28.868 1309 2745 I mtkpower_client: ret_hdl:109076
07-01 14:36:28.870 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109076,
tid:2745
07-01 14:36:38.579 1309 2740 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:36:38.579 1309 2740 E ActivityManager: java.lang.Throwable
07-01 14:36:38.579 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:36:38.579 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:36:38.579 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:36:38.579 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:36:38.579 1309 2740 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:36:38.579 1309 2740 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:36:38.579 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:36:38.579 1309 2740 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:36:38.579 1309 2740 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:36:42.039 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:36:42.040 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:36:42.416 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109076, dur:0,
num:2, tid:2565
07-01 14:36:42.430 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109077 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109077
07-01 14:36:42.430 1309 2565 I mtkpower_client: ret_hdl:109077
07-01 14:36:42.432 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109077,
tid:1419
07-01 14:36:48.577 1309 2704 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:36:48.577 1309 2704 E ActivityManager: java.lang.Throwable
07-01 14:36:48.577 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:36:48.577 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:36:48.577 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:36:48.577 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:36:48.577 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:36:48.577 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:36:48.577 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:36:48.577 1309 2704 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:36:48.577 1309 2704 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:36:49.102 1309 2338 E SyncManager: SYNC_OP_STATE_INVALID: disallowed by
settings/network
07-01 14:36:49.140 1309 6346 I PFTBT : Full backup completed with status: -2003
07-01 14:36:49.142 1309 6346 W BackupManagerService: [UserID:0] Duplicate remove
for operation. token=6abf5619
07-01 14:36:49.143 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:36:49.152 1309 6346 V BackupManagerConstants:
getFullBackupIntervalMilliseconds(...) returns 86400000
07-01 14:36:49.152 1309 6346 V BackupManagerConstants:
getFullBackupRequiredNetworkType(...) returns 2
07-01 14:36:49.152 1309 6346 V BackupManagerConstants:
getFullBackupRequireCharging(...) returns true
07-01 14:36:49.162 1309 6346 I PFTBT : Full data backup pass finished.
07-01 14:36:49.162 1309 6346 V BackupManagerService: [UserID:0] Released
wakelock:*backup*-0-3259
07-01 14:36:49.163 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:36:49.163 1309 1309 V BackupManagerConstants:
getFullBackupIntervalMilliseconds(...) returns 86400000
07-01 14:36:49.163 1309 1309 V BackupManagerConstants:
getKeyValueBackupIntervalMilliseconds(...) returns 14400000
07-01 14:36:49.163 1309 1309 I BackupManagerService: [UserID:0] Beginning
scheduled full backup operation
07-01 14:36:49.918 1309 6423 I PFTBT : Full backup completed with status: -2003
07-01 14:36:49.918 1309 6423 W BackupManagerService: [UserID:0] Duplicate remove
for operation. token=582eff35
07-01 14:36:49.920 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:36:49.927 1309 6423 V BackupManagerConstants:
getFullBackupIntervalMilliseconds(...) returns 86400000
07-01 14:36:49.927 1309 6423 V BackupManagerConstants:
getFullBackupRequiredNetworkType(...) returns 2
07-01 14:36:49.928 1309 6423 V BackupManagerConstants:
getFullBackupRequireCharging(...) returns true
07-01 14:36:49.939 1309 6423 I PFTBT : Full data backup pass finished.
07-01 14:36:49.940 1309 6423 V BackupManagerService: [UserID:0] Released
wakelock:*backup*-0-3259
07-01 14:36:49.941 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:36:49.942 1309 1309 V BackupManagerConstants:
getFullBackupIntervalMilliseconds(...) returns 86400000
07-01 14:36:49.942 1309 1309 V BackupManagerConstants:
getKeyValueBackupIntervalMilliseconds(...) returns 14400000
07-01 14:36:49.942 1309 1309 I BackupManagerService: [UserID:0] Beginning
scheduled full backup operation
07-01 14:36:49.943 1309 1309 D PFTBT : Skipping full backup. A backup is
already in progress.
07-01 14:36:49.943 1309 1309 V BackupManagerService: [UserID:0] Acquired
wakelock:*backup*-0-3259
07-01 14:36:49.945 1309 6419 I PFTBT : Transport rejected backup of
com.android.internal.systemui.navbar.gestural, skipping
07-01 14:36:49.945 1309 6419 I PFTBT : Unbinding agent in
com.android.internal.systemui.navbar.gestural
07-01 14:36:49.945 1309 6419 W ActivityManager: Unbinding backup agent with no
active backup
07-01 14:36:49.945 1309 6419 I PFTBT : Full backup completed with status: 0
07-01 14:36:49.948 1309 6426 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
07-01 14:36:51.898 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
07-01 14:36:56.317 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0366c43c: pkg=org.detikcom.rss user=UserHandle{0} id=103156998
tag=null importance=3 key=0|org.detikcom.rss|103156998|null|10186:
Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 14:36:56.423 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x08700eca: pkg=org.detikcom.rss user=UserHandle{0} id=106779629
tag=null importance=3 key=0|org.detikcom.rss|106779629|null|10186:
Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 14:36:57.066 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109077, dur:0,
num:2, tid:2531
07-01 14:36:57.088 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109078 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109078
07-01 14:36:57.097 1309 2531 I mtkpower_client: ret_hdl:109078
07-01 14:36:57.098 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109078,
tid:2531
07-01 14:36:57.700 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109078, dur:0,
num:2, tid:4064
07-01 14:36:57.701 1309 4064 I mtkpower_client: ret_hdl:109079
07-01 14:36:57.701 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109079 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109079
07-01 14:36:57.703 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109079,
tid:4064
07-01 14:36:58.617 1309 3946 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:36:58.617 1309 3946 E ActivityManager: java.lang.Throwable
07-01 14:36:58.617 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:36:58.617 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:36:58.617 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:36:58.617 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:36:58.617 1309 3946 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:36:58.617 1309 3946 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:36:58.617 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:36:58.617 1309 3946 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:36:58.617 1309 3946 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:36:58.713 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109079, dur:0,
num:2, tid:2739
07-01 14:36:58.715 1309 2739 I mtkpower_client: ret_hdl:109080
07-01 14:36:58.716 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109080 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109080
07-01 14:36:58.716 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109080,
tid:2739
07-01 14:36:58.975 1309 2589 I mtkpower_client: perf_lock_acq, hdl:109080, dur:0,
num:2, tid:2589
07-01 14:36:58.976 1309 2589 I mtkpower_client: ret_hdl:109081
07-01 14:36:58.976 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109081 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109081
07-01 14:36:58.977 1309 2589 I mtkpower_client: perf_lock_rel, hdl:109081,
tid:2589
07-01 14:37:00.136 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109081, dur:0,
num:2, tid:4064
07-01 14:37:00.138 1309 4064 I mtkpower_client: ret_hdl:109082
07-01 14:37:00.138 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109082 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109082
07-01 14:37:00.139 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109082,
tid:4064
07-01 14:37:00.414 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109082, dur:0,
num:2, tid:1542
07-01 14:37:00.416 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109084 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109084
07-01 14:37:00.424 1309 1542 I mtkpower_client: ret_hdl:109084
07-01 14:37:00.426 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109084,
tid:3946
07-01 14:37:00.660 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:37:00.661 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:37:00.781 1309 2300 I mtkpower_client: perf_lock_acq, hdl:109084, dur:0,
num:2, tid:2300
07-01 14:37:00.795 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109085 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109085
07-01 14:37:00.797 1309 2300 I mtkpower_client: ret_hdl:109085
07-01 14:37:00.803 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109085,
tid:1542
07-01 14:37:01.288 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109085, dur:0,
num:2, tid:1542
07-01 14:37:01.289 1309 1542 I mtkpower_client: ret_hdl:109086
07-01 14:37:01.289 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109086 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109086
07-01 14:37:01.290 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109086,
tid:1542
07-01 14:37:01.637 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109086, dur:0,
num:2, tid:1542
07-01 14:37:01.638 1309 1542 I mtkpower_client: ret_hdl:109087
07-01 14:37:01.638 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109087 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109087
07-01 14:37:01.639 1309 2589 I mtkpower_client: perf_lock_rel, hdl:109087,
tid:2589
07-01 14:37:03.111 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:37:03.112 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:37:03.567 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:37:03.570 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:37:03.667 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109087, dur:0,
num:2, tid:1542
07-01 14:37:03.669 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109088 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109088
07-01 14:37:03.670 1309 1542 I mtkpower_client: ret_hdl:109088
07-01 14:37:03.672 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109088,
tid:1542
07-01 14:37:05.561 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109088, dur:0,
num:2, tid:1419
07-01 14:37:05.563 1309 1419 I mtkpower_client: ret_hdl:109089
07-01 14:37:05.563 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109089 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109089
07-01 14:37:05.564 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109089,
tid:1419
07-01 14:37:06.234 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109089, dur:0,
num:2, tid:2531
07-01 14:37:06.236 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109090 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109090
07-01 14:37:06.237 1309 2531 I mtkpower_client: ret_hdl:109090
07-01 14:37:06.237 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109090,
tid:2531
07-01 14:37:06.566 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109090, dur:0,
num:2, tid:2588
07-01 14:37:06.568 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109091 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109091
07-01 14:37:06.571 1309 2588 I mtkpower_client: ret_hdl:109091
07-01 14:37:06.572 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109091,
tid:2531
07-01 14:37:06.851 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109091, dur:0,
num:2, tid:2588
07-01 14:37:06.852 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109092 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109092
07-01 14:37:06.853 1309 2588 I mtkpower_client: ret_hdl:109092
07-01 14:37:06.854 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109092,
tid:2531
07-01 14:37:07.200 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109092, dur:0,
num:2, tid:2588
07-01 14:37:07.201 1309 2588 I mtkpower_client: ret_hdl:109093
07-01 14:37:07.201 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109093 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109093
07-01 14:37:07.201 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109093,
tid:2588
07-01 14:37:11.290 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109093, dur:0,
num:2, tid:2565
07-01 14:37:11.292 1309 2565 I mtkpower_client: ret_hdl:109094
07-01 14:37:11.292 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109094 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109094
07-01 14:37:11.294 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109094,
tid:2531
07-01 14:37:13.278 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109094, dur:0,
num:2, tid:2704
07-01 14:37:13.279 1309 2704 I mtkpower_client: ret_hdl:109095
07-01 14:37:13.279 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109095 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109095
07-01 14:37:13.280 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109095,
tid:2704
07-01 14:37:15.411 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109095, dur:0,
num:2, tid:1542
07-01 14:37:15.414 1309 1542 I mtkpower_client: ret_hdl:109096
07-01 14:37:15.414 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109096 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109096
07-01 14:37:15.414 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109096,
tid:2704
07-01 14:37:17.457 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109096, dur:0,
num:2, tid:2740
07-01 14:37:17.459 1309 2740 I mtkpower_client: ret_hdl:109097
07-01 14:37:17.459 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109097 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109097
07-01 14:37:17.459 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109097,
tid:2740
07-01 14:37:18.637 1309 4077 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:37:18.637 1309 4077 E ActivityManager: java.lang.Throwable
07-01 14:37:18.637 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:37:18.637 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:37:18.637 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:37:18.637 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:37:18.637 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:37:18.637 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:37:18.637 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:37:18.637 1309 4077 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:37:18.637 1309 4077 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:37:21.321 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109097, dur:0,
num:2, tid:4064
07-01 14:37:21.323 1309 4064 I mtkpower_client: ret_hdl:109098
07-01 14:37:21.324 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109098 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109098
07-01 14:37:21.324 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109098,
tid:4064
07-01 14:37:23.417 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109098, dur:0,
num:2, tid:4064
07-01 14:37:23.419 1309 4064 I mtkpower_client: ret_hdl:109099
07-01 14:37:23.419 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109099 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109099
07-01 14:37:23.420 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109099,
tid:4064
07-01 14:37:25.412 1309 4072 I mtkpower_client: perf_lock_acq, hdl:109099, dur:0,
num:2, tid:4072
07-01 14:37:25.413 1309 4072 I mtkpower_client: ret_hdl:109100
07-01 14:37:25.413 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109100 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109100
07-01 14:37:25.414 1309 4072 I mtkpower_client: perf_lock_rel, hdl:109100,
tid:4072
07-01 14:37:27.541 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109100, dur:0,
num:2, tid:4064
07-01 14:37:27.542 1309 4064 I mtkpower_client: ret_hdl:109101
07-01 14:37:27.543 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109101 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109101
07-01 14:37:27.544 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109101,
tid:4064
07-01 14:37:28.619 1309 4064 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:37:28.619 1309 4064 E ActivityManager: java.lang.Throwable
07-01 14:37:28.619 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:37:28.619 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:37:28.619 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:37:28.619 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:37:28.619 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:37:28.619 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:37:28.619 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:37:28.619 1309 4064 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:37:28.619 1309 4064 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:37:29.474 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109101, dur:0,
num:2, tid:2745
07-01 14:37:29.475 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109102 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109102
07-01 14:37:29.476 1309 2745 I mtkpower_client: ret_hdl:109102
07-01 14:37:29.477 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109102,
tid:2745
07-01 14:37:31.642 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109102, dur:0,
num:2, tid:2745
07-01 14:37:31.644 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109103 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109103
07-01 14:37:31.644 1309 2745 I mtkpower_client: ret_hdl:109103
07-01 14:37:31.645 1309 4072 I mtkpower_client: perf_lock_rel, hdl:109103,
tid:4072
07-01 14:37:33.854 1309 4072 I mtkpower_client: perf_lock_acq, hdl:109103, dur:0,
num:2, tid:4072
07-01 14:37:33.856 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109104 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109104
07-01 14:37:33.857 1309 4072 I mtkpower_client: ret_hdl:109104
07-01 14:37:33.860 1309 4072 I mtkpower_client: perf_lock_rel, hdl:109104,
tid:4072
07-01 14:37:35.726 1309 4064 E ActivityManager: Sending non-protected broadcast
action.vivo.powercontrol from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:37:35.726 1309 4064 E ActivityManager: java.lang.Throwable
07-01 14:37:35.726 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:37:35.726 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14962)
07-01 14:37:35.726 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:37:35.726 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:37:35.726 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:37:35.726 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:37:35.726 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:37:35.726 1309 4064 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:37:35.726 1309 4064 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:37:35.727 1309 4064 E ActivityManager: Sending non-protected broadcast
action.vivo.powercontrol from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:37:35.727 1309 4064 E ActivityManager: java.lang.Throwable
07-01 14:37:35.727 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:37:35.727 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:37:35.727 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:37:35.727 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:37:35.727 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:37:35.727 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:37:35.727 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:37:35.727 1309 4064 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:37:35.727 1309 4064 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:37:35.760 1309 4070 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:37:35.760 1309 4070 E ActivityManager: java.lang.Throwable
07-01 14:37:35.760 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:37:35.760 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:37:35.760 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:37:35.760 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:37:35.760 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:37:35.760 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:37:35.760 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:37:35.760 1309 4070 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:37:35.760 1309 4070 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:37:35.900 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109104, dur:0,
num:2, tid:2221
07-01 14:37:35.901 1309 2221 I mtkpower_client: ret_hdl:109105
07-01 14:37:35.902 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109105 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109105
07-01 14:37:35.903 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109105,
tid:2221
07-01 14:37:36.310 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109105, dur:0,
num:2, tid:1542
07-01 14:37:36.312 1309 1542 I mtkpower_client: ret_hdl:109106
07-01 14:37:36.312 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109106 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109106
07-01 14:37:36.313 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109106,
tid:1542
07-01 14:37:40.753 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109106, dur:0,
num:2, tid:1543
07-01 14:37:40.756 1309 1543 I mtkpower_client: ret_hdl:109107
07-01 14:37:40.756 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109107 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109107
07-01 14:37:40.757 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109107,
tid:1543
07-01 14:37:40.956 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109107, dur:0,
num:2, tid:4344
07-01 14:37:40.958 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109108 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109108
07-01 14:37:40.958 1309 4344 I mtkpower_client: ret_hdl:109108
07-01 14:37:40.959 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109108,
tid:4344
07-01 14:37:42.007 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:37:42.007 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:37:42.156 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109108, dur:0,
num:2, tid:1543
07-01 14:37:42.158 1309 1543 I mtkpower_client: ret_hdl:109109
07-01 14:37:42.158 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109109 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109109
07-01 14:37:42.159 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109109,
tid:2531
07-01 14:37:44.976 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109109, dur:0,
num:2, tid:1543
07-01 14:37:44.979 1309 1543 I mtkpower_client: ret_hdl:109110
07-01 14:37:44.979 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109110 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109110
07-01 14:37:44.980 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109110,
tid:4344
07-01 14:37:46.780 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109110, dur:0,
num:2, tid:1543
07-01 14:37:46.782 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109111 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109111
07-01 14:37:46.782 1309 1543 I mtkpower_client: ret_hdl:109111
07-01 14:37:46.784 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109111,
tid:1543
07-01 14:37:48.780 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109111, dur:0,
num:2, tid:1543
07-01 14:37:48.781 1309 1543 I mtkpower_client: ret_hdl:109112
07-01 14:37:48.781 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109112 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109112
07-01 14:37:48.782 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109112,
tid:1543
07-01 14:37:48.905 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109112, dur:0,
num:2, tid:2531
07-01 14:37:48.907 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109113 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109113
07-01 14:37:48.907 1309 2531 I mtkpower_client: ret_hdl:109113
07-01 14:37:48.908 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109113,
tid:2531
07-01 14:37:50.773 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109113, dur:0,
num:2, tid:3968
07-01 14:37:50.774 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109114 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109114
07-01 14:37:50.775 1309 3968 I mtkpower_client: ret_hdl:109114
07-01 14:37:50.777 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109114,
tid:3968
07-01 14:37:52.739 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109114, dur:0,
num:2, tid:2531
07-01 14:37:52.741 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109115 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109115
07-01 14:37:52.742 1309 2531 I mtkpower_client: ret_hdl:109115
07-01 14:37:52.744 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109115,
tid:2531
07-01 14:37:54.810 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109115, dur:0,
num:2, tid:3968
07-01 14:37:54.811 1309 3968 I mtkpower_client: ret_hdl:109116
07-01 14:37:54.811 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109116 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109116
07-01 14:37:54.812 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109116,
tid:3968
07-01 14:37:55.351 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109116, dur:0,
num:2, tid:1543
07-01 14:37:55.352 1309 1543 I mtkpower_client: ret_hdl:109117
07-01 14:37:55.352 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109117 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109117
07-01 14:37:55.353 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109117,
tid:1543
07-01 14:37:55.514 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109117, dur:0,
num:2, tid:3968
07-01 14:37:55.515 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109118 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109118
07-01 14:37:55.516 1309 3968 I mtkpower_client: ret_hdl:109118
07-01 14:37:55.517 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109118,
tid:3968
07-01 14:37:55.751 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109118, dur:0,
num:2, tid:3968
07-01 14:37:55.752 1309 3968 I mtkpower_client: ret_hdl:109119
07-01 14:37:55.752 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109119 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109119
07-01 14:37:55.753 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109119,
tid:3968
07-01 14:37:56.490 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109119, dur:0,
num:2, tid:4074
07-01 14:37:56.491 1309 4074 I mtkpower_client: ret_hdl:109120
07-01 14:37:56.492 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109120 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109120
07-01 14:37:56.492 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109120,
tid:4074
07-01 14:37:56.707 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109120, dur:0,
num:2, tid:1542
07-01 14:37:56.708 1309 1542 I mtkpower_client: ret_hdl:109121
07-01 14:37:56.709 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109121 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109121
07-01 14:37:56.709 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109121,
tid:1542
07-01 14:37:56.869 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109121, dur:0,
num:2, tid:1542
07-01 14:37:56.870 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109122 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109122
07-01 14:37:56.871 1309 1542 I mtkpower_client: ret_hdl:109122
07-01 14:37:56.872 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109122,
tid:1542
07-01 14:37:58.610 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109122, dur:0,
num:2, tid:3968
07-01 14:37:58.612 1309 3968 I mtkpower_client: ret_hdl:109123
07-01 14:37:58.612 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109123 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109123
07-01 14:37:58.613 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109123,
tid:3968
07-01 14:37:58.788 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109123, dur:0,
num:2, tid:3968
07-01 14:37:58.790 1309 3968 I mtkpower_client: ret_hdl:109124
07-01 14:37:58.790 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109124 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109124
07-01 14:37:58.791 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109124,
tid:3968
07-01 14:38:05.441 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.google.android.gms
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10155
07-01 14:38:05.547 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
67 ms.
07-01 14:38:19.952 1309 3540 I mtkpower_client: perf_lock_acq, hdl:108982, dur:0,
num:2, tid:3540
07-01 14:38:19.954 1309 3540 I mtkpower_client: ret_hdl:109125
07-01 14:38:19.954 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109125 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109125
07-01 14:38:19.955 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109125,
tid:3540
07-01 14:38:28.595 1309 4077 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.removed from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 14:38:28.595 1309 4077 E ActivityManager: java.lang.Throwable
07-01 14:38:28.595 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:38:28.595 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:38:28.595 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:38:28.595 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:38:28.595 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:38:28.595 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:38:28.595 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:38:28.595 1309 4077 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:38:28.595 1309 4077 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:38:28.863 1309 1543 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.added from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 14:38:28.863 1309 1543 E ActivityManager: java.lang.Throwable
07-01 14:38:28.863 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:38:28.863 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:38:28.863 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:38:28.863 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:38:28.863 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:38:28.863 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:38:28.863 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:38:28.863 1309 1543 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:38:28.863 1309 1543 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:38:28.948 1309 1309 I Telecom : eo: Package com.google.android.gms is
not tracked.: SSH.oR@ABU
07-01 14:38:28.962 1309 1309 I _V_Telecom: Telecom: InCallController:
updateCarModeForConnections: car mode apps:
07-01 14:38:29.710 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 14:38:29.859 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109125, dur:0,
num:2, tid:1419
07-01 14:38:29.862 1309 1419 I mtkpower_client: ret_hdl:109126
07-01 14:38:29.863 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109126 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109126
07-01 14:38:29.866 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109126,
tid:1419
07-01 14:38:34.060 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109126, dur:0,
num:2, tid:4071
07-01 14:38:34.063 1309 4071 I mtkpower_client: ret_hdl:109127
07-01 14:38:34.064 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109127 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109127
07-01 14:38:34.066 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109127,
tid:2704
07-01 14:38:34.319 1309 2991 E ActivityManager: Sending non-protected broadcast
com.vivo.applicationbehaviorengine.power.refreshList from system
2345:com.vivo.abe/1000 pkg com.vivo.abe
07-01 14:38:34.319 1309 2991 E ActivityManager: java.lang.Throwable
07-01 14:38:34.319 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:38:34.319 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:38:34.319 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:38:34.319 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:38:34.319 1309 2991 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:38:34.319 1309 2991 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:38:34.319 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:38:34.319 1309 2991 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:38:34.319 1309 2991 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:38:35.308 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:38:35.309 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:38:35.394 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:38:35.394 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:38:35.407 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:38:35.408 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:38:35.530 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:38:35.531 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:38:36.671 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:38:36.672 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:38:37.429 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109124, dur:0,
num:2, tid:4070
07-01 14:38:37.431 1309 4070 I mtkpower_client: ret_hdl:109128
07-01 14:38:37.431 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109128 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109128
07-01 14:38:37.432 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109128,
tid:2850
07-01 14:38:38.666 1309 1543 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:38:38.666 1309 1543 E ActivityManager: java.lang.Throwable
07-01 14:38:38.666 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:38:38.666 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:38:38.666 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:38:38.666 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:38:38.666 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:38:38.666 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:38:38.666 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:38:38.666 1309 1543 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:38:38.666 1309 1543 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:38:40.623 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109128, dur:0,
num:2, tid:1543
07-01 14:38:40.625 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109129 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109129
07-01 14:38:40.626 1309 1543 I mtkpower_client: ret_hdl:109129
07-01 14:38:40.627 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109129,
tid:2531
07-01 14:38:41.319 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:38:41.528 1309 2161 E _V_VivoWifiUtil: isEasyShareAp
error:java.lang.NullPointerException: pattern == null
07-01 14:38:41.529 1309 2161 E _V_VivoWifiUtil: isQuantumSuiteAp
error:android.content.pm.PackageManager$NameNotFoundException: com.vivo.pcsuite
07-01 14:38:41.735 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109129, dur:0,
num:2, tid:2739
07-01 14:38:41.737 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109130 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109130
07-01 14:38:41.738 1309 2739 I mtkpower_client: ret_hdl:109130
07-01 14:38:41.740 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109130,
tid:4076
07-01 14:38:41.793 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.816 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.819 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.822 1309 1424 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
07-01 14:38:41.833 1309 4070 D _V_LocationManagerService: incoming location:
Location[network M:0,0,-17,-21 hAcc=20.0 et=+3d10h40m39s225ms alt=402.0
vAcc=2.1456876 {Bundle[{networkLocationType=wifi}]}], provider: network
07-01 14:38:41.833 1309 4070 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:41.833 1309 4070 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:41.833 1309 4070 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.834 1309 4070 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.834 1309 4070 V _V_VivoLocationProviderManagerImpl: loc -> android
732169973
07-01 14:38:41.835 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.843 1309 4070 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:41.843 1309 4070 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:41.844 1309 4070 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.844 1309 4070 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.844 1309 4070 V _V_VivoLocationProviderManagerImpl: loc ->
com.google.android.gms -2092657660
07-01 14:38:41.845 1309 1422 D LocationManagerService: callLocationChanged to
1000/android[GnssService]/C2CA0EEC
07-01 14:38:41.850 1309 4073 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297920232, curTime = 297639871
07-01 14:38:41.850 1309 4073 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:41.850 1309 4073 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297641933, curTime = 297639871
07-01 14:38:41.850 1309 4073 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:41.851 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.854 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.855 1309 2850 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297696807, curTime = 297639876
07-01 14:38:41.855 1309 2850 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:41.855 1309 2850 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297641933, curTime = 297639876
07-01 14:38:41.855 1309 2850 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:41.857 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.858 1309 4070 D LocationManagerService: callLocationChanged to
10155/com.google.android.gms[fused_location_provider]/EA8B6DD3
07-01 14:38:41.859 1309 4070 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:41.859 1309 4070 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:41.859 1309 4070 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.859 1309 4070 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.876 1309 4070 V _V_VivoLocationProviderManagerImpl: loc ->
com.google.android.gms 149002319
07-01 14:38:41.878 1309 2745 W AlarmManager: Alarms must either supply a
PendingIntent or an AlarmReceiver
07-01 14:38:41.878 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.879 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.880 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.881 1309 4070 D LocationManagerService: callLocationChanged to
10155/com.google.android.gms[network_location_provider]/DE8DD953
07-01 14:38:41.881 1309 4070 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:41.881 1309 4070 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:41.881 1309 4070 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.882 1309 4070 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.882 1309 4070 V _V_VivoLocationProviderManagerImpl: loc -> android
-44814089
07-01 14:38:41.882 1309 4070 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:41.882 1309 4070 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:41.882 1309 4070 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.882 1309 4070 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.882 1309 4070 V _V_VivoLocationProviderManagerImpl: loc ->
com.vivo.pem -193277322
07-01 14:38:41.883 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.886 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.901 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.909 1309 4070 D LocationManagerService: callLocationChanged to
1000/com.vivo.pem/D7D1CA4E
07-01 14:38:41.914 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.917 1309 1422 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.921 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.954 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.957 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.959 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.959 1309 4076 D _V_LocationManagerService: incoming location:
Location[fused M:0,0,-17,-21 hAcc=20.0 et=+3d10h40m39s225ms alt=402.0
vAcc=2.1456876], provider: fused
07-01 14:38:41.959 1309 4076 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:41.959 1309 4076 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:41.960 1309 4076 D _V_LocationManagerService: incoming coarse
location: [Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.960 1309 4076 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.960 1309 4076 V _V_VivoLocationProviderManagerImpl: loc ->
com.google.android.gms -2092657660
07-01 14:38:41.961 1309 4076 W _V_VivoLocationDiagnosticManager: report net loc
with no extras.
07-01 14:38:41.962 1309 2588 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.android.vending
opPkg=com.android.vendingtag=null notification=Notification(channel=maintenance-v2
shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0xa
color=0xff01875f actions=2 vis=SECRET internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
07-01 14:38:41.962 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.963 1309 4076 D LocationManagerService: callLocationChanged to
10155/com.google.android.gms[fused_location_provider]/EA8B6DD3
07-01 14:38:41.964 1309 4076 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:41.964 1309 4076 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:41.964 1309 4076 D _V_LocationManagerService: incoming coarse
location: [Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.964 1309 4076 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.964 1309 4076 V _V_VivoLocationProviderManagerImpl: loc ->
com.google.android.gms 149002319
07-01 14:38:41.964 1309 4076 W _V_VivoLocationDiagnosticManager: report net loc
with no extras.
07-01 14:38:41.964 1309 2588 D _V_VivoAudioPlaybackPolicy:
recordNotificationEvent()
pid:7361,uid:10154,enque:true,post:true,hasNotify:true,pkgName:com.android.vending
07-01 14:38:41.965 1309 2588 D _V_VivoAudioPlaybackPolicy:
scheduleReportPlaybackEvent() what:6,delay:10
07-01 14:38:41.965 1309 2588 D _V_VivoAudioFocusPolicy: recordNotificationEvent()
pid:7361,uid:10154,pkgName:com.android.vending,enque:true
07-01 14:38:41.966 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.968 1309 4076 D LocationManagerService: callLocationChanged to
10155/com.google.android.gms[network_location_provider]/DE8DD953
07-01 14:38:41.969 1309 4076 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:41.969 1309 4076 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:41.969 1309 4076 D _V_LocationManagerService: incoming coarse
location: [Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.969 1309 4076 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.969 1309 4076 V _V_VivoLocationProviderManagerImpl: loc -> android
-44814089
07-01 14:38:41.969 1309 4076 W _V_VivoLocationDiagnosticManager: report net loc
with no extras.
07-01 14:38:41.969 1309 4076 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:41.969 1309 4076 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:41.969 1309 4076 D _V_LocationManagerService: incoming coarse
location: [Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.970 1309 4076 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m39s225ms]]
07-01 14:38:41.970 1309 4076 V _V_VivoLocationProviderManagerImpl: loc ->
com.vivo.pem -193277322
07-01 14:38:41.971 1309 4076 W _V_VivoLocationDiagnosticManager: report net loc
with no extras.
07-01 14:38:41.972 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.975 1309 2285 D _V_VivoAudioPlaybackPolicy:
handlerPlaybackPolicyNotificationShownEvent() pid:7361,uid:10154,shown:true
07-01 14:38:41.975 1309 2285 D _V_VivoAudioPlaybackPolicy:
updateAudioPolicyAppState() pid:7361,uid:10154
07-01 14:38:41.983 1309 4073 I RecoverableKeyStoreMgr: The cert file serial
number is the same, so skip updating.
07-01 14:38:41.990 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:41.992 1309 4076 D LocationManagerService: callLocationChanged to
1000/com.vivo.pem/D7D1CA4E
07-01 14:38:41.998 1309 1605 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 70, .batteryVoltage = 4334, .batteryTemperature =
337, .batteryCurrent = 1443, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 2056000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
07-01 14:38:42.006 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:42.007 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:42.061 1309 4076 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:42.097 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:42.100 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: Error reading snapshot
for 10155 from disk
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage:
java.io.FileNotFoundException:
/data/system/recoverablekeystore/snapshots/10155.xml: open failed: ENOENT (No such
file or directory)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
libcore.io.IoBridge.open(IoBridge.java:575)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
com.android.server.locksettings.recoverablekeystore.storage.RecoverySnapshotStorage
.readFromDisk(RecoverySnapshotStorage.java:152)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
com.android.server.locksettings.recoverablekeystore.storage.RecoverySnapshotStorage
.get(RecoverySnapshotStorage.java:104)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
com.android.server.locksettings.recoverablekeystore.RecoverableKeyStoreManager.getK
eyChainSnapshot(RecoverableKeyStoreManager.java:342)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
com.android.server.locksettings.LockSettingsService.getKeyChainSnapshot(LockSetting
sService.java:2930)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
com.android.internal.widget.ILockSettings$Stub.onTransact(ILockSettings.java:865)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
libcore.io.Linux.open(Native Method)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: at
libcore.io.IoBridge.open(IoBridge.java:561)
07-01 14:38:42.110 1309 4070 E RecoverySnapshotStorage: ... 8 more
07-01 14:38:42.125 1309 2589 W PlatformKeyManager: Platform generation ID was 0
but no entry was present in AndroidKeyStore. Generating fresh key.
07-01 14:38:42.132 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:42.139 468 4400 I keystore2: keystore2::security_level: importKey
begin, 1000, 1309
07-01 14:38:42.185 1309 4076 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:38:42.196 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109130, dur:0,
num:2, tid:4076
07-01 14:38:42.197 1309 4076 I mtkpower_client: ret_hdl:109131
07-01 14:38:42.197 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109131 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109131
07-01 14:38:42.198 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109131,
tid:4075
07-01 14:38:42.238 1309 4070 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:10155 callingPid:7888
07-01 14:38:42.240 1309 2589 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:10155 callingPid:7888
07-01 14:38:42.307 1309 1309 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297696807, curTime = 297640329
07-01 14:38:42.307 1309 1309 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:42.308 1309 1309 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297641933, curTime = 297640329
07-01 14:38:42.308 1309 1309 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:42.308 1309 1309 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297696807, curTime = 297640329
07-01 14:38:42.308 1309 1309 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:42.308 1309 1309 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297641933, curTime = 297640329
07-01 14:38:42.308 1309 1309 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:42.310 1309 1309 W Looper : Slow dispatch took 329ms main
h=com.android.server.notification.NotificationManagerService$WorkerHandler
c=com.android.server.notification.NotificationManagerService$PostNotificationRunnab
le@6803e9d m=0
07-01 14:38:42.311 1309 1309 W Looper : Slow delivery took 327ms main
h=android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler c=null m=36
07-01 14:38:42.341 1309 4070 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:10155 callingPid:7888
07-01 14:38:42.343 1309 2588 D _V_ActivityManager: From push service :
overrideUid = -1
07-01 14:38:42.345 1309 1324 I system_server: Background young concurrent copying
GC freed 243326(8042KB) AllocSpace objects, 5(136KB) LOS objects, 12% free,
42MB/48MB, paused 1.764ms,3.034ms total 367.885ms
07-01 14:38:42.355 1309 1309 D _V_FeatureService: onReceive action
android.intent.action.BATTERY_CHANGED
07-01 14:38:42.356 1309 1309 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
07-01 14:38:42.356 1309 1309 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
07-01 14:38:42.356 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:38:42.356 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:38:42.356 1309 1309 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
07-01 14:38:42.356 1309 1309 I DeviceIdleController: updateChargingLocked:
charging=true
07-01 14:38:42.357 1309 1309 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
07-01 14:38:42.357 1309 1309 W Looper : Drained
07-01 14:38:42.360 1309 2531 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #199302} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(996 skipped)
07-01 14:38:42.367 1309 1424 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
07-01 14:38:42.377 1309 2588 D _V_ActivityManager: From push service :
overrideUid = -1
07-01 14:38:42.377 1309 2588 D _V_ActivityManager: From push service :
overrideUid = -1
07-01 14:38:42.378 1309 1309 D _V_NotificationService: already existed. key=0|
com.android.vending|-56862258|null|10154
07-01 14:38:42.416 1309 3540 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.ui.SetupWorkProfileActivity
newState:2 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:42.418 1309 2588 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:10155 callingPid:7888
07-01 14:38:42.419 1309 4076 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:10155 callingPid:7888
07-01 14:38:42.420 1309 2588 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:10155 callingPid:7888
07-01 14:38:42.422 1309 2588 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:10155 callingPid:7888
07-01 14:38:42.424 1309 4076 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:10155 callingPid:7888
07-01 14:38:42.428 1309 2588 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.ui.SetupWorkProfileActivity
newState:2 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:42.429 1309 4073 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:10155 callingPid:7888
07-01 14:38:42.431 1309 4076 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:10155 callingPid:7888
07-01 14:38:42.437 1309 4073 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.service.AutofillService newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:42.439 1309 4076 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillActivity newState:1 userId:0
callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:42.440 1309 4073 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillDialogActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:42.441 1309 3540 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:42.442 1309 4073 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillManagePasswordsActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:42.443 1309 3540 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:10155 callingPid:7888
07-01 14:38:42.444 1309 3540 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillTransparentActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:42.445 1309 4076 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillSettingsPrivacyHubActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:42.596 1309 4076 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.android.vending
opPkg=com.android.vendingtag=null notification=Notification(channel=maintenance-v2
shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0xa
color=0xff01875f actions=2 vis=SECRET internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
07-01 14:38:42.604 1309 4076 D _V_VivoAudioPlaybackPolicy:
recordNotificationEvent()
pid:7361,uid:10154,enque:true,post:true,hasNotify:true,pkgName:com.android.vending
07-01 14:38:42.605 1309 4076 D _V_VivoAudioPlaybackPolicy:
scheduleReportPlaybackEvent() what:6,delay:10
07-01 14:38:42.606 1309 4076 D _V_VivoAudioFocusPolicy: recordNotificationEvent()
pid:7361,uid:10154,pkgName:com.android.vending,enque:true
07-01 14:38:42.616 1309 2285 D _V_VivoAudioPlaybackPolicy:
handlerPlaybackPolicyNotificationShownEvent() pid:7361,uid:10154,shown:true
07-01 14:38:42.616 1309 2285 D _V_VivoAudioPlaybackPolicy:
updateAudioPolicyAppState() pid:7361,uid:10154
07-01 14:38:42.702 1309 1424 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
07-01 14:38:42.713 1309 2588 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 14:38:42.746 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109131, dur:0,
num:2, tid:4075
07-01 14:38:42.747 1309 4075 I mtkpower_client: ret_hdl:109132
07-01 14:38:42.748 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109132,
tid:4075
07-01 14:38:42.749 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109132 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109132
07-01 14:38:42.800 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:42.812 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:42.828 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:42.836 1309 4073 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.android.launcher.action.ACTION_PACKAGE_DOWNLOADING
dat=package:com.google.android.youtube flg=0x10
pkg=com.google.android.googlequicksearchbox } send by ApplicationInfo{6aa4039
com.android.vending} should with permissions for security!!!
07-01 14:38:42.836 1309 4073 W _V_PackageManager: ## return empyt for Intent
{ act=com.android.launcher.action.ACTION_PACKAGE_DOWNLOADING
dat=package:com.google.android.youtube flg=0x10
pkg=com.google.android.googlequicksearchbox }
pkgName:com.google.android.googlequicksearchbox
07-01 14:38:42.886 1309 4076 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.android.vending
opPkg=com.android.vendingtag=null notification=Notification(channel=maintenance-v2
shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0xa
color=0xff01875f actions=2 vis=SECRET internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
07-01 14:38:42.900 1309 4076 D _V_VivoAudioPlaybackPolicy:
recordNotificationEvent()
pid:7361,uid:10154,enque:true,post:true,hasNotify:true,pkgName:com.android.vending
07-01 14:38:42.900 1309 4076 D _V_VivoAudioPlaybackPolicy:
scheduleReportPlaybackEvent() what:6,delay:10
07-01 14:38:42.900 1309 4076 D _V_VivoAudioFocusPolicy: recordNotificationEvent()
pid:7361,uid:10154,pkgName:com.android.vending,enque:true
07-01 14:38:42.911 1309 2285 D _V_VivoAudioPlaybackPolicy:
handlerPlaybackPolicyNotificationShownEvent() pid:7361,uid:10154,shown:true
07-01 14:38:42.911 1309 2285 D _V_VivoAudioPlaybackPolicy:
updateAudioPolicyAppState() pid:7361,uid:10154
07-01 14:38:43.103 1309 1309 D _V_NotificationService: already existed. key=0|
com.android.vending|-56862258|null|10154
07-01 14:38:43.112 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.117 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109132, dur:0,
num:2, tid:4070
07-01 14:38:43.119 1309 4070 I mtkpower_client: ret_hdl:109133
07-01 14:38:43.119 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109133 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109133
07-01 14:38:43.120 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109133,
tid:4073
07-01 14:38:43.187 1309 1309 D _V_WindowManager: shouldKeyguardBeEnabled
shouldBeDisabled = false dpmRequiresPassword = false keyguardSecure = false userId
= 0 mCurrentUser = 0 callers =
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabledLocked:68
com.android.server.wm.KeyguardDisableHandler.updateKeyguardEnabled:62
com.android.server.wm.WindowManagerService$2.onReceive:609
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$Receiv
erDispatcher$Args:1754 android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0.run:2 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
07-01 14:38:43.196 1309 2850 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.android.launcher.action.ACTION_PACKAGE_DOWNLOADING
dat=package:com.google.android.youtube flg=0x10
pkg=com.google.android.googlequicksearchbox } send by ApplicationInfo{6aa4039
com.android.vending} should with permissions for security!!!
07-01 14:38:43.197 1309 2850 W _V_PackageManager: ## return empyt for Intent
{ act=com.android.launcher.action.ACTION_PACKAGE_DOWNLOADING
dat=package:com.google.android.youtube flg=0x10
pkg=com.google.android.googlequicksearchbox }
pkgName:com.google.android.googlequicksearchbox
07-01 14:38:43.217 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.318 1309 4076 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.325 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.349 1309 2850 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297696807, curTime = 297641371
07-01 14:38:43.350 1309 2850 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:43.350 1309 2850 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297641933, curTime = 297641371
07-01 14:38:43.350 1309 2850 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:43.412 1309 1309 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297696807, curTime = 297641433
07-01 14:38:43.412 1309 1309 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:43.412 1309 1309 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297641933, curTime = 297641433
07-01 14:38:43.412 1309 1309 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:43.412 1309 1309 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297696807, curTime = 297641434
07-01 14:38:43.412 1309 1309 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:43.412 1309 1309 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297641933, curTime = 297641434
07-01 14:38:43.412 1309 1309 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:43.413 1309 1309 W Looper : Slow dispatch took 102ms main
h=com.android.server.notification.NotificationManagerService$WorkerHandler
c=com.android.server.notification.NotificationManagerService$PostNotificationRunnab
le@e4ab7fa m=0
07-01 14:38:43.431 1309 1424 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
07-01 14:38:43.438 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109133, dur:0,
num:2, tid:4070
07-01 14:38:43.439 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.440 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109135 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109135
07-01 14:38:43.440 1309 4070 I mtkpower_client: ret_hdl:109135
07-01 14:38:43.441 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109135,
tid:4075
07-01 14:38:43.448 1309 4075 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.android.vending
opPkg=com.android.vendingtag=null notification=Notification(channel=maintenance-v2
shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0xa
color=0xff01875f actions=2 vis=SECRET internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
07-01 14:38:43.450 1309 4075 D _V_VivoAudioPlaybackPolicy:
recordNotificationEvent()
pid:7361,uid:10154,enque:true,post:true,hasNotify:true,pkgName:com.android.vending
07-01 14:38:43.450 1309 4075 D _V_VivoAudioPlaybackPolicy:
scheduleReportPlaybackEvent() what:6,delay:10
07-01 14:38:43.450 1309 4075 D _V_VivoAudioFocusPolicy: recordNotificationEvent()
pid:7361,uid:10154,pkgName:com.android.vending,enque:true
07-01 14:38:43.461 1309 2285 D _V_VivoAudioPlaybackPolicy:
handlerPlaybackPolicyNotificationShownEvent() pid:7361,uid:10154,shown:true
07-01 14:38:43.461 1309 2285 D _V_VivoAudioPlaybackPolicy:
updateAudioPolicyAppState() pid:7361,uid:10154
07-01 14:38:43.511 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.522 1309 4075 D _V_ActivityManager: From push service :
overrideUid = -1
07-01 14:38:43.527 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.529 1309 4075 D _V_ActivityManager: From push service :
overrideUid = -1
07-01 14:38:43.529 1309 4075 D _V_ActivityManager: From push service :
overrideUid = -1
07-01 14:38:43.563 1309 1309 D _V_NotificationService: already existed. key=0|
com.android.vending|-56862258|null|10154
07-01 14:38:43.564 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.576 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.588 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.594 1309 5761 I PackageDexOptimizer: Running dexopt
(dexoptNeeded=-3) on: /system/priv-app/DocumentsUI/DocumentsUI.apk
pkg=com.android.documentsui isa=arm
dexoptFlags=boot_complete,profile_guided,idle_background_job targetFilter=speed-
profile oatDir=null classLoaderContext=PCL[]{}
07-01 14:38:43.737 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.760 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.944 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.972 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.980 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.982 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:43.996 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.002 1309 2745 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.115 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.116 1309 4076 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.android.vending
opPkg=com.android.vendingtag=null notification=Notification(channel=maintenance-v2
shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0xa
color=0xff01875f actions=2 vis=SECRET internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
07-01 14:38:44.118 1309 4070 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297696807, curTime = 297642139
07-01 14:38:44.118 1309 4070 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:44.118 1309 4070 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297658021, curTime = 297642139
07-01 14:38:44.118 1309 4070 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:44.118 1309 4076 D _V_VivoAudioPlaybackPolicy:
recordNotificationEvent()
pid:7361,uid:10154,enque:true,post:true,hasNotify:true,pkgName:com.android.vending
07-01 14:38:44.118 1309 4076 D _V_VivoAudioPlaybackPolicy:
scheduleReportPlaybackEvent() what:6,delay:10
07-01 14:38:44.118 1309 4076 D _V_VivoAudioFocusPolicy: recordNotificationEvent()
pid:7361,uid:10154,pkgName:com.android.vending,enque:true
07-01 14:38:44.124 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.125 1309 4070 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.D2dMigrateHelperService
newState:2 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:44.129 1309 2285 D _V_VivoAudioPlaybackPolicy:
handlerPlaybackPolicyNotificationShownEvent() pid:7361,uid:10154,shown:true
07-01 14:38:44.130 1309 2285 D _V_VivoAudioPlaybackPolicy:
updateAudioPolicyAppState() pid:7361,uid:10154
07-01 14:38:44.154 1309 4075 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.D2dMigrateHelperService
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:44.154 1309 2850 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297696807, curTime = 297642175
07-01 14:38:44.154 1309 2850 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:44.154 1309 2850 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297658021, curTime = 297642176
07-01 14:38:44.154 1309 2850 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:44.160 1309 2589 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 108 startTime of in progress event=1688197123776
07-01 14:38:44.255 1309 2588 I ActivityManager: com.android.vending is exempt
from freezer
07-01 14:38:44.255 1309 2588 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.vending
07-01 14:38:44.256 1309 2588 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
07-01 14:38:44.257 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
07-01 14:38:44.257 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.377 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109135, dur:0,
num:2, tid:4075
07-01 14:38:44.379 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109136 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109136
07-01 14:38:44.380 1309 4075 I mtkpower_client: ret_hdl:109136
07-01 14:38:44.383 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109136,
tid:4075
07-01 14:38:44.417 1309 2589 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.RestoreSessionV0Service
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:44.429 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:44.756 1309 4075 W ActivityManager: Slow operation: 54ms so far, now
at attachApplicationLocked: before bindApplication
07-01 14:38:44.757 1309 4075 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: immediately before bindApplication
07-01 14:38:44.768 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109136, dur:0,
num:2, tid:4073
07-01 14:38:44.772 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109137 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109137
07-01 14:38:44.773 1309 4073 I mtkpower_client: ret_hdl:109137
07-01 14:38:44.780 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109137,
tid:1543
07-01 14:38:44.782 1309 4075 W ActivityManager: Slow operation: 78ms so far, now
at attachApplicationLocked: immediately after bindApplication
07-01 14:38:44.783 1309 4075 W ActivityManager: Slow operation: 80ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
07-01 14:38:44.787 1309 4075 W ActivityManager: Slow operation: 84ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
07-01 14:38:44.809 1309 2156 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.829 1309 4075 W ActivityManager: Slow operation: 127ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
07-01 14:38:44.890 1309 2850 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297696807, curTime = 297642911
07-01 14:38:44.890 1309 2850 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:44.890 1309 2850 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297658021, curTime = 297642911
07-01 14:38:44.890 1309 2850 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:44.924 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.936 1309 2850 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:44.941 1309 2531 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:44.942 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.943 1309 1309 W Looper : Slow dispatch took 233ms main
h=com.android.server.notification.NotificationManagerService$WorkerHandler
c=com.android.server.notification.NotificationManagerService$
$ExternalSyntheticLambda7@820ec88 m=0
07-01 14:38:44.944 1309 1309 W Looper : Slow delivery took 241ms main
h=android.service.notification.NotificationListenerService$MyHandler c=null m=1
07-01 14:38:44.944 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.947 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.953 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.956 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.958 1309 4075 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297920232, curTime = 297642980
07-01 14:38:44.959 1309 4075 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:44.959 1309 4075 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297658021, curTime = 297642980
07-01 14:38:44.959 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.959 1309 4075 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:44.960 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.961 1309 1309 W Looper : Drained
07-01 14:38:44.962 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.963 1309 2588 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297647983, curTime = 297642984
07-01 14:38:44.963 1309 2588 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:44.963 1309 2588 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 303041933, curTime = 297642985
07-01 14:38:44.963 1309 2588 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:44.964 1309 2850 W AlarmManager: Alarms must either supply a
PendingIntent or an AlarmReceiver
07-01 14:38:44.986 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.989 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:44.993 1309 1324 I system_server: Background concurrent copying GC
freed 358957(12MB) AllocSpace objects, 13(464KB) LOS objects, 12% free, 42MB/48MB,
paused 9.936ms,1.943ms total 1.398s
07-01 14:38:44.996 1309 2156 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.041 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.044 1309 4075 D WifiNl80211Manager: Scan result ready event
07-01 14:38:45.045 1309 4075 D WifiNative: Scan result ready event
07-01 14:38:45.048 1309 2221 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297647983, curTime = 297643070
07-01 14:38:45.048 1309 2221 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:45.049 1309 2221 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 303041933, curTime = 297643070
07-01 14:38:45.049 1309 2221 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:45.050 1309 2182 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297647983, curTime = 297643071
07-01 14:38:45.050 1309 2182 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:45.050 1309 2182 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 303041933, curTime = 297643071
07-01 14:38:45.050 1309 2182 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:45.053 1309 2182 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297647983, curTime = 297643074
07-01 14:38:45.053 1309 2182 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:45.053 1309 2182 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 303041933, curTime = 297643074
07-01 14:38:45.053 1309 2182 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:45.056 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10154, isRmsPreload = false, keepQuiet =false
07-01 14:38:45.057 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.061 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.067 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.071 1309 2161 D PasspointManager: ANQP entry not found for:
9c:a2:f4:5f:2d:3f:<Rishivian.NET>
07-01 14:38:45.076 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 14:38:45.081 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.091 1309 2161 D VivoWifiConfiguration: getvivoAutoLogin 2
07-01 14:38:45.099 1309 2161 D VivoWifiConfiguration: getvivoAutoLogin 2
07-01 14:38:45.108 1309 2161 D VivoWifiConfiguration: getvivoAutoLogin 2
07-01 14:38:45.109 1309 2161 D SmartWifiScorer[wlan0]: bssidStateInfo
is:bssid:b4:**:**:**:4f:64 lastconnectedTime:1674542028502 InternetState:0110110111
maxNetSpeed:0 lastDiscoveryDhcpNum:1 maxDhcpNumHistory:1
lastInternetSuccessIp:192.168.100.***
07-01 14:38:45.109 1309 2161 D SmartWifiScorer[wlan0]: key: "Airafamily"WPA_PSK
bssid: b4:**:**:**:4f:64 rssi: -62 strongRssiConnecttime: 301755561
weekRssiConnecttime: 3710440 rssiScore: 39 throughput: 123 throughputScore: 34
network5GScore: 0 sameBssidScore: 10 latestSelectScore: 0 internetStateScore: 100
maxNetSpeedScore: 0 isSettingsConnect: false dualLinkTurboScore: 0
lowLinkspeedScore: 0 unwantedBssidScore: 0 final score: 183
07-01 14:38:45.118 1309 2161 D VivoWifiConfiguration: getvivoAutoLogin 2
07-01 14:38:45.119 1309 2161 D SmartWifiScorer[wlan0]: bssidStateInfo
is:bssid:b4:**:**:**:4f:64 lastconnectedTime:1674542028502 InternetState:0110110111
maxNetSpeed:0 lastDiscoveryDhcpNum:1 maxDhcpNumHistory:1
lastInternetSuccessIp:192.168.100.***
07-01 14:38:45.119 1309 2161 D SmartWifiScorer[wlan0]: key: "Airafamily"WPA_PSK
bssid: b4:**:**:**:4f:64 rssi: -62 strongRssiConnecttime: 301755561
weekRssiConnecttime: 3710440 rssiScore: 39 throughput: 123 throughputScore: 34
network5GScore: 0 sameBssidScore: 10 latestSelectScore: 0 internetStateScore: 100
maxNetSpeedScore: 0 isSettingsConnect: false dualLinkTurboScore: 0
lowLinkspeedScore: 0 unwantedBssidScore: 0 final score: 183
07-01 14:38:45.122 1309 2161 E _V_VivoWifiUtil: isEasyShareAp
error:java.lang.NullPointerException: pattern == null
07-01 14:38:45.123 1309 2161 E _V_VivoWifiUtil: isQuantumSuiteAp
error:android.content.pm.PackageManager$NameNotFoundException: com.vivo.pcsuite
07-01 14:38:45.123 1309 2161 D VivoWifiConfiguration: getvivoAutoLogin 2
07-01 14:38:45.149 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109137, dur:0,
num:2, tid:4075
07-01 14:38:45.150 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.151 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109138 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109138
07-01 14:38:45.153 1309 4075 I mtkpower_client: ret_hdl:109138
07-01 14:38:45.155 1309 1543 D _V_LocationManagerService: incoming location:
Location[network M:0,0,-17,-21 hAcc=20.0 et=+3d10h40m43s59ms alt=402.0
vAcc=2.1456876 {Bundle[{networkLocationType=wifi}]}], provider: network
07-01 14:38:45.155 1309 1543 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:45.155 1309 1543 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:45.156 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109138,
tid:2850
07-01 14:38:45.156 1309 1543 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.156 1309 1543 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.156 1309 1543 V _V_VivoLocationProviderManagerImpl: loc -> android
732169973
07-01 14:38:45.161 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.162 1309 1543 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:45.162 1309 1543 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:45.162 1309 1422 D LocationManagerService: callLocationChanged to
1000/android[GnssService]/C2CA0EEC
07-01 14:38:45.163 1309 1543 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.163 1309 1543 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.163 1309 1543 V _V_VivoLocationProviderManagerImpl: loc ->
com.google.android.gms -2092657660
07-01 14:38:45.166 1309 1422 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.167 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.168 1309 1543 D LocationManagerService: callLocationChanged to
10155/com.google.android.gms[fused_location_provider]/EA8B6DD3
07-01 14:38:45.170 1309 1543 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:45.170 1309 1543 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:45.171 1309 1543 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.171 1309 1543 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.172 1309 1543 V _V_VivoLocationProviderManagerImpl: loc ->
com.google.android.gms 149002319
07-01 14:38:45.172 1309 1501 V PackageManager: Sending package changed:
package=com.google.android.gms
components=[com.google.android.gms.backup.component.D2dMigrateHelperService]
07-01 14:38:45.173 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.173 1309 1543 D LocationManagerService: callLocationChanged to
10155/com.google.android.gms[network_location_provider]/DE8DD953
07-01 14:38:45.174 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.175 1309 1543 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:45.175 1309 1543 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:45.175 1309 1543 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.176 1309 1543 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.176 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.176 1309 1543 V _V_VivoLocationProviderManagerImpl: loc -> android
-44814089
07-01 14:38:45.176 1309 1543 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:45.176 1309 1543 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:45.177 1309 1543 D _V_LocationManagerService: incoming coarse
location: [Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.177 1309 1543 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[network M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.177 1309 1543 V _V_VivoLocationProviderManagerImpl: loc ->
com.vivo.pem -193277322
07-01 14:38:45.179 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.179 1309 1543 D LocationManagerService: callLocationChanged to
1000/com.vivo.pem/D7D1CA4E
07-01 14:38:45.180 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.183 1309 2589 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.183 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.189 1309 2589 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:38:45.192 1309 2588 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297920232, curTime = 297643213
07-01 14:38:45.192 1309 2588 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:45.192 1309 2588 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297658021, curTime = 297643213
07-01 14:38:45.192 1309 2588 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:45.197 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.199 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.199 1309 4075 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297920232, curTime = 297643221
07-01 14:38:45.199 1309 4075 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:45.199 1309 4075 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297658021, curTime = 297643221
07-01 14:38:45.199 1309 4075 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:45.201 1309 4075 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.202 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.203 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.208 1309 1535 D OverlayManager: reconcileSettingsForPackage
pkgName=com.google.android.gms userId=0
07-01 14:38:45.209 1309 1422 D CompanionDeviceManagerService:
onPackageModified(packageName = com.google.android.gms)
07-01 14:38:45.210 1309 2197 D _V_VivoServiceWatcher: checkShouldBindGms mcc:510,
mFakeMcc:-1, isOversea:true
07-01 14:38:45.210 1309 2197 D _V_VivoServiceWatcher: checkPackageExists
com.google.android.gms true
07-01 14:38:45.221 1309 2221 W AppOps : Noting op not finished: uid 10155 pkg
com.google.android.gms code 108 startTime of in progress event=1688197123776
07-01 14:38:45.225 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.233 1309 1588 D BatteryStatsService: notePemString noteWhich:
56,arg1: 17, arg2: 1, arg3: 10155, arg4: 0, name: com.google.android.gms
07-01 14:38:45.234 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.236 1309 3946 D _V_LocationManagerService: incoming location:
Location[fused M:0,0,-17,-21 hAcc=20.0 et=+3d10h40m43s59ms alt=402.0 vAcc=2.1456876
vel=0.0], provider: fused
07-01 14:38:45.236 1309 3946 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:45.236 1309 3946 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:45.236 1309 3946 D _V_LocationManagerService: incoming coarse
location: [Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.237 1309 3946 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.237 1309 3946 V _V_VivoLocationProviderManagerImpl: loc ->
com.google.android.gms -2092657660
07-01 14:38:45.237 1309 3946 W _V_VivoLocationDiagnosticManager: report net loc
with no extras.
07-01 14:38:45.237 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.237 1309 1425 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.238 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.238 1309 3946 D LocationManagerService: callLocationChanged to
10155/com.google.android.gms[fused_location_provider]/EA8B6DD3
07-01 14:38:45.239 1309 3946 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:45.239 1309 3946 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:45.240 1309 3946 D _V_LocationManagerService: incoming coarse
location: [Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.240 1309 3946 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.240 1309 3946 V _V_VivoLocationProviderManagerImpl: loc ->
com.google.android.gms 149002319
07-01 14:38:45.240 1309 3946 W _V_VivoLocationDiagnosticManager: report net loc
with no extras.
07-01 14:38:45.241 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.241 1309 3946 D LocationManagerService: callLocationChanged to
10155/com.google.android.gms[network_location_provider]/DE8DD953
07-01 14:38:45.242 1309 3946 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:45.242 1309 3946 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:45.242 1309 3946 D _V_LocationManagerService: incoming coarse
location: [Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.242 1309 3946 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.242 1309 3946 V _V_VivoLocationProviderManagerImpl: loc -> android
-44814089
07-01 14:38:45.242 1309 3946 W _V_VivoLocationDiagnosticManager: report net loc
with no extras.
07-01 14:38:45.243 1309 3946 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:2
07-01 14:38:45.243 1309 3946 D _V_LocationManagerService:
getPermittedLocationResult permissionLevel:1
07-01 14:38:45.243 1309 3946 D _V_LocationManagerService: incoming coarse
location: [Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.243 1309 3946 V _V_VivoLocationProviderManagerImpl: report_loc:
corse, loc:[Location[fused M:0,0,5193,-2818 hAcc=2000.0 et=+3d10h40m43s59ms]]
07-01 14:38:45.243 1309 3946 V _V_VivoLocationProviderManagerImpl: loc ->
com.vivo.pem -193277322
07-01 14:38:45.243 1309 3946 W _V_VivoLocationDiagnosticManager: report net loc
with no extras.
07-01 14:38:45.244 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.245 1309 3946 D LocationManagerService: callLocationChanged to
1000/com.vivo.pem/D7D1CA4E
07-01 14:38:45.248 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.251 1309 2850 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:38:45.254 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.258 1309 1309 I DevicePolicyManager: Stopping:
com.google.android.gms/.kids.SupervisionService u0
07-01 14:38:45.266 1309 2197 D _V_VivoServiceWatcher: checkShouldBindGms mcc:510,
mFakeMcc:-1, isOversea:true
07-01 14:38:45.266 1309 2197 D _V_VivoServiceWatcher: checkPackageExists
com.google.android.gms true
07-01 14:38:45.267 1309 2197 D _V_VivoServiceWatcher: checkShouldBindGms mcc:510,
mFakeMcc:-1, isOversea:true
07-01 14:38:45.268 1309 2197 D _V_VivoServiceWatcher: checkPackageExists
com.google.android.gms true
07-01 14:38:45.269 1309 1425 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.273 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.280 1309 1566 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.286 1309 1566 D _V_VivoBaseResourcesImpl:
initPackageSupportGlobalTheme com.android.contacts support global theme
07-01 14:38:45.300 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.300 1309 1595 I InputReader: Reconfiguring input devices,
changes=KEYBOARD_LAYOUTS |
07-01 14:38:45.303 1309 1435 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.303 1309 1542 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.308 1309 1566 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.314 1309 1566 D _V_VivoBaseResourcesImpl:
initPackageSupportGlobalTheme com.android.dialer support global theme
07-01 14:38:45.327 1309 1566 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.332 1309 1566 D _V_VivoBaseResourcesImpl:
initPackageSupportGlobalTheme com.android.mms support global theme
07-01 14:38:45.336 1309 1309 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
07-01 14:38:45.336 1309 4064 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.344 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.348 1309 1309 W Looper : Slow dispatch took 139ms main
h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@d769608 m=0
07-01 14:38:45.349 1309 1566 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.355 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.367 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 14:38:45.374 1309 4076 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297920232, curTime = 297643395
07-01 14:38:45.374 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.375 1309 4076 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:45.375 1309 4076 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297658021, curTime = 297643396
07-01 14:38:45.375 1309 4076 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:45.387 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.390 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.393 1309 3946 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.395 1309 2850 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.405 1309 1566 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.406 1309 2221 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297920232, curTime = 297643427
07-01 14:38:45.406 1309 2221 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:45.406 1309 2221 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297658021, curTime = 297643427
07-01 14:38:45.406 1309 2221 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:45.408 1309 1543 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.411 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.419 1309 1435 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.435 1309 1566 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.436 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.496 1309 2589 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.496 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.504 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.516 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.520 1309 4076 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:38:45.523 1309 1435 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.525 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.529 1309 2338 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10155, isRmsPreload = false, keepQuiet =false
07-01 14:38:45.557 1309 2589 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297920232, curTime = 297643579
07-01 14:38:45.557 1309 2589 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:45.557 1309 2589 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297658021, curTime = 297643579
07-01 14:38:45.558 1309 2589 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:45.567 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.568 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.570 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.575 1309 1435 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.602 1309 2221 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:38:45.614 1309 1422 W Looper : Slow delivery took 211ms android.fg
h=android.os.Handler c=<recycled PooledLambda@f09bf36> m=0
07-01 14:38:45.635 1309 1435 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.694 1309 1435 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.738 1309 1324 W system_server: Suspending all threads took:
7.005ms
07-01 14:38:45.742 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.802 1309 1435 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.806 1309 2739 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.806 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.808 1309 2531 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.813 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.832 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.860 1309 1435 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.861 1309 2739 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:38:45.862 1309 1324 I system_server: Background young concurrent copying
GC freed 134928(5807KB) AllocSpace objects, 9(1720KB) LOS objects, 11% free,
42MB/48MB, paused 3.784ms,8.001ms total 393.439ms
07-01 14:38:45.864 1309 2338 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.893 1309 1422 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10182, isRmsPreload = false,
keepQuiet =false
07-01 14:38:45.898 1309 1422 W Looper : Drained
07-01 14:38:45.900 1309 4073 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:45.919 1309 2160 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:45.962 1309 4072 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:38:45.984 1309 1435 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:46.020 1309 1435 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:46.048 1309 1435 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:46.170 1309 2588 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.checker.RefreshGcmTaskService
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.172 1309 3968 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ConstellationSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.174 1309 4072 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:10155
callingPid:7888
07-01 14:38:46.176 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:46.176 1309 2739 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ConstellationWebSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.178 1309 2739 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ConstellationDebugActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.179 1309 4072 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.GcmBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.181 1309 2739 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ApiConsentActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.182 1309 2588 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
07-01 14:38:46.182 1309 4072 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:10155 callingPid:7888
07-01 14:38:46.184 1309 4072 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:10155 callingPid:7888
07-01 14:38:46.188 1309 4075 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.credential.manager.PasswordManagerActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.220 1309 1445 I BroadcastQueue: Resuming delayed broadcast
07-01 14:38:46.254 1309 4073 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.drive.deprecation.UpgradeDialogActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.259 1309 1543 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledRe
ceiver
07-01 14:38:46.268 1309 1445 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorRec
eiverImpl$RegisteredReceiver
07-01 14:38:46.269 1309 1445 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgro
undPackageMonitorReceiverImpl$RegisteredReceiver
07-01 14:38:46.269 1309 1445 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.facebook.appmanager/com.facebook.oxygen.common.packages.event.manifest.Manifest
PackageEventReceiver
07-01 14:38:46.269 1309 1445 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
07-01 14:38:46.270 1309 1445 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.vivo.appstore/.receiver.PackageChangeReceiver
07-01 14:38:46.270 1309 1445 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.vivo.imanager/com.iqoo.secure.datausage.receiver.DatausageReceiver
07-01 14:38:46.270 1309 1445 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.vivo.weather.provider/.dataParse.WeatherReceiver
07-01 14:38:46.271 1309 1445 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.facebook.katana/com.facebook.feed.platformads.AppInstallReceiver
07-01 14:38:46.271 1309 1445 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.ss.android.ugc.trill/com.ss.android.common.applog.HotsoonReceiver
07-01 14:38:46.328 1309 4073 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag pkg=com.android.vending
opPkg=com.android.vendingtag=null notification=Notification(channel=maintenance-v2
shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0xa
color=0xff01875f actions=2 vis=SECRET internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0) userId =0
07-01 14:38:46.330 1309 4073 D _V_VivoAudioPlaybackPolicy:
recordNotificationEvent()
pid:7361,uid:10154,enque:true,post:true,hasNotify:true,pkgName:com.android.vending
07-01 14:38:46.330 1309 4073 D _V_VivoAudioPlaybackPolicy:
scheduleReportPlaybackEvent() what:6,delay:10
07-01 14:38:46.330 1309 4073 D _V_VivoAudioFocusPolicy: recordNotificationEvent()
pid:7361,uid:10154,pkgName:com.android.vending,enque:true
07-01 14:38:46.341 1309 2285 D _V_VivoAudioPlaybackPolicy:
handlerPlaybackPolicyNotificationShownEvent() pid:7361,uid:10154,shown:true
07-01 14:38:46.345 1309 2285 D _V_VivoAudioPlaybackPolicy:
updateAudioPolicyAppState() pid:7361,uid:10154
07-01 14:38:46.356 1309 2739 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
07-01 14:38:46.365 1309 4073 D _V_ActivityManager: From push service :
overrideUid = -1
07-01 14:38:46.365 1309 4073 D _V_ActivityManager: From push service :
overrideUid = -1
07-01 14:38:46.366 1309 4073 D _V_ActivityManager: From push service :
overrideUid = -1
07-01 14:38:46.366 1309 1309 D _V_NotificationService: already existed. key=0|
com.android.vending|-56862258|null|10154
07-01 14:38:46.367 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:46.369 1309 2739 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 14:38:46.400 1309 1445 I BroadcastQueue: Resuming delayed broadcast
07-01 14:38:46.402 1309 1445 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.facebook.appmanager/com.facebook.oxygen.common.packages.event.manifest.Manifest
PackageEventReceiver
07-01 14:38:46.403 1309 1445 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
07-01 14:38:46.404 1309 1445 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.google.android.gms flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
07-01 14:38:46.421 1309 1423 D DeviceIdleController: Adding AppId 10155 to temp
whitelist. New entry: true
07-01 14:38:46.421 1309 1423 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10155, delay=20000
07-01 14:38:46.422 1309 1423 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10155]
07-01 14:38:46.422 1309 1423 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10155]
07-01 14:38:46.423 1309 1549 D DeviceIdleController: handleMessage(13)
07-01 14:38:46.426 1309 4072 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:46.437 1309 4072 W _V_VivoAmsImpl: mCallingPidFilter=7888,
mCallingUidFilter=10155
07-01 14:38:46.439 1309 4072 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gms
07-01 14:38:46.439 1309 4072 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10155; state: DISABLED
07-01 14:38:46.440 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10155; state: ENABLED
07-01 14:38:46.457 1309 1424 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
07-01 14:38:46.480 1309 1446 I ActivityManager: Start proc
8438:com.google.android.gms.unstable/u0a155 for service
{com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService}
07-01 14:38:46.539 1309 4075 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.family.v2.create.FamilyCreationActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.542 1309 3946 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.android.launcher.action.ACTION_PACKAGE_DOWNLOADING
dat=package:com.google.android.youtube flg=0x10
pkg=com.google.android.googlequicksearchbox } send by ApplicationInfo{6aa4039
com.android.vending} should with permissions for security!!!
07-01 14:38:46.542 1309 3946 W _V_PackageManager: ## return empyt for Intent
{ act=com.android.launcher.action.ACTION_PACKAGE_DOWNLOADING
dat=package:com.google.android.youtube flg=0x10
pkg=com.google.android.googlequicksearchbox }
pkgName:com.google.android.googlequicksearchbox
07-01 14:38:46.549 1309 4075 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.family.v2.manage.FamilyManagementActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.551 1309 2850 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.family.v2.manage.DeleteMemberActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.554 1309 4064 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.family.v2.invites.SendInvitationsActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.556 1309 4064 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.family.v2.tos.TosActivity newState:1 userId:0
callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.557 1309 3540 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.family.webview.FamilyWebViewActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.560 1309 4064 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:46.600 1309 4073 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 14:38:46.624 1309 4075 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:46.628 1309 4073 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.fastpair.fmd.FindDeviceActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.630 1309 2221 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.fastpair.devices.DevicesListActivity newState:1
userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.633 1309 4073 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.fastpair.devices.DevicesListSilkActivity
newState:1 userId:0 callingPackage:null callingUid:10155 callingPid:7888
07-01 14:38:46.652 1309 4073 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:46.710 1309 4070 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:38:46.712 1309 4075 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
07-01 14:38:46.713 1309 4070 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:38:46.715 1309 1309 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297920232, curTime = 297644736
07-01 14:38:46.715 1309 1309 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:46.716 1309 4070 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:38:46.717 1309 1309 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297658021, curTime = 297644738
07-01 14:38:46.717 1309 1309 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:46.717 1309 1309 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297920232, curTime = 297644738
07-01 14:38:46.717 1309 1309 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:38:46.717 1309 1309 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 297658021, curTime = 297644738
07-01 14:38:46.717 1309 1309 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:38:46.725 1309 1309 W Looper : Slow dispatch took 155ms main
h=com.android.server.notification.NotificationManagerService$WorkerHandler
c=com.android.server.notification.NotificationManagerService$PostNotificationRunnab
le@f4a567 m=0
07-01 14:38:46.804 1309 1309 I _V_ThirdPartyIncoming: onNotification1 add
pkn=com.android.vending -- tiketText =YouTube--1 menit lagi------category
=null------isCancel -0------key-0|com.android.vending|-56862258|null|10154---------
isSeparation->true
07-01 14:38:46.805 1309 1309 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:46.869 1309 4064 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:46.873 1309 4064 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:46.889 1309 4075 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=com.google.android.chimera.MODULE_CONFIGURATION_CHANGED
flg=0x10 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentInternalReceive
r
07-01 14:38:46.985 1309 4070 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8213 callingUid:10150
07-01 14:38:46.988 1309 4072 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:38:47.025 1309 4070 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:47.025 1309 4072 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:38:47.042 1309 2850 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:38:47.157 1309 4072 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.maps
07-01 14:38:47.159 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10170; state: ENABLED
07-01 14:38:47.168 1309 4070 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:38:47.198 1309 2588 D BiometricService: canAuthenticate: User=0,
Caller=0, Authenticators=255
07-01 14:38:47.199 1309 2588 D BiometricService/PreAuthInfo: Package:
com.google.android.gms Sensor ID: 1 Modality: 8 Status: 4
07-01 14:38:47.199 1309 2588 D BiometricService/PreAuthInfo:
getCanAuthenticateInternal Modality: 8 AuthenticatorStatus: 4
07-01 14:38:47.199 1309 2588 D AuthService: canAuthenticate, userId: 0,
callingUserId: 0, authenticators: 255, result: 12
07-01 14:38:47.215 1309 4072 W ActivityManager: Slow operation: 64ms so far, now
at startProcess: done starting proc!
07-01 14:38:47.223 1309 1446 W ActivityManager: Slow operation: 69ms so far, now
at startProcess: returned from zygote!
07-01 14:38:47.252 1309 2739 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:38:47.309 1309 2850 I DropBoxManagerService: add tag=event_log
isTagEnabled=true flags=0x2
07-01 14:38:47.320 1309 4072 I mtkpower_client: perf_lock_acq, hdl:109138, dur:0,
num:2, tid:4072
07-01 14:38:47.325 1309 2739 W ContentProviderHelper: Slow operation: 74ms so
far, now at getContentProviderImpl: after updateOomAdj
07-01 14:38:47.341 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109139 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109139
07-01 14:38:47.346 1309 4072 I mtkpower_client: ret_hdl:109139
07-01 14:38:47.347 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109139,
tid:4064
07-01 14:38:47.355 1309 2739 W ContentProviderHelper: Slow operation: 94ms so
far, now at getContentProviderImpl: done!
07-01 14:38:47.418 1309 1446 W ActivityManager: Slow operation: 263ms so far, now
at startProcess: done updating battery stats
07-01 14:38:47.419 1309 1446 W ActivityManager: Slow operation: 264ms so far, now
at startProcess: building log message
07-01 14:38:47.419 1309 1446 I ActivityManager: Start proc
8468: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}
07-01 14:38:47.419 1309 1446 W ActivityManager: Slow operation: 264ms so far, now
at startProcess: starting to update pids map
07-01 14:38:47.420 1309 1446 W ActivityManager: Slow operation: 265ms so far, now
at startProcess: done updating pids map
07-01 14:38:47.434 1309 2739 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:38:47.437 1309 4072 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:38:47.440 1309 4072 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:38:48.521 1309 4072 I mtkpower_client: perf_lock_acq, hdl:109139, dur:0,
num:2, tid:4072
07-01 14:38:48.524 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109140 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109140
07-01 14:38:48.527 1309 4072 I mtkpower_client: ret_hdl:109140
07-01 14:38:48.532 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109140,
tid:2221
07-01 14:38:48.696 1309 4070 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:38:48.696 1309 4070 E ActivityManager: java.lang.Throwable
07-01 14:38:48.696 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:38:48.696 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:38:48.696 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:38:48.696 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:38:48.696 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:38:48.696 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:38:48.696 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:38:48.696 1309 4070 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:38:48.696 1309 4070 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:38:49.406 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:38:49.406 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:38:49.905 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 14:38:50.622 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109140, dur:0,
num:2, tid:4070
07-01 14:38:50.624 1309 4070 I mtkpower_client: ret_hdl:109141
07-01 14:38:50.624 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109141 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109141
07-01 14:38:50.626 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109141,
tid:2531
07-01 14:38:51.180 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109141, dur:0,
num:2, tid:2704
07-01 14:38:51.183 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109142 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109142
07-01 14:38:51.184 1309 2704 I mtkpower_client: ret_hdl:109142
07-01 14:38:51.185 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109142,
tid:2745
07-01 14:38:51.572 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109142, dur:0,
num:2, tid:2745
07-01 14:38:51.573 1309 2745 I mtkpower_client: ret_hdl:109143
07-01 14:38:51.573 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109143 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109143
07-01 14:38:51.575 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109143,
tid:2588
07-01 14:38:52.506 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109143, dur:0,
num:2, tid:4071
07-01 14:38:52.517 1309 4071 I mtkpower_client: ret_hdl:109144
07-01 14:38:52.518 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109144 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109144
07-01 14:38:52.519 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109144,
tid:2850
07-01 14:38:53.682 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109144, dur:0,
num:2, tid:1419
07-01 14:38:53.685 1309 1419 I mtkpower_client: ret_hdl:109145
07-01 14:38:53.686 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109145 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109145
07-01 14:38:53.686 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109145,
tid:2850
07-01 14:38:56.946 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109145, dur:0,
num:2, tid:4073
07-01 14:38:56.949 1309 4073 I mtkpower_client: ret_hdl:109146
07-01 14:38:56.950 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109146 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109146
07-01 14:38:56.951 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109146,
tid:2588
07-01 14:38:57.826 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109146, dur:0,
num:2, tid:3968
07-01 14:38:57.827 1309 3968 I mtkpower_client: ret_hdl:109147
07-01 14:38:57.827 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109147 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109147
07-01 14:38:57.836 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109147,
tid:1419
07-01 14:38:58.647 1309 4075 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:38:58.647 1309 4075 E ActivityManager: java.lang.Throwable
07-01 14:38:58.647 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:38:58.647 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:38:58.647 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:38:58.647 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:38:58.647 1309 4075 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:38:58.647 1309 4075 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:38:58.647 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:38:58.647 1309 4075 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:38:58.647 1309 4075 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:38:59.587 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
07-01 14:38:59.712 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109147, dur:0,
num:2, tid:4073
07-01 14:38:59.714 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109148 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109148
07-01 14:38:59.715 1309 4073 I mtkpower_client: ret_hdl:109148
07-01 14:38:59.717 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109148,
tid:4073
07-01 14:39:00.645 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109148, dur:0,
num:2, tid:1419
07-01 14:39:00.646 1309 1419 I mtkpower_client: ret_hdl:109149
07-01 14:39:00.647 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109149 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109149
07-01 14:39:00.655 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109149,
tid:1419
07-01 14:39:01.255 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109149, dur:0,
num:2, tid:4073
07-01 14:39:01.257 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109150 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109150
07-01 14:39:01.257 1309 4073 I mtkpower_client: ret_hdl:109150
07-01 14:39:01.258 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109150,
tid:4073
07-01 14:39:01.590 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109150, dur:0,
num:2, tid:1419
07-01 14:39:01.591 1309 1419 I mtkpower_client: ret_hdl:109151
07-01 14:39:01.591 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109151 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109151
07-01 14:39:01.592 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109151,
tid:4071
07-01 14:39:02.766 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109151, dur:0,
num:2, tid:4071
07-01 14:39:02.769 1309 4071 I mtkpower_client: ret_hdl:109152
07-01 14:39:02.769 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109152 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109152
07-01 14:39:02.770 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109152,
tid:4071
07-01 14:39:05.003 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109152, dur:0,
num:2, tid:2588
07-01 14:39:05.005 1309 2588 I mtkpower_client: ret_hdl:109153
07-01 14:39:05.006 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109153,
tid:1542
07-01 14:39:05.007 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109153 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109153
07-01 14:39:05.326 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109153, dur:0,
num:2, tid:2850
07-01 14:39:05.327 1309 2850 I mtkpower_client: ret_hdl:109154
07-01 14:39:05.328 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109154 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109154
07-01 14:39:05.328 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109154,
tid:2588
07-01 14:39:06.638 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109154, dur:0,
num:2, tid:4070
07-01 14:39:06.639 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109155 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109155
07-01 14:39:06.639 1309 4070 I mtkpower_client: ret_hdl:109155
07-01 14:39:06.641 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109155,
tid:4070
07-01 14:39:06.851 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109155, dur:0,
num:2, tid:2588
07-01 14:39:06.852 1309 2588 I mtkpower_client: ret_hdl:109156
07-01 14:39:06.852 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109156 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109156
07-01 14:39:06.854 1309 2589 I mtkpower_client: perf_lock_rel, hdl:109156,
tid:2589
07-01 14:39:08.927 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109156, dur:0,
num:2, tid:4344
07-01 14:39:08.928 1309 4344 I mtkpower_client: ret_hdl:109157
07-01 14:39:08.929 1309 2589 I mtkpower_client: perf_lock_rel, hdl:109157,
tid:2589
07-01 14:39:08.929 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109157 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109157
07-01 14:39:09.131 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:39:09.131 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:39:09.276 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109157, dur:0,
num:2, tid:4344
07-01 14:39:09.277 1309 4344 I mtkpower_client: ret_hdl:109158
07-01 14:39:09.278 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109158,
tid:1542
07-01 14:39:09.278 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109158 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109158
07-01 14:39:10.839 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109158, dur:0,
num:2, tid:2704
07-01 14:39:10.840 1309 2704 I mtkpower_client: ret_hdl:109159
07-01 14:39:10.841 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109159 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109159
07-01 14:39:10.841 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109159,
tid:2704
07-01 14:39:12.899 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109159, dur:0,
num:2, tid:3946
07-01 14:39:12.900 1309 3946 I mtkpower_client: ret_hdl:109160
07-01 14:39:12.900 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109160 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109160
07-01 14:39:12.901 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109160,
tid:2588
07-01 14:39:13.699 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:39:13.700 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:39:14.934 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109160, dur:0,
num:2, tid:2704
07-01 14:39:14.937 1309 2704 I mtkpower_client: ret_hdl:109161
07-01 14:39:14.937 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109161 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109161
07-01 14:39:14.938 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109161,
tid:2588
07-01 14:39:17.141 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109161, dur:0,
num:2, tid:2221
07-01 14:39:17.144 1309 2221 I mtkpower_client: ret_hdl:109162
07-01 14:39:17.144 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109162 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109162
07-01 14:39:17.144 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109162,
tid:4071
07-01 14:39:18.660 1309 4065 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:39:18.660 1309 4065 E ActivityManager: java.lang.Throwable
07-01 14:39:18.660 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:39:18.660 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:39:18.660 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:39:18.660 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:39:18.660 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:39:18.660 1309 4065 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:39:18.660 1309 4065 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:39:18.660 1309 4065 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:39:18.660 1309 4065 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:39:19.263 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109162, dur:0,
num:2, tid:3968
07-01 14:39:19.266 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109163 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109163
07-01 14:39:19.266 1309 3968 I mtkpower_client: ret_hdl:109163
07-01 14:39:19.267 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109163,
tid:2850
07-01 14:39:19.267 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109163, dur:0,
num:2, tid:4069
07-01 14:39:19.270 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109164 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109164
07-01 14:39:19.271 1309 4069 I mtkpower_client: ret_hdl:109164
07-01 14:39:19.271 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109164,
tid:2850
07-01 14:39:21.338 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109164, dur:0,
num:2, tid:4073
07-01 14:39:21.340 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109165 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109165
07-01 14:39:21.341 1309 4073 I mtkpower_client: ret_hdl:109165
07-01 14:39:21.342 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109165,
tid:2221
07-01 14:39:23.187 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109165, dur:0,
num:2, tid:2704
07-01 14:39:23.188 1309 2704 I mtkpower_client: ret_hdl:109166
07-01 14:39:23.188 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109166 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109166
07-01 14:39:23.189 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109166,
tid:4064
07-01 14:39:25.269 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109166, dur:0,
num:2, tid:2704
07-01 14:39:25.272 1309 2704 I mtkpower_client: ret_hdl:109167
07-01 14:39:25.272 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109167 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109167
07-01 14:39:25.273 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109167,
tid:2704
07-01 14:39:27.391 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109167, dur:0,
num:2, tid:2739
07-01 14:39:27.393 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109168 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109168
07-01 14:39:27.394 1309 2739 I mtkpower_client: ret_hdl:109168
07-01 14:39:27.394 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109168,
tid:2739
07-01 14:39:29.392 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109168, dur:0,
num:2, tid:2221
07-01 14:39:29.395 1309 2221 I mtkpower_client: ret_hdl:109169
07-01 14:39:29.396 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109169,
tid:2739
07-01 14:39:29.396 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109169 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109169
07-01 14:39:31.466 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109169, dur:0,
num:2, tid:4064
07-01 14:39:31.469 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109170 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109170
07-01 14:39:31.469 1309 4064 I mtkpower_client: ret_hdl:109170
07-01 14:39:31.470 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109170,
tid:3968
07-01 14:39:33.568 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109170, dur:0,
num:2, tid:3946
07-01 14:39:33.570 1309 3946 I mtkpower_client: ret_hdl:109171
07-01 14:39:33.570 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109171 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109171
07-01 14:39:33.570 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109171,
tid:2588
07-01 14:39:33.766 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~pgMj8nEePMXO4wHQ3fP85Q==/com.google.android.youtube-
fXdQhauQOPD9MZ3Mw0TFiw==/base.apk
07-01 14:39:35.568 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109171, dur:0,
num:2, tid:3946
07-01 14:39:35.569 1309 3946 I mtkpower_client: ret_hdl:109172
07-01 14:39:35.570 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109172 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109172
07-01 14:39:35.570 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109172,
tid:3946
07-01 14:39:37.603 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109172, dur:0,
num:2, tid:3946
07-01 14:39:37.604 1309 3946 I mtkpower_client: ret_hdl:109173
07-01 14:39:37.605 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109173 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109173
07-01 14:39:37.605 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109173,
tid:3946
07-01 14:39:39.767 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109173, dur:0,
num:2, tid:4074
07-01 14:39:39.768 1309 4074 I mtkpower_client: ret_hdl:109174
07-01 14:39:39.769 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109174 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109174
07-01 14:39:39.769 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109174,
tid:3540
07-01 14:39:41.849 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109174, dur:0,
num:2, tid:3540
07-01 14:39:41.852 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109175 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109175
07-01 14:39:41.852 1309 3540 I mtkpower_client: ret_hdl:109175
07-01 14:39:41.853 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109175,
tid:4074
07-01 14:39:41.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:39:41.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:39:42.129 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109175, dur:0,
num:2, tid:4074
07-01 14:39:42.130 1309 4074 I mtkpower_client: ret_hdl:109176
07-01 14:39:42.130 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109176 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109176
07-01 14:39:42.131 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109176,
tid:4074
07-01 14:39:43.945 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109176, dur:0,
num:2, tid:1542
07-01 14:39:43.948 1309 1542 I mtkpower_client: ret_hdl:109177
07-01 14:39:43.948 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109177 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109177
07-01 14:39:43.949 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109177,
tid:1542
07-01 14:39:46.225 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109177, dur:0,
num:2, tid:3540
07-01 14:39:46.229 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109178 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109178
07-01 14:39:46.229 1309 3540 I mtkpower_client: ret_hdl:109178
07-01 14:39:46.231 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109178,
tid:2849
07-01 14:39:47.550 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~IsEpy06Ai7xZ6HtVwoJuNg==/com.google.android.apps.youtube.music-
FqFD1VQwgxihuAPa2Cmp6Q==/base.apk
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: Error reading snapshot
for 10155 from disk
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage:
java.io.FileNotFoundException:
/data/system/recoverablekeystore/snapshots/10155.xml: open failed: ENOENT (No such
file or directory)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
libcore.io.IoBridge.open(IoBridge.java:575)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
com.android.server.locksettings.recoverablekeystore.storage.RecoverySnapshotStorage
.readFromDisk(RecoverySnapshotStorage.java:152)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
com.android.server.locksettings.recoverablekeystore.storage.RecoverySnapshotStorage
.get(RecoverySnapshotStorage.java:104)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
com.android.server.locksettings.recoverablekeystore.RecoverableKeyStoreManager.getK
eyChainSnapshot(RecoverableKeyStoreManager.java:342)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
com.android.server.locksettings.LockSettingsService.getKeyChainSnapshot(LockSetting
sService.java:2930)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
com.android.internal.widget.ILockSettings$Stub.onTransact(ILockSettings.java:865)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
libcore.io.Linux.open(Native Method)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: at
libcore.io.IoBridge.open(IoBridge.java:561)
07-01 14:39:47.872 1309 2850 E RecoverySnapshotStorage: ... 8 more
07-01 14:39:48.151 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109178, dur:0,
num:2, tid:2850
07-01 14:39:48.153 1309 2850 I mtkpower_client: ret_hdl:109179
07-01 14:39:48.153 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109179 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109179
07-01 14:39:48.153 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109179,
tid:2850
07-01 14:39:50.352 1309 2849 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:39:50.352 1309 3946 V _V_AlarmAlign: setLocked to kernel, type = 3, when
= 303041933, curTime = 297708373
07-01 14:39:50.352 1309 3946 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 3
07-01 14:39:50.354 1309 1563 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297716659, curTime = 297708375
07-01 14:39:50.354 1309 1563 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:39:50.356 1309 1563 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:39:50.362 1309 1422 V _V_VivoLocationProviderManagerImpl: provider
request: gps ProviderRequest[OFF]
07-01 14:39:50.362 1309 1422 V _V_VivoLocationProviderManagerImpl: same request
skip
07-01 14:39:50.374 1309 1563 V _V_AlarmAlign: setLocked to kernel, type = 2, when
= 297716659, curTime = 297708395
07-01 14:39:50.374 1309 1563 D AlarmManagerService: inside native alarm timerfd
set Alarm Type = 2
07-01 14:39:50.385 1309 1423 D _V_VivoAudioPlaybackPolicy:
recordProcessDiedEvent() pid:9362,uid:10171,pkgName:com.google.android.gm
07-01 14:39:50.386 1309 1423 D _V_VivoLocationNotify: onProcessDied: pid=9362,
uid=10171, packageName = com.google.android.gm, processName = com.google.android.gm
07-01 14:39:50.386 1309 2285 D _V_VivoAudioPlaybackPolicy:
handlerPlaybackPolicyProcessDiedEvent() pid:9362,uid:10171,died:true
07-01 14:39:50.388 1309 2303 D _V_VivoAudioPomModePolicy: onPomRemoveAppInfo()
pid:9362
07-01 14:39:50.389 1309 1423 D _V_VivoAudioPlaybackPolicy:
recordNotificationEvent()
pid:9362,uid:10171,enque:false,post:false,hasNotify:false,pkgName:onProcessDied
07-01 14:39:50.389 1309 2202 D _V_VivoLocationNotify: handleMessage 1
07-01 14:39:50.389 1309 1423 D _V_VivoAudioPlaybackPolicy:
scheduleReportPlaybackEvent() what:6,delay:10
07-01 14:39:50.389 1309 2202 D _V_VivoLocationNotify:
appName:com.google.android.gm
07-01 14:39:50.391 1309 2287 D _V_VivoAudioBluetoothPolicy:
onProcessSetModeEvent() mode:0
07-01 14:39:50.392 1309 2199 D _V_VivoMockLocationRecoveryNotify: handleMessage 1
07-01 14:39:50.394 1309 1446 W ActivityManager: Slow operation: 77ms so far, now
at startProcess: asking zygote to start proc
07-01 14:39:50.394 1309 1446 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10171; state: ENABLED
07-01 14:39:50.396 1309 1447 I libprocessgroup: Successfully killed process
cgroup uid 10171 pid 9362 in 0ms
07-01 14:39:50.396 1309 1447 I libprocessgroup: Successfully killed process
cgroup uid 10171 pid 9362 in 0ms
07-01 14:39:50.400 1309 2285 D _V_VivoAudioPlaybackPolicy:
handlerPlaybackPolicyNotificationShownEvent() pid:9362,uid:10171,shown:false
07-01 14:39:50.400 1309 2285 D _V_VivoAudioPlaybackPolicy:
updateAudioPolicyAppState() pid:9362,uid:10171
07-01 14:39:50.423 1309 2221 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:39:50.424 1309 1446 W ActivityManager: Slow operation: 107ms so far, now
at startProcess: returned from zygote!
07-01 14:39:50.430 1309 1446 W ActivityManager: Slow operation: 113ms so far, now
at startProcess: done updating battery stats
07-01 14:39:50.431 1309 1446 W ActivityManager: Slow operation: 113ms so far, now
at startProcess: building log message
07-01 14:39:50.431 1309 1446 I ActivityManager: Start proc
10356:com.google.android.gm/u0a171 for broadcast
{com.google.android.gm/com.google.android.gm.MailIntentReceiver}
07-01 14:39:50.431 1309 1446 W ActivityManager: Slow operation: 113ms so far, now
at startProcess: starting to update pids map
07-01 14:39:50.431 1309 1446 W ActivityManager: Slow operation: 114ms so far, now
at startProcess: done updating pids map
07-01 14:39:50.470 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:39:50.508 1309 2588 I RescueParty: Starting to observe: [android,
com.android.providers.media.module], updated namespace: storage_native_boot
07-01 14:39:50.511 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/storage_native_boot/fuse_enabled/transcode_compat_manifes
t/take_over_get_content/transcode_compat_stale/
07-01 14:39:50.522 1309 2221 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 14:39:50.527 1309 2221 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:39:50.530 1309 2221 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:39:50.533 1309 2588 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
07-01 14:39:50.535 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
07-01 14:39:50.536 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android, com.android.providers.media.module]
07-01 14:39:50.536 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
07-01 14:39:50.536 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
07-01 14:39:50.536 1309 1435 I PackageWatchdog: Saving observer state to file
07-01 14:39:50.554 1309 2850 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10171; state: DISABLED
07-01 14:39:50.571 1309 2588 I RescueParty: Starting to observe: [android],
updated namespace: runtime_native_boot
07-01 14:39:50.582 1309 2325 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.
07-01 14:39:50.582 1309 1435 I PackageWatchdog: Syncing state, reason: observing
new packages
07-01 14:39:50.582 1309 1435 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
07-01 14:39:50.582 1309 1435 I PackageWatchdog: Syncing state, reason: updated
observers
07-01 14:39:50.582 1309 1435 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
07-01 14:39:50.582 1309 1435 I PackageWatchdog: Saving observer state to file
07-01 14:39:50.584 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109179, dur:0,
num:2, tid:2221
07-01 14:39:50.586 1309 2221 I mtkpower_client: ret_hdl:109180
07-01 14:39:50.587 1309 1309 V SettingsProvider: Notifying for 0:
content://settings/config/runtime_native_boot/iorap_perfetto_enable/
disable_compact_dex/iorapd_options/disable_lock_profiling/
iorap_blacklisted_packages/iorap_readahead_enable/
07-01 14:39:50.587 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109180 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109180
07-01 14:39:50.588 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109180,
tid:2849
07-01 14:39:50.634 1309 2588 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
07-01 14:39:50.636 1309 2849 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:39:50.646 1309 2849 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 14:39:52.139 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109180, dur:0,
num:2, tid:1418
07-01 14:39:52.140 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109181 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109181
07-01 14:39:52.141 1309 1418 I mtkpower_client: ret_hdl:109181
07-01 14:39:52.141 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109181,
tid:2849
07-01 14:39:52.260 1309 10372 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.
07-01 14:39:52.956 1309 1309 E DeviceConfig: Parsing int failed for location_mode
07-01 14:39:54.023 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109181, dur:0,
num:2, tid:1543
07-01 14:39:54.023 1309 1543 I mtkpower_client: ret_hdl:109182
07-01 14:39:54.024 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109182 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109182
07-01 14:39:54.024 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109182,
tid:1543
07-01 14:39:56.144 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109182, dur:0,
num:2, tid:3946
07-01 14:39:56.146 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109183 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109183
07-01 14:39:56.146 1309 3946 I mtkpower_client: ret_hdl:109183
07-01 14:39:56.147 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109183, dur:0,
num:2, tid:2221
07-01 14:39:56.147 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109183,
tid:2849
07-01 14:39:56.148 1309 2221 I mtkpower_client: ret_hdl:109183
07-01 14:39:56.148 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109183 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109183
07-01 14:39:56.156 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109183,
tid:2849
07-01 14:39:58.072 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109183, dur:0,
num:2, tid:2739
07-01 14:39:58.073 1309 2739 I mtkpower_client: ret_hdl:109184
07-01 14:39:58.073 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109184 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109184
07-01 14:39:58.074 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109184,
tid:4073
07-01 14:39:58.639 1309 1563 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.PEM_ELAPSED_REALTIME_WAKEUP from system uid 1000 pkg com.vivo.pem
07-01 14:39:58.639 1309 1563 E ActivityManager: java.lang.Throwable
07-01 14:39:58.639 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14219)
07-01 14:39:58.639 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:39:58.639 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentInPackage(ActivityManag
erService.java:15288)
07-01 14:39:58.639 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService$LocalService.broadcastIntentInPackage(
ActivityManagerService.java:17674)
07-01 14:39:58.639 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:612)
07-01 14:39:58.639 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendWithResult(PendingIntentRecord.java:3
45)
07-01 14:39:58.639 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.sendIntentSender(ActivityManagerServic
e.java:5838)
07-01 14:39:58.639 1309 1563 E ActivityManager: at
android.app.PendingIntent.sendAndReturnResult(PendingIntent.java:986)
07-01 14:39:58.639 1309 1563 E ActivityManager: at
android.app.PendingIntent.send(PendingIntent.java:957)
07-01 14:39:58.639 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$DeliveryTracker.deliverLocked(AlarmMan
agerService.java:5365)
07-01 14:39:58.639 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService.deliverAlarmsLocked(AlarmManagerServic
e.java:4372)
07-01 14:39:58.639 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$AlarmThread.run(AlarmManagerService.ja
va:4646)
07-01 14:40:00.102 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109184, dur:0,
num:2, tid:3946
07-01 14:40:00.104 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109185 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109185
07-01 14:40:00.104 1309 3946 I mtkpower_client: ret_hdl:109185
07-01 14:40:00.105 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109185,
tid:4073
07-01 14:40:02.195 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109185, dur:0,
num:2, tid:4075
07-01 14:40:02.196 1309 4075 I mtkpower_client: ret_hdl:109186
07-01 14:40:02.197 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109186 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109186
07-01 14:40:02.197 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109186,
tid:2850
07-01 14:40:04.043 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109186, dur:0,
num:2, tid:4075
07-01 14:40:04.044 1309 4075 I mtkpower_client: ret_hdl:109187
07-01 14:40:04.044 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109187 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109187
07-01 14:40:04.045 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109187,
tid:4075
07-01 14:40:05.797 1309 4070 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:40:05.797 1309 4070 E ActivityManager: java.lang.Throwable
07-01 14:40:05.797 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:40:05.797 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:40:05.797 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:40:05.797 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:40:05.797 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:40:05.797 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:40:05.797 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:40:05.797 1309 4070 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:40:05.797 1309 4070 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:40:06.115 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109187, dur:0,
num:2, tid:4070
07-01 14:40:06.117 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109188 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109188
07-01 14:40:06.117 1309 4070 I mtkpower_client: ret_hdl:109188
07-01 14:40:06.118 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109188,
tid:4070
07-01 14:40:08.163 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109188, dur:0,
num:2, tid:4070
07-01 14:40:08.165 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109189 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109189
07-01 14:40:08.166 1309 4070 I mtkpower_client: ret_hdl:109189
07-01 14:40:08.168 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109189,
tid:2850
07-01 14:40:10.102 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109189, dur:0,
num:2, tid:2850
07-01 14:40:10.103 1309 2850 I mtkpower_client: ret_hdl:109190
07-01 14:40:10.103 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109190 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109190
07-01 14:40:10.104 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109190,
tid:2850
07-01 14:40:12.196 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109190, dur:0,
num:2, tid:2850
07-01 14:40:12.198 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109191 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109191
07-01 14:40:12.198 1309 2850 I mtkpower_client: ret_hdl:109191
07-01 14:40:12.199 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109191,
tid:2850
07-01 14:40:14.181 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109191, dur:0,
num:2, tid:2850
07-01 14:40:14.183 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109192 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109192
07-01 14:40:14.184 1309 2850 I mtkpower_client: ret_hdl:109192
07-01 14:40:14.185 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109192,
tid:2850
07-01 14:40:16.247 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109192, dur:0,
num:2, tid:2850
07-01 14:40:16.249 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109193 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109193
07-01 14:40:16.250 1309 2850 I mtkpower_client: ret_hdl:109193
07-01 14:40:16.251 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109193,
tid:4070
07-01 14:40:18.222 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109193, dur:0,
num:2, tid:4064
07-01 14:40:18.223 1309 4064 I mtkpower_client: ret_hdl:109194
07-01 14:40:18.224 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109194 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109194
07-01 14:40:18.224 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109194,
tid:4064
07-01 14:40:20.197 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109194, dur:0,
num:2, tid:4064
07-01 14:40:20.198 1309 4064 I mtkpower_client: ret_hdl:109195
07-01 14:40:20.199 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109195 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109195
07-01 14:40:20.199 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109195,
tid:2850
07-01 14:40:22.057 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109195, dur:0,
num:2, tid:4074
07-01 14:40:22.058 1309 4074 I mtkpower_client: ret_hdl:109196
07-01 14:40:22.059 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109196 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109196
07-01 14:40:22.059 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109196,
tid:4073
07-01 14:40:22.268 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109196, dur:0,
num:2, tid:4073
07-01 14:40:22.268 1309 4073 I mtkpower_client: ret_hdl:109197
07-01 14:40:22.269 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109197 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109197
07-01 14:40:22.269 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109197,
tid:4073
07-01 14:40:22.492 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109197, dur:0,
num:2, tid:4073
07-01 14:40:22.493 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109198 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109198
07-01 14:40:22.493 1309 4073 I mtkpower_client: ret_hdl:109198
07-01 14:40:22.494 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109198,
tid:4073
07-01 14:40:23.300 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109198, dur:0,
num:2, tid:4073
07-01 14:40:23.301 1309 4073 I mtkpower_client: ret_hdl:109199
07-01 14:40:23.301 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109199 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109199
07-01 14:40:23.302 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109199,
tid:4073
07-01 14:40:25.267 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109199, dur:0,
num:2, tid:1543
07-01 14:40:25.269 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109200 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109200
07-01 14:40:25.269 1309 1543 I mtkpower_client: ret_hdl:109200
07-01 14:40:25.270 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109200,
tid:1543
07-01 14:40:27.358 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109200, dur:0,
num:2, tid:4070
07-01 14:40:27.359 1309 4070 I mtkpower_client: ret_hdl:109201
07-01 14:40:27.360 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109201 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109201
07-01 14:40:27.360 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109201,
tid:4070
07-01 14:40:28.648 1309 4070 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:40:28.648 1309 4070 E ActivityManager: java.lang.Throwable
07-01 14:40:28.648 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:40:28.648 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:40:28.648 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:40:28.648 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:40:28.648 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:40:28.648 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:40:28.648 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:40:28.648 1309 4070 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:40:28.648 1309 4070 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:40:29.371 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109201, dur:0,
num:2, tid:1543
07-01 14:40:29.373 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109202 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109202
07-01 14:40:29.373 1309 1543 I mtkpower_client: ret_hdl:109202
07-01 14:40:29.375 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109202,
tid:1543
07-01 14:40:30.389 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109202, dur:0,
num:2, tid:4070
07-01 14:40:30.390 1309 4070 I mtkpower_client: ret_hdl:109203
07-01 14:40:30.390 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109203 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109203
07-01 14:40:30.391 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109203,
tid:4070
07-01 14:40:30.554 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109203, dur:0,
num:2, tid:4070
07-01 14:40:30.556 1309 4070 I mtkpower_client: ret_hdl:109204
07-01 14:40:30.556 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109204 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109204
07-01 14:40:30.557 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109204,
tid:4070
07-01 14:40:31.392 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109204, dur:0,
num:2, tid:4070
07-01 14:40:31.394 1309 4070 I mtkpower_client: ret_hdl:109205
07-01 14:40:31.395 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109205 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109205
07-01 14:40:31.395 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109205,
tid:4070
07-01 14:40:33.464 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109205, dur:0,
num:2, tid:4070
07-01 14:40:33.467 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109206 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109206
07-01 14:40:33.467 1309 4070 I mtkpower_client: ret_hdl:109206
07-01 14:40:33.468 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109206,
tid:4070
07-01 14:40:37.531 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109206, dur:0,
num:2, tid:4070
07-01 14:40:37.532 1309 4070 I mtkpower_client: ret_hdl:109207
07-01 14:40:37.532 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109207 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109207
07-01 14:40:37.532 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109207,
tid:4070
07-01 14:40:39.606 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109207, dur:0,
num:2, tid:4070
07-01 14:40:39.607 1309 4070 I mtkpower_client: ret_hdl:109208
07-01 14:40:39.608 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109208 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109208
07-01 14:40:39.608 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109208,
tid:1543
07-01 14:40:41.019 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109208, dur:0,
num:2, tid:4074
07-01 14:40:41.020 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109209 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109209
07-01 14:40:41.021 1309 4074 I mtkpower_client: ret_hdl:109209
07-01 14:40:41.022 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109209,
tid:4064
07-01 14:40:41.324 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109209, dur:0,
num:2, tid:4073
07-01 14:40:41.327 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109210 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109210
07-01 14:40:41.329 1309 4073 I mtkpower_client: ret_hdl:109210
07-01 14:40:41.331 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109210,
tid:4073
07-01 14:40:41.575 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109210, dur:0,
num:2, tid:4073
07-01 14:40:41.576 1309 4073 I mtkpower_client: ret_hdl:109211
07-01 14:40:41.576 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109211 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109211
07-01 14:40:41.577 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109211,
tid:4073
07-01 14:40:41.721 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:40:41.722 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:40:41.951 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109211, dur:0,
num:2, tid:2221
07-01 14:40:41.953 1309 2221 I mtkpower_client: ret_hdl:109212
07-01 14:40:41.953 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109212 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109212
07-01 14:40:41.954 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109212,
tid:2221
07-01 14:40:42.034 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:40:42.034 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:40:42.170 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109212, dur:0,
num:2, tid:4070
07-01 14:40:42.171 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109213 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109213
07-01 14:40:42.172 1309 4070 I mtkpower_client: ret_hdl:109213
07-01 14:40:42.173 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109213,
tid:4070
07-01 14:40:42.377 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109213, dur:0,
num:2, tid:4070
07-01 14:40:42.379 1309 4070 I mtkpower_client: ret_hdl:109214
07-01 14:40:42.379 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109214 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109214
07-01 14:40:42.379 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109214,
tid:4070
07-01 14:40:43.983 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109214, dur:0,
num:2, tid:1543
07-01 14:40:43.986 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109215 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109215
07-01 14:40:43.987 1309 1543 I mtkpower_client: ret_hdl:109215
07-01 14:40:43.988 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109215,
tid:1543
07-01 14:40:44.081 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:40:44.081 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:40:44.406 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.google.android.youtube
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10165
07-01 14:40:44.485 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
58 ms.
07-01 14:40:58.045 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:40:58.045 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:40:58.181 1309 2300 I mtkpower_client: perf_lock_acq, hdl:109215, dur:0,
num:2, tid:2300
07-01 14:40:58.183 1309 2300 I mtkpower_client: ret_hdl:109216
07-01 14:40:58.183 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109216 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109216
07-01 14:40:58.183 1309 2300 I mtkpower_client: perf_lock_rel, hdl:109216,
tid:2300
07-01 14:40:58.651 1309 2300 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:40:58.651 1309 2300 E ActivityManager: java.lang.Throwable
07-01 14:40:58.651 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:40:58.651 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:40:58.651 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:40:58.651 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:40:58.651 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:40:58.651 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:40:58.651 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:40:58.651 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:40:58.651 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:41:05.664 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.android.systemui
07-01 14:41:05.712 1309 2300 I mtkpower_client: perf_lock_acq, hdl:109216, dur:0,
num:2, tid:2300
07-01 14:41:05.714 1309 2300 I mtkpower_client: ret_hdl:109217
07-01 14:41:05.714 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109217 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109217
07-01 14:41:05.715 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109217,
tid:4069
07-01 14:41:05.883 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 14:41:06.560 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 14:41:15.714 1309 2300 I mtkpower_client: perf_lock_acq, hdl:109217, dur:0,
num:2, tid:2300
07-01 14:41:15.717 1309 2300 I mtkpower_client: ret_hdl:109218
07-01 14:41:15.717 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109218 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109218
07-01 14:41:15.718 1309 2300 I mtkpower_client: perf_lock_rel, hdl:109218,
tid:2300
07-01 14:41:27.772 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:41:27.772 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:41:27.928 1309 2300 I mtkpower_client: perf_lock_acq, hdl:109218, dur:0,
num:2, tid:2300
07-01 14:41:27.929 1309 2300 I mtkpower_client: ret_hdl:109219
07-01 14:41:27.930 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109219 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109219
07-01 14:41:27.930 1309 2300 I mtkpower_client: perf_lock_rel, hdl:109219,
tid:2300
07-01 14:41:28.649 1309 2300 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:41:28.649 1309 2300 E ActivityManager: java.lang.Throwable
07-01 14:41:28.649 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:41:28.649 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:41:28.649 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:41:28.649 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:41:28.649 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:41:28.649 1309 2300 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:41:28.649 1309 2300 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:41:28.649 1309 2300 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:41:28.649 1309 2300 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:41:35.499 1309 2589 I mtkpower_client: perf_lock_acq, hdl:109219, dur:0,
num:2, tid:2589
07-01 14:41:35.501 1309 2589 I mtkpower_client: ret_hdl:109220
07-01 14:41:35.501 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109220 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109220
07-01 14:41:35.502 1309 2589 I mtkpower_client: perf_lock_rel, hdl:109220,
tid:2589
07-01 14:41:37.081 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:41:37.083 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:41:37.299 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:41:37.299 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:41:41.267 1309 4072 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.removed from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 14:41:41.267 1309 4072 E ActivityManager: java.lang.Throwable
07-01 14:41:41.267 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:41:41.267 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:41:41.267 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:41:41.267 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:41:41.267 1309 4072 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:41:41.267 1309 4072 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:41:41.267 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:41:41.267 1309 4072 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:41:41.267 1309 4072 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:41:41.395 1309 1309 I Telecom : eo: Package com.google.android.youtube
is not tracked.: SSH.oR@ABY
07-01 14:41:41.402 1309 1309 I _V_Telecom: Telecom: InCallController:
updateCarModeForConnections: car mode apps:
07-01 14:41:41.513 1309 1435 E system_server: No package ID 7f found for ID
0x7f0805f7.
07-01 14:41:41.513 1309 1435 E system_server: No package ID 7f found for ID
0x7f140ad3.
07-01 14:41:41.514 1309 1435 E system_server: No package ID 7f found for ID
0x7f0805f5.
07-01 14:41:41.514 1309 1435 E system_server: No package ID 7f found for ID
0x7f140a9c.
07-01 14:41:41.514 1309 1435 E system_server: No package ID 7f found for ID
0x7f0805f9.
07-01 14:41:41.514 1309 1435 E system_server: No package ID 7f found for ID
0x7f140bbe.
07-01 14:41:41.515 1309 1435 E system_server: No package ID 7f found for ID
0x7f0805f3.
07-01 14:41:41.515 1309 1435 E system_server: No package ID 7f found for ID
0x7f1403f7.
07-01 14:41:41.643 1309 4076 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.added from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 14:41:41.643 1309 4076 E ActivityManager: java.lang.Throwable
07-01 14:41:41.643 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:41:41.643 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:41:41.643 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:41:41.643 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:41:41.643 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:41:41.643 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:41:41.643 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:41:41.643 1309 4076 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:41:41.643 1309 4076 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:41:41.838 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 14:41:42.263 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109220, dur:0,
num:2, tid:2739
07-01 14:41:42.267 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109221 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109221
07-01 14:41:42.271 1309 2739 I mtkpower_client: ret_hdl:109221
07-01 14:41:42.271 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109221,
tid:3946
07-01 14:41:42.290 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:41:42.290 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:41:42.455 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109221, dur:0,
num:2, tid:2991
07-01 14:41:42.457 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109222 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109222
07-01 14:41:42.461 1309 2991 I mtkpower_client: ret_hdl:109222
07-01 14:41:42.463 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109222,
tid:2991
07-01 14:41:43.212 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~S-5hW2iYClthnIyplxRrhQ==/com.google.android.youtube-
CvuSvhj9sXrI08dsKx3gwg==/base.apk
07-01 14:41:43.357 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~S-5hW2iYClthnIyplxRrhQ==/com.google.android.youtube-
CvuSvhj9sXrI08dsKx3gwg==/base.apk
07-01 14:41:43.883 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109127, dur:0,
num:2, tid:4075
07-01 14:41:43.885 1309 4075 I mtkpower_client: ret_hdl:109223
07-01 14:41:43.885 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109223 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109223
07-01 14:41:43.886 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109223,
tid:4075
07-01 14:41:44.183 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109223, dur:0,
num:2, tid:2739
07-01 14:41:44.184 1309 2739 I mtkpower_client: ret_hdl:109224
07-01 14:41:44.184 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109224 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109224
07-01 14:41:44.185 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109224,
tid:2739
07-01 14:41:46.625 1309 3540 E ActivityManager: Sending non-protected broadcast
com.vivo.applicationbehaviorengine.power.refreshList from system
2345:com.vivo.abe/1000 pkg com.vivo.abe
07-01 14:41:46.625 1309 3540 E ActivityManager: java.lang.Throwable
07-01 14:41:46.625 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:41:46.625 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:41:46.625 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:41:46.625 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:41:46.625 1309 3540 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:41:46.625 1309 3540 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:41:46.625 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:41:46.625 1309 3540 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:41:46.625 1309 3540 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:41:47.569 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109222, dur:0,
num:2, tid:2565
07-01 14:41:47.571 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109225 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109225
07-01 14:41:47.572 1309 2565 I mtkpower_client: ret_hdl:109225
07-01 14:41:47.573 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109225,
tid:2739
07-01 14:41:48.668 1309 2739 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:41:48.668 1309 2739 E ActivityManager: java.lang.Throwable
07-01 14:41:48.668 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:41:48.668 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:41:48.668 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:41:48.668 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:41:48.668 1309 2739 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:41:48.668 1309 2739 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:41:48.668 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:41:48.668 1309 2739 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:41:48.668 1309 2739 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:41:51.279 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x06044e19: pkg=org.detikcom.rss user=UserHandle{0} id=106780268
tag=null importance=3 key=0|org.detikcom.rss|106780268|null|10186:
Notification(channel=detikcom_berita_penting_1 shortcut=null
contentView=org.detikcom.rss/0x7f0d0150 vibrate=null sound=null defaults=0x0
flags=0x10 color=0x00000000 vis=PRIVATE internalType=0 internalPriority=0
internalGroupPriority=0 internalFlag=0))
07-01 14:41:51.589 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109225, dur:0,
num:2, tid:4069
07-01 14:41:51.594 1309 4069 I mtkpower_client: ret_hdl:109226
07-01 14:41:51.594 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109226 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109226
07-01 14:41:51.595 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109226,
tid:2221
07-01 14:41:52.050 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109226, dur:0,
num:2, tid:2849
07-01 14:41:52.051 1309 2849 I mtkpower_client: ret_hdl:109227
07-01 14:41:52.052 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109227 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109227
07-01 14:41:52.052 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109227,
tid:2849
07-01 14:41:52.239 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109227, dur:0,
num:2, tid:2849
07-01 14:41:52.239 1309 2849 I mtkpower_client: ret_hdl:109228
07-01 14:41:52.240 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109228 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109228
07-01 14:41:52.240 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109228,
tid:2849
07-01 14:41:53.502 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109228, dur:0,
num:2, tid:2849
07-01 14:41:53.503 1309 2849 I mtkpower_client: ret_hdl:109229
07-01 14:41:53.504 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109229 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109229
07-01 14:41:53.504 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109229,
tid:2849
07-01 14:41:55.527 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109229, dur:0,
num:2, tid:2221
07-01 14:41:55.530 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109230 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109230
07-01 14:41:55.530 1309 2221 I mtkpower_client: ret_hdl:109230
07-01 14:41:55.531 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109230,
tid:2221
07-01 14:41:57.624 1309 4072 I mtkpower_client: perf_lock_acq, hdl:109224, dur:0,
num:2, tid:4072
07-01 14:41:57.626 1309 4072 I mtkpower_client: ret_hdl:109231
07-01 14:41:57.626 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109231 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109231
07-01 14:41:57.627 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109231,
tid:2221
07-01 14:41:57.734 1309 4072 I mtkpower_client: perf_lock_acq, hdl:109230, dur:0,
num:2, tid:4072
07-01 14:41:57.735 1309 4072 I mtkpower_client: ret_hdl:109232
07-01 14:41:57.735 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109232 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109232
07-01 14:41:57.736 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109232,
tid:2221
07-01 14:41:58.441 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:41:58.442 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:41:58.994 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~S-5hW2iYClthnIyplxRrhQ==/com.google.android.youtube-
CvuSvhj9sXrI08dsKx3gwg==/base.apk
07-01 14:41:59.819 1309 4072 I mtkpower_client: perf_lock_acq, hdl:109232, dur:0,
num:2, tid:4072
07-01 14:41:59.821 1309 4072 I mtkpower_client: ret_hdl:109233
07-01 14:41:59.821 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109233 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109233
07-01 14:41:59.822 1309 4072 I mtkpower_client: perf_lock_rel, hdl:109233,
tid:4072
07-01 14:42:00.898 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109231, dur:0,
num:2, tid:4075
07-01 14:42:00.901 1309 4075 I mtkpower_client: ret_hdl:109234
07-01 14:42:00.902 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109234 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109234
07-01 14:42:00.902 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109234,
tid:4075
07-01 14:42:01.836 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109233, dur:0,
num:2, tid:1543
07-01 14:42:01.838 1309 1543 I mtkpower_client: ret_hdl:109235
07-01 14:42:01.838 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109235 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109235
07-01 14:42:01.839 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109235,
tid:1543
07-01 14:42:03.780 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109235, dur:0,
num:2, tid:1543
07-01 14:42:03.782 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109236 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109236
07-01 14:42:03.782 1309 1543 I mtkpower_client: ret_hdl:109236
07-01 14:42:03.784 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109236,
tid:2565
07-01 14:42:05.854 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109236, dur:0,
num:2, tid:2565
07-01 14:42:05.856 1309 2565 I mtkpower_client: ret_hdl:109237
07-01 14:42:05.856 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109237 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109237
07-01 14:42:05.857 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109237,
tid:2565
07-01 14:42:07.817 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109237, dur:0,
num:2, tid:1543
07-01 14:42:07.818 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109238 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109238
07-01 14:42:07.818 1309 1543 I mtkpower_client: ret_hdl:109238
07-01 14:42:07.819 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109238,
tid:1543
07-01 14:42:09.856 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109238, dur:0,
num:2, tid:4075
07-01 14:42:09.858 1309 4075 I mtkpower_client: ret_hdl:109239
07-01 14:42:09.858 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109239 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109239
07-01 14:42:09.859 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109239,
tid:4075
07-01 14:42:11.951 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109239, dur:0,
num:2, tid:2565
07-01 14:42:11.952 1309 2565 I mtkpower_client: ret_hdl:109240
07-01 14:42:11.952 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109240 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109240
07-01 14:42:11.953 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109240,
tid:2565
07-01 14:42:14.116 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109240, dur:0,
num:2, tid:1543
07-01 14:42:14.117 1309 1543 I mtkpower_client: ret_hdl:109241
07-01 14:42:14.117 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109241 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109241
07-01 14:42:14.118 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109241,
tid:1543
07-01 14:42:16.050 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109241, dur:0,
num:2, tid:2565
07-01 14:42:16.052 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109242 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109242
07-01 14:42:16.052 1309 2565 I mtkpower_client: ret_hdl:109242
07-01 14:42:16.053 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109242,
tid:2565
07-01 14:42:18.088 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109242, dur:0,
num:2, tid:1543
07-01 14:42:18.090 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109243 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109243
07-01 14:42:18.091 1309 1543 I mtkpower_client: ret_hdl:109243
07-01 14:42:18.092 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109243,
tid:1543
07-01 14:42:20.120 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109243, dur:0,
num:2, tid:4075
07-01 14:42:20.121 1309 4075 I mtkpower_client: ret_hdl:109244
07-01 14:42:20.122 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109244 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109244
07-01 14:42:20.122 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109244,
tid:4075
07-01 14:42:20.551 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109244, dur:0,
num:2, tid:2565
07-01 14:42:20.552 1309 2565 I mtkpower_client: ret_hdl:109245
07-01 14:42:20.552 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109245 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109245
07-01 14:42:20.554 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109245,
tid:2565
07-01 14:42:22.168 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109245, dur:0,
num:2, tid:2565
07-01 14:42:22.169 1309 2565 I mtkpower_client: ret_hdl:109246
07-01 14:42:22.169 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109246 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109246
07-01 14:42:22.170 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109246,
tid:2565
07-01 14:42:24.193 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109246, dur:0,
num:2, tid:1543
07-01 14:42:24.195 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109247 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109247
07-01 14:42:24.195 1309 1543 I mtkpower_client: ret_hdl:109247
07-01 14:42:24.196 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109247,
tid:4075
07-01 14:42:26.116 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109247, dur:0,
num:2, tid:4344
07-01 14:42:26.117 1309 4344 I mtkpower_client: ret_hdl:109248
07-01 14:42:26.117 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109248 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109248
07-01 14:42:26.118 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109248,
tid:4344
07-01 14:42:28.090 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109248, dur:0,
num:2, tid:1419
07-01 14:42:28.091 1309 1419 I mtkpower_client: ret_hdl:109249
07-01 14:42:28.091 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109249 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109249
07-01 14:42:28.092 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109249,
tid:1419
07-01 14:42:30.193 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109249, dur:0,
num:2, tid:2221
07-01 14:42:30.194 1309 2221 I mtkpower_client: ret_hdl:109250
07-01 14:42:30.195 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109250 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109250
07-01 14:42:30.195 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109250,
tid:2221
07-01 14:42:32.232 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109250, dur:0,
num:2, tid:2221
07-01 14:42:32.233 1309 2221 I mtkpower_client: ret_hdl:109251
07-01 14:42:32.233 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109251 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109251
07-01 14:42:32.234 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109251,
tid:2221
07-01 14:42:34.237 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109251, dur:0,
num:2, tid:4075
07-01 14:42:34.238 1309 4075 I mtkpower_client: ret_hdl:109252
07-01 14:42:34.238 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109252 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109252
07-01 14:42:34.239 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109252,
tid:4074
07-01 14:42:35.941 1309 4344 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:42:35.941 1309 4344 E ActivityManager: java.lang.Throwable
07-01 14:42:35.941 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:42:35.941 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:42:35.941 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:42:35.941 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:42:35.941 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:42:35.941 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:42:35.941 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:42:35.941 1309 4344 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:42:35.941 1309 4344 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:42:36.240 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109252, dur:0,
num:2, tid:4344
07-01 14:42:36.241 1309 4344 I mtkpower_client: ret_hdl:109253
07-01 14:42:36.241 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109253 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109253
07-01 14:42:36.242 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109253,
tid:4344
07-01 14:42:38.289 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109253, dur:0,
num:2, tid:4074
07-01 14:42:38.291 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109254 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109254
07-01 14:42:38.292 1309 4074 I mtkpower_client: ret_hdl:109254
07-01 14:42:38.293 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109254,
tid:4074
07-01 14:42:40.326 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109254, dur:0,
num:2, tid:4344
07-01 14:42:40.327 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109255 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109255
07-01 14:42:40.328 1309 4344 I mtkpower_client: ret_hdl:109255
07-01 14:42:40.329 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109255,
tid:4344
07-01 14:42:41.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:42:41.998 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:42:42.116 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109255, dur:0,
num:2, tid:4344
07-01 14:42:42.117 1309 4344 I mtkpower_client: ret_hdl:109256
07-01 14:42:42.117 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109256 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109256
07-01 14:42:42.118 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109256,
tid:4344
07-01 14:42:42.403 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109256, dur:0,
num:2, tid:4344
07-01 14:42:42.404 1309 4344 I mtkpower_client: ret_hdl:109257
07-01 14:42:42.404 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109257 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109257
07-01 14:42:42.405 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109257,
tid:4344
07-01 14:42:44.323 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109257, dur:0,
num:2, tid:4344
07-01 14:42:44.324 1309 4344 I mtkpower_client: ret_hdl:109258
07-01 14:42:44.325 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109258 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109258
07-01 14:42:44.325 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109258,
tid:4344
07-01 14:42:46.387 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109258, dur:0,
num:2, tid:4344
07-01 14:42:46.388 1309 4344 I mtkpower_client: ret_hdl:109259
07-01 14:42:46.388 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109259 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109259
07-01 14:42:46.389 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109259,
tid:4344
07-01 14:42:48.356 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109259, dur:0,
num:2, tid:2221
07-01 14:42:48.357 1309 2221 I mtkpower_client: ret_hdl:109260
07-01 14:42:48.357 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109260 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109260
07-01 14:42:48.357 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109260,
tid:2221
07-01 14:42:50.383 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109260, dur:0,
num:2, tid:2221
07-01 14:42:50.385 1309 2221 I mtkpower_client: ret_hdl:109261
07-01 14:42:50.385 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109261 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109261
07-01 14:42:50.386 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109261,
tid:2221
07-01 14:42:52.414 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109261, dur:0,
num:2, tid:2221
07-01 14:42:52.416 1309 2221 I mtkpower_client: ret_hdl:109262
07-01 14:42:52.416 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109262 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109262
07-01 14:42:52.417 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109262,
tid:2221
07-01 14:42:54.410 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109262, dur:0,
num:2, tid:4344
07-01 14:42:54.411 1309 4344 I mtkpower_client: ret_hdl:109263
07-01 14:42:54.411 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109263 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109263
07-01 14:42:54.412 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109263,
tid:4344
07-01 14:42:56.398 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109263, dur:0,
num:2, tid:4074
07-01 14:42:56.399 1309 4074 I mtkpower_client: ret_hdl:109264
07-01 14:42:56.399 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109264 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109264
07-01 14:42:56.400 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109264,
tid:4074
07-01 14:42:58.548 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109264, dur:0,
num:2, tid:4074
07-01 14:42:58.549 1309 4074 I mtkpower_client: ret_hdl:109265
07-01 14:42:58.549 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109265 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109265
07-01 14:42:58.549 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109265,
tid:4074
07-01 14:42:58.656 1309 4074 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:42:58.656 1309 4074 E ActivityManager: java.lang.Throwable
07-01 14:42:58.656 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:42:58.656 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:42:58.656 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:42:58.656 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:42:58.656 1309 4074 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:42:58.656 1309 4074 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:42:58.656 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:42:58.656 1309 4074 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:42:58.656 1309 4074 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:43:00.563 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109265, dur:0,
num:2, tid:4074
07-01 14:43:00.564 1309 4074 I mtkpower_client: ret_hdl:109266
07-01 14:43:00.564 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109266 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109266
07-01 14:43:00.565 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109266,
tid:4074
07-01 14:43:02.550 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109266, dur:0,
num:2, tid:4344
07-01 14:43:02.553 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109267 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109267
07-01 14:43:02.554 1309 4344 I mtkpower_client: ret_hdl:109267
07-01 14:43:02.555 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109267,
tid:2745
07-01 14:43:04.644 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109267, dur:0,
num:2, tid:4344
07-01 14:43:04.645 1309 4344 I mtkpower_client: ret_hdl:109268
07-01 14:43:04.646 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109268 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109268
07-01 14:43:04.646 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109268,
tid:4344
07-01 14:43:06.784 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109268, dur:0,
num:2, tid:2221
07-01 14:43:06.786 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109269 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109269
07-01 14:43:06.786 1309 2221 I mtkpower_client: ret_hdl:109269
07-01 14:43:06.788 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109269,
tid:2221
07-01 14:43:08.665 1309 2704 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:43:08.665 1309 2704 E ActivityManager: java.lang.Throwable
07-01 14:43:08.665 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:43:08.665 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:43:08.665 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:43:08.665 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:43:08.665 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:43:08.665 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:43:08.665 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:43:08.665 1309 2704 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:43:08.665 1309 2704 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:43:08.668 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109269, dur:0,
num:2, tid:1543
07-01 14:43:08.669 1309 1543 I mtkpower_client: ret_hdl:109270
07-01 14:43:08.669 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109270 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109270
07-01 14:43:08.670 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109270,
tid:1419
07-01 14:43:10.795 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109270, dur:0,
num:2, tid:1543
07-01 14:43:10.796 1309 1543 I mtkpower_client: ret_hdl:109271
07-01 14:43:10.797 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109271 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109271
07-01 14:43:10.797 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109271,
tid:1543
07-01 14:43:12.966 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109271, dur:0,
num:2, tid:1543
07-01 14:43:12.967 1309 1543 I mtkpower_client: ret_hdl:109272
07-01 14:43:12.967 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109272 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109272
07-01 14:43:12.968 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109272,
tid:1543
07-01 14:43:15.002 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109272, dur:0,
num:2, tid:1543
07-01 14:43:15.003 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109273 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109273
07-01 14:43:15.003 1309 1543 I mtkpower_client: ret_hdl:109273
07-01 14:43:15.005 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109273,
tid:1543
07-01 14:43:16.649 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:43:16.649 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:43:16.775 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109273, dur:0,
num:2, tid:1543
07-01 14:43:16.777 1309 1543 I mtkpower_client: ret_hdl:109274
07-01 14:43:16.777 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109274 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109274
07-01 14:43:16.778 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109274,
tid:2704
07-01 14:43:17.112 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109274, dur:0,
num:2, tid:1543
07-01 14:43:17.112 1309 1543 I mtkpower_client: ret_hdl:109275
07-01 14:43:17.113 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109275 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109275
07-01 14:43:17.113 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109275,
tid:1543
07-01 14:43:19.113 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109275, dur:0,
num:2, tid:2704
07-01 14:43:19.114 1309 2704 I mtkpower_client: ret_hdl:109276
07-01 14:43:19.114 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109276 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109276
07-01 14:43:19.115 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109276,
tid:2704
07-01 14:43:20.551 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109276, dur:0,
num:2, tid:2704
07-01 14:43:20.552 1309 2704 I mtkpower_client: ret_hdl:109277
07-01 14:43:20.552 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109277 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109277
07-01 14:43:20.553 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109277,
tid:2704
07-01 14:43:21.081 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109277, dur:0,
num:2, tid:2565
07-01 14:43:21.083 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109278 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109278
07-01 14:43:21.084 1309 2565 I mtkpower_client: ret_hdl:109278
07-01 14:43:21.086 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109278,
tid:2565
07-01 14:43:23.168 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109278, dur:0,
num:2, tid:2704
07-01 14:43:23.170 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109279 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109279
07-01 14:43:23.170 1309 2704 I mtkpower_client: ret_hdl:109279
07-01 14:43:23.171 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109279,
tid:2704
07-01 14:43:26.548 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:43:26.549 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:43:26.702 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109279, dur:0,
num:2, tid:4070
07-01 14:43:26.704 1309 4070 I mtkpower_client: ret_hdl:109280
07-01 14:43:26.704 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109280 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109280
07-01 14:43:26.705 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109280,
tid:4070
07-01 14:43:27.136 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109280, dur:0,
num:2, tid:3540
07-01 14:43:27.138 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109281 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109281
07-01 14:43:27.138 1309 3540 I mtkpower_client: ret_hdl:109281
07-01 14:43:27.140 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109281,
tid:3540
07-01 14:43:29.117 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109281, dur:0,
num:2, tid:3540
07-01 14:43:29.119 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109282 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109282
07-01 14:43:29.119 1309 3540 I mtkpower_client: ret_hdl:109282
07-01 14:43:29.120 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109282,
tid:3540
07-01 14:43:31.153 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109282, dur:0,
num:2, tid:3540
07-01 14:43:31.155 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109283 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109283
07-01 14:43:31.156 1309 3540 I mtkpower_client: ret_hdl:109283
07-01 14:43:31.158 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109283,
tid:3540
07-01 14:43:33.166 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109283, dur:0,
num:2, tid:3540
07-01 14:43:33.167 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109284 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109284
07-01 14:43:33.168 1309 3540 I mtkpower_client: ret_hdl:109284
07-01 14:43:33.169 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109284,
tid:3540
07-01 14:43:35.277 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109284, dur:0,
num:2, tid:4070
07-01 14:43:35.278 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109285 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109285
07-01 14:43:35.278 1309 4070 I mtkpower_client: ret_hdl:109285
07-01 14:43:35.279 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109285,
tid:4070
07-01 14:43:36.166 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:43:36.167 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:43:37.370 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109285, dur:0,
num:2, tid:4070
07-01 14:43:37.372 1309 4070 I mtkpower_client: ret_hdl:109286
07-01 14:43:37.372 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109286 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109286
07-01 14:43:37.373 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109286,
tid:4070
07-01 14:43:39.329 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109286, dur:0,
num:2, tid:4070
07-01 14:43:39.330 1309 4070 I mtkpower_client: ret_hdl:109287
07-01 14:43:39.330 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109287 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109287
07-01 14:43:39.330 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109287,
tid:4070
07-01 14:43:41.325 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109287, dur:0,
num:2, tid:4070
07-01 14:43:41.327 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109288 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109288
07-01 14:43:41.329 1309 4070 I mtkpower_client: ret_hdl:109288
07-01 14:43:41.331 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109288,
tid:4070
07-01 14:43:41.992 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:43:41.992 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:43:42.133 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109288, dur:0,
num:2, tid:4070
07-01 14:43:42.135 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109289 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109289
07-01 14:43:42.136 1309 4070 I mtkpower_client: ret_hdl:109289
07-01 14:43:42.137 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109289,
tid:4070
07-01 14:43:43.379 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109289, dur:0,
num:2, tid:4070
07-01 14:43:43.380 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109290 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109290
07-01 14:43:43.381 1309 4070 I mtkpower_client: ret_hdl:109290
07-01 14:43:43.382 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109290,
tid:4070
07-01 14:43:45.408 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109290, dur:0,
num:2, tid:2704
07-01 14:43:45.409 1309 2704 I mtkpower_client: ret_hdl:109291
07-01 14:43:45.410 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109291 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109291
07-01 14:43:45.410 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109291,
tid:2704
07-01 14:43:47.406 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109291, dur:0,
num:2, tid:2565
07-01 14:43:47.407 1309 2565 I mtkpower_client: ret_hdl:109292
07-01 14:43:47.408 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109292 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109292
07-01 14:43:47.408 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109292,
tid:2565
07-01 14:43:49.440 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109292, dur:0,
num:2, tid:2565
07-01 14:43:49.441 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109293 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109293
07-01 14:43:49.442 1309 2565 I mtkpower_client: ret_hdl:109293
07-01 14:43:49.443 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109293,
tid:2565
07-01 14:43:51.458 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109293, dur:0,
num:2, tid:1543
07-01 14:43:51.460 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109294 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109294
07-01 14:43:51.460 1309 1543 I mtkpower_client: ret_hdl:109294
07-01 14:43:51.461 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109294,
tid:1543
07-01 14:43:53.455 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109294, dur:0,
num:2, tid:2565
07-01 14:43:53.456 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109295 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109295
07-01 14:43:53.457 1309 2565 I mtkpower_client: ret_hdl:109295
07-01 14:43:53.458 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109295,
tid:1543
07-01 14:43:55.467 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109295, dur:0,
num:2, tid:4344
07-01 14:43:55.469 1309 4344 I mtkpower_client: ret_hdl:109296
07-01 14:43:55.469 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109296 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109296
07-01 14:43:55.469 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109296,
tid:4344
07-01 14:43:57.610 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109296, dur:0,
num:2, tid:2565
07-01 14:43:57.612 1309 2565 I mtkpower_client: ret_hdl:109297
07-01 14:43:57.612 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109297 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109297
07-01 14:43:57.613 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109297,
tid:2565
07-01 14:43:59.472 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109297, dur:0,
num:2, tid:4344
07-01 14:43:59.473 1309 4344 I mtkpower_client: ret_hdl:109298
07-01 14:43:59.473 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109298 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109298
07-01 14:43:59.474 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109298,
tid:4344
07-01 14:44:01.479 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109298, dur:0,
num:2, tid:1543
07-01 14:44:01.481 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109299 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109299
07-01 14:44:01.481 1309 1543 I mtkpower_client: ret_hdl:109299
07-01 14:44:01.483 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109299,
tid:1543
07-01 14:44:03.555 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109299, dur:0,
num:2, tid:4075
07-01 14:44:03.557 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109300 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109300
07-01 14:44:03.557 1309 4075 I mtkpower_client: ret_hdl:109300
07-01 14:44:03.558 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109300,
tid:4344
07-01 14:44:05.578 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109300, dur:0,
num:2, tid:2565
07-01 14:44:05.581 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109301 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109301
07-01 14:44:05.582 1309 2565 I mtkpower_client: ret_hdl:109301
07-01 14:44:05.582 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109301,
tid:2565
07-01 14:44:07.604 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109301, dur:0,
num:2, tid:2565
07-01 14:44:07.605 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109302 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109302
07-01 14:44:07.606 1309 2565 I mtkpower_client: ret_hdl:109302
07-01 14:44:07.607 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109302,
tid:2565
07-01 14:44:09.698 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109302, dur:0,
num:2, tid:2565
07-01 14:44:09.699 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109303 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109303
07-01 14:44:09.700 1309 2565 I mtkpower_client: ret_hdl:109303
07-01 14:44:09.701 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109303,
tid:2565
07-01 14:44:10.862 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109303, dur:0,
num:2, tid:2565
07-01 14:44:10.863 1309 2565 I mtkpower_client: ret_hdl:109305
07-01 14:44:10.864 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109305,
tid:2221
07-01 14:44:10.866 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109305 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109305
07-01 14:44:11.032 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109305, dur:0,
num:2, tid:2221
07-01 14:44:11.033 1309 2221 I mtkpower_client: ret_hdl:109306
07-01 14:44:11.036 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109306 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109306
07-01 14:44:11.038 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109306,
tid:2221
07-01 14:44:11.222 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109306, dur:0,
num:2, tid:2221
07-01 14:44:11.224 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109307 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109307
07-01 14:44:11.228 1309 2221 I mtkpower_client: ret_hdl:109307
07-01 14:44:11.229 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109307,
tid:2565
07-01 14:44:11.659 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109307, dur:0,
num:2, tid:2221
07-01 14:44:11.661 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109308 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109308
07-01 14:44:11.663 1309 2221 I mtkpower_client: ret_hdl:109308
07-01 14:44:11.664 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109308,
tid:2221
07-01 14:44:13.723 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109308, dur:0,
num:2, tid:2221
07-01 14:44:13.724 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109309 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109309
07-01 14:44:13.724 1309 2221 I mtkpower_client: ret_hdl:109309
07-01 14:44:13.726 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109309,
tid:2221
07-01 14:44:15.681 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109309, dur:0,
num:2, tid:2221
07-01 14:44:15.682 1309 2221 I mtkpower_client: ret_hdl:109310
07-01 14:44:15.683 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109310 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109310
07-01 14:44:15.683 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109310,
tid:2221
07-01 14:44:17.626 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109310, dur:0,
num:2, tid:2221
07-01 14:44:17.629 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109311 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109311
07-01 14:44:17.629 1309 2221 I mtkpower_client: ret_hdl:109311
07-01 14:44:17.630 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109311,
tid:2221
07-01 14:44:19.333 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109311, dur:0,
num:2, tid:4344
07-01 14:44:19.334 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109312 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109312
07-01 14:44:19.334 1309 4344 I mtkpower_client: ret_hdl:109312
07-01 14:44:19.335 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109312,
tid:4344
07-01 14:44:19.524 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109312, dur:0,
num:2, tid:4344
07-01 14:44:19.525 1309 4344 I mtkpower_client: ret_hdl:109313
07-01 14:44:19.525 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109313 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109313
07-01 14:44:19.526 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109313,
tid:4344
07-01 14:44:19.710 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109313, dur:0,
num:2, tid:4344
07-01 14:44:19.711 1309 4344 I mtkpower_client: ret_hdl:109314
07-01 14:44:19.712 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109314 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109314
07-01 14:44:19.712 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109314,
tid:4344
07-01 14:44:20.183 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109314, dur:0,
num:2, tid:3540
07-01 14:44:20.184 1309 3540 I mtkpower_client: ret_hdl:109315
07-01 14:44:20.184 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109315 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109315
07-01 14:44:20.185 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109315,
tid:3540
07-01 14:44:20.547 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109315, dur:0,
num:2, tid:3540
07-01 14:44:20.548 1309 3540 I mtkpower_client: ret_hdl:109316
07-01 14:44:20.548 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109316 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109316
07-01 14:44:20.549 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109316,
tid:3540
07-01 14:44:22.195 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109316, dur:0,
num:2, tid:3540
07-01 14:44:22.197 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109317 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109317
07-01 14:44:22.197 1309 3540 I mtkpower_client: ret_hdl:109317
07-01 14:44:22.198 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109317,
tid:3540
07-01 14:44:24.307 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109317, dur:0,
num:2, tid:3540
07-01 14:44:24.308 1309 3540 I mtkpower_client: ret_hdl:109318
07-01 14:44:24.308 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109318 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109318
07-01 14:44:24.310 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109318,
tid:4344
07-01 14:44:26.405 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109318, dur:0,
num:2, tid:4344
07-01 14:44:26.406 1309 4344 I mtkpower_client: ret_hdl:109319
07-01 14:44:26.406 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109319 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109319
07-01 14:44:26.407 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109319,
tid:3540
07-01 14:44:28.276 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109319, dur:0,
num:2, tid:4344
07-01 14:44:28.277 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109320 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109320
07-01 14:44:28.278 1309 4344 I mtkpower_client: ret_hdl:109320
07-01 14:44:28.279 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109320,
tid:4344
07-01 14:44:30.388 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109320, dur:0,
num:2, tid:3540
07-01 14:44:30.390 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109321 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109321
07-01 14:44:30.391 1309 3540 I mtkpower_client: ret_hdl:109321
07-01 14:44:30.392 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109321,
tid:3540
07-01 14:44:32.340 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109321, dur:0,
num:2, tid:3540
07-01 14:44:32.342 1309 3540 I mtkpower_client: ret_hdl:109322
07-01 14:44:32.342 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109322 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109322
07-01 14:44:32.343 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109322,
tid:2221
07-01 14:44:34.396 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109322, dur:0,
num:2, tid:4077
07-01 14:44:34.397 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109323 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109323
07-01 14:44:34.397 1309 4077 I mtkpower_client: ret_hdl:109323
07-01 14:44:34.398 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109323,
tid:4077
07-01 14:44:36.568 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109323, dur:0,
num:2, tid:3540
07-01 14:44:36.570 1309 3540 I mtkpower_client: ret_hdl:109324
07-01 14:44:36.570 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109324 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109324
07-01 14:44:36.571 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109324,
tid:3540
07-01 14:44:38.564 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109324, dur:0,
num:2, tid:2739
07-01 14:44:38.565 1309 2739 I mtkpower_client: ret_hdl:109325
07-01 14:44:38.565 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109325 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109325
07-01 14:44:38.565 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109325,
tid:2739
07-01 14:44:38.678 1309 3540 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:44:38.678 1309 3540 E ActivityManager: java.lang.Throwable
07-01 14:44:38.678 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:44:38.678 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:44:38.678 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:44:38.678 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:44:38.678 1309 3540 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:44:38.678 1309 3540 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:44:38.678 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:44:38.678 1309 3540 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:44:38.678 1309 3540 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:44:39.207 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109325, dur:0,
num:2, tid:2739
07-01 14:44:39.208 1309 2739 I mtkpower_client: ret_hdl:109326
07-01 14:44:39.209 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109326 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109326
07-01 14:44:39.210 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109326,
tid:2739
07-01 14:44:39.407 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109326, dur:0,
num:2, tid:3540
07-01 14:44:39.408 1309 3540 I mtkpower_client: ret_hdl:109327
07-01 14:44:39.408 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109327 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109327
07-01 14:44:39.409 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109327,
tid:2739
07-01 14:44:41.119 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109327, dur:0,
num:2, tid:3540
07-01 14:44:41.120 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109328 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109328
07-01 14:44:41.120 1309 3540 I mtkpower_client: ret_hdl:109328
07-01 14:44:41.121 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109328,
tid:2991
07-01 14:44:42.083 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:44:42.084 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:44:42.218 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109328, dur:0,
num:2, tid:2221
07-01 14:44:42.219 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109329 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109329
07-01 14:44:42.220 1309 2221 I mtkpower_client: ret_hdl:109329
07-01 14:44:42.221 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109329,
tid:2991
07-01 14:44:42.503 1309 4077 E system_server: Invalid file format:
/sys/fs/bpf/map_gpu_mem_gpu_mem_total_map
07-01 14:44:42.510 1309 4077 E system_server: Unable to access:
/sys/kernel/dmabuf/buffers: No such file or directory
07-01 14:44:42.757 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.wildspike.wormszone
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10218
07-01 14:44:42.830 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
61 ms.
07-01 14:44:58.662 1309 4076 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:44:58.662 1309 4076 E ActivityManager: java.lang.Throwable
07-01 14:44:58.662 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:44:58.662 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:44:58.662 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:44:58.662 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:44:58.662 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:44:58.662 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:44:58.662 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:44:58.662 1309 4076 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:44:58.662 1309 4076 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:45:06.068 1309 2739 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:45:06.068 1309 2739 E ActivityManager: java.lang.Throwable
07-01 14:45:06.068 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:45:06.068 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:45:06.068 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:45:06.068 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:45:06.068 1309 2739 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:45:06.068 1309 2739 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:45:06.068 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:45:06.068 1309 2739 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:45:06.068 1309 2739 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:45:15.451 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:45:15.451 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:45:15.578 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109329, dur:0,
num:2, tid:2739
07-01 14:45:15.580 1309 2739 I mtkpower_client: ret_hdl:109330
07-01 14:45:15.581 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109330 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109330
07-01 14:45:15.581 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109330,
tid:4076
07-01 14:45:18.677 1309 4076 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:45:18.677 1309 4076 E ActivityManager: java.lang.Throwable
07-01 14:45:18.677 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:45:18.677 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:45:18.677 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:45:18.677 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:45:18.677 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:45:18.677 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:45:18.677 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:45:18.677 1309 4076 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:45:18.677 1309 4076 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:45:25.340 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:45:25.340 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:45:25.493 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109330, dur:0,
num:2, tid:4076
07-01 14:45:25.494 1309 4076 I mtkpower_client: ret_hdl:109331
07-01 14:45:25.494 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109331 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109331
07-01 14:45:25.495 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109331,
tid:2739
07-01 14:45:27.941 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:45:27.944 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:45:35.819 1309 4077 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.removed from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 14:45:35.819 1309 4077 E ActivityManager: java.lang.Throwable
07-01 14:45:35.819 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:45:35.819 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:45:35.819 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:45:35.819 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:45:35.819 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:45:35.819 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:45:35.819 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:45:35.819 1309 4077 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:45:35.819 1309 4077 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:45:35.871 1309 1309 I Telecom : eo: Package com.wildspike.wormszone is
not tracked.: SSH.oR@ABc
07-01 14:45:35.871 1309 1309 I _V_Telecom: Telecom: InCallController:
updateCarModeForConnections: car mode apps:
07-01 14:45:36.114 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 14:45:36.214 1309 2221 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.added from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 14:45:36.214 1309 2221 E ActivityManager: java.lang.Throwable
07-01 14:45:36.214 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:45:36.214 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:45:36.214 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:45:36.214 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:45:36.214 1309 2221 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:45:36.214 1309 2221 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:45:36.214 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:45:36.214 1309 2221 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:45:36.214 1309 2221 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:45:36.252 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109234, dur:0,
num:2, tid:4069
07-01 14:45:36.255 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109332 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109332
07-01 14:45:36.255 1309 4069 I mtkpower_client: ret_hdl:109332
07-01 14:45:36.257 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109332,
tid:4065
07-01 14:45:36.792 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~-DTxIyKbCeWoUuqcjyU7IQ==/com.wildspike.wormszone-
qqgGtPtJvbLR7z_GyO2u9g==/base.apk
07-01 14:45:37.021 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~-DTxIyKbCeWoUuqcjyU7IQ==/com.wildspike.wormszone-
qqgGtPtJvbLR7z_GyO2u9g==/base.apk
07-01 14:45:37.100 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109332, dur:0,
num:2, tid:2739
07-01 14:45:37.103 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109333 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109333
07-01 14:45:37.103 1309 2739 I mtkpower_client: ret_hdl:109333
07-01 14:45:37.105 1309 4072 I mtkpower_client: perf_lock_rel, hdl:109333,
tid:4072
07-01 14:45:38.328 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109333, dur:0,
num:2, tid:4069
07-01 14:45:38.331 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109334 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109334
07-01 14:45:38.332 1309 4069 I mtkpower_client: ret_hdl:109334
07-01 14:45:38.334 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109334,
tid:2704
07-01 14:45:40.278 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109331, dur:0,
num:2, tid:4069
07-01 14:45:40.281 1309 4069 I mtkpower_client: ret_hdl:109335
07-01 14:45:40.281 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109335 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109335
07-01 14:45:40.282 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109335,
tid:4069
07-01 14:45:41.139 1309 2991 E ActivityManager: Sending non-protected broadcast
com.vivo.applicationbehaviorengine.power.refreshList from system
2345:com.vivo.abe/1000 pkg com.vivo.abe
07-01 14:45:41.139 1309 2991 E ActivityManager: java.lang.Throwable
07-01 14:45:41.139 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:45:41.139 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:45:41.139 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:45:41.139 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:45:41.139 1309 2991 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:45:41.139 1309 2991 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:45:41.139 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:45:41.139 1309 2991 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:45:41.139 1309 2991 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:45:41.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:45:41.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:45:42.131 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109335, dur:0,
num:2, tid:2991
07-01 14:45:42.134 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109336 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109336
07-01 14:45:42.134 1309 2991 I mtkpower_client: ret_hdl:109336
07-01 14:45:42.135 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109336,
tid:2991
07-01 14:45:43.239 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109336, dur:0,
num:2, tid:2740
07-01 14:45:43.240 1309 2740 I mtkpower_client: ret_hdl:109337
07-01 14:45:43.240 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109337 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109337
07-01 14:45:43.241 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109337,
tid:2740
07-01 14:45:43.911 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109337, dur:0,
num:2, tid:4344
07-01 14:45:43.912 1309 4344 I mtkpower_client: ret_hdl:109338
07-01 14:45:43.912 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109338 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109338
07-01 14:45:43.912 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109338,
tid:4344
07-01 14:45:45.107 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109338, dur:0,
num:2, tid:4344
07-01 14:45:45.108 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109339 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109339
07-01 14:45:45.109 1309 4344 I mtkpower_client: ret_hdl:109339
07-01 14:45:45.110 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109339,
tid:4344
07-01 14:45:46.950 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109334, dur:0,
num:2, tid:2740
07-01 14:45:46.952 1309 2740 I mtkpower_client: ret_hdl:109340
07-01 14:45:46.952 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109340 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109340
07-01 14:45:46.953 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109340,
tid:4076
07-01 14:45:47.284 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109339, dur:0,
num:2, tid:2740
07-01 14:45:47.286 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109341 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109341
07-01 14:45:47.286 1309 2740 I mtkpower_client: ret_hdl:109341
07-01 14:45:47.286 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109341,
tid:2740
07-01 14:45:48.687 1309 2588 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:45:48.687 1309 2588 E ActivityManager: java.lang.Throwable
07-01 14:45:48.687 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:45:48.687 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:45:48.687 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:45:48.687 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:45:48.687 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:45:48.687 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:45:48.687 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:45:48.687 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:45:48.687 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:45:49.262 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109341, dur:0,
num:2, tid:2739
07-01 14:45:49.263 1309 2739 I mtkpower_client: ret_hdl:109342
07-01 14:45:49.263 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109342 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109342
07-01 14:45:49.264 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109342,
tid:2588
07-01 14:45:49.592 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109342, dur:0,
num:2, tid:2588
07-01 14:45:49.594 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109344 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109344
07-01 14:45:49.595 1309 2588 I mtkpower_client: ret_hdl:109344
07-01 14:45:49.596 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109344,
tid:2739
07-01 14:45:49.981 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109344, dur:0,
num:2, tid:4344
07-01 14:45:49.982 1309 4344 I mtkpower_client: ret_hdl:109345
07-01 14:45:49.983 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109345 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109345
07-01 14:45:49.983 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109345,
tid:4344
07-01 14:45:50.799 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109345, dur:0,
num:2, tid:4344
07-01 14:45:50.801 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109346 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109346
07-01 14:45:50.801 1309 4344 I mtkpower_client: ret_hdl:109346
07-01 14:45:50.802 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109346,
tid:4344
07-01 14:45:52.954 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109346, dur:0,
num:2, tid:4075
07-01 14:45:52.956 1309 4075 I mtkpower_client: ret_hdl:109347
07-01 14:45:52.957 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109347,
tid:4075
07-01 14:45:52.957 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109347 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109347
07-01 14:45:54.917 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109347, dur:0,
num:2, tid:2588
07-01 14:45:54.919 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109348 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109348
07-01 14:45:54.919 1309 2588 I mtkpower_client: ret_hdl:109348
07-01 14:45:54.920 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109348,
tid:1419
07-01 14:45:56.899 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109348, dur:0,
num:2, tid:1419
07-01 14:45:56.901 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109349 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109349
07-01 14:45:56.902 1309 1419 I mtkpower_client: ret_hdl:109349
07-01 14:45:56.903 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109349,
tid:1419
07-01 14:45:58.681 1309 2588 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:45:58.681 1309 2588 E ActivityManager: java.lang.Throwable
07-01 14:45:58.681 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:45:58.681 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:45:58.681 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:45:58.681 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:45:58.681 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:45:58.681 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:45:58.681 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:45:58.681 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:45:58.681 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:45:58.966 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109349, dur:0,
num:2, tid:2588
07-01 14:45:58.967 1309 2588 I mtkpower_client: ret_hdl:109350
07-01 14:45:58.968 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109350 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109350
07-01 14:45:58.968 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109350,
tid:2588
07-01 14:46:01.140 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109350, dur:0,
num:2, tid:1419
07-01 14:46:01.141 1309 1419 I mtkpower_client: ret_hdl:109351
07-01 14:46:01.141 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109351 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109351
07-01 14:46:01.142 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109351,
tid:1419
07-01 14:46:03.097 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109351, dur:0,
num:2, tid:1419
07-01 14:46:03.098 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109352 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109352
07-01 14:46:03.098 1309 1419 I mtkpower_client: ret_hdl:109352
07-01 14:46:03.100 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109352,
tid:1419
07-01 14:46:05.006 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109352, dur:0,
num:2, tid:1419
07-01 14:46:05.008 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109353 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109353
07-01 14:46:05.009 1309 1419 I mtkpower_client: ret_hdl:109353
07-01 14:46:05.011 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109353,
tid:1419
07-01 14:46:07.126 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109353, dur:0,
num:2, tid:1419
07-01 14:46:07.127 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109354 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109354
07-01 14:46:07.127 1309 1419 I mtkpower_client: ret_hdl:109354
07-01 14:46:07.128 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109354,
tid:1419
07-01 14:46:08.691 1309 4064 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:46:08.691 1309 4064 E ActivityManager: java.lang.Throwable
07-01 14:46:08.691 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:46:08.691 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:46:08.691 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:46:08.691 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:46:08.691 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:46:08.691 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:46:08.691 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:46:08.691 1309 4064 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:46:08.691 1309 4064 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:46:09.070 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109354, dur:0,
num:2, tid:4064
07-01 14:46:09.072 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109355 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109355
07-01 14:46:09.073 1309 4064 I mtkpower_client: ret_hdl:109355
07-01 14:46:09.074 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109355,
tid:4064
07-01 14:46:11.220 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109355, dur:0,
num:2, tid:1419
07-01 14:46:11.222 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109356 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109356
07-01 14:46:11.222 1309 1419 I mtkpower_client: ret_hdl:109356
07-01 14:46:11.224 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109356,
tid:1419
07-01 14:46:13.322 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109356, dur:0,
num:2, tid:2739
07-01 14:46:13.323 1309 2739 I mtkpower_client: ret_hdl:109357
07-01 14:46:13.323 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109357 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109357
07-01 14:46:13.324 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109357,
tid:2739
07-01 14:46:15.249 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109357, dur:0,
num:2, tid:2739
07-01 14:46:15.250 1309 2739 I mtkpower_client: ret_hdl:109358
07-01 14:46:15.251 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109358 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109358
07-01 14:46:15.251 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109358,
tid:2739
07-01 14:46:17.234 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109358, dur:0,
num:2, tid:4076
07-01 14:46:17.236 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109359 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109359
07-01 14:46:17.236 1309 4076 I mtkpower_client: ret_hdl:109359
07-01 14:46:17.237 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109359,
tid:4076
07-01 14:46:19.260 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109359, dur:0,
num:2, tid:2739
07-01 14:46:19.261 1309 2739 I mtkpower_client: ret_hdl:109360
07-01 14:46:19.261 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109360 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109360
07-01 14:46:19.262 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109360,
tid:2739
07-01 14:46:21.250 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109360, dur:0,
num:2, tid:4076
07-01 14:46:21.251 1309 4076 I mtkpower_client: ret_hdl:109361
07-01 14:46:21.251 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109361 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109361
07-01 14:46:21.252 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109361,
tid:4076
07-01 14:46:23.225 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109361, dur:0,
num:2, tid:1419
07-01 14:46:23.226 1309 1419 I mtkpower_client: ret_hdl:109362
07-01 14:46:23.227 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109362 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109362
07-01 14:46:23.228 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109362,
tid:1419
07-01 14:46:25.288 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109362, dur:0,
num:2, tid:2739
07-01 14:46:25.289 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109363 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109363
07-01 14:46:25.290 1309 2739 I mtkpower_client: ret_hdl:109363
07-01 14:46:25.291 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109363,
tid:2739
07-01 14:46:27.286 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109363, dur:0,
num:2, tid:2739
07-01 14:46:27.287 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109364 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109364
07-01 14:46:27.288 1309 2739 I mtkpower_client: ret_hdl:109364
07-01 14:46:27.289 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109364,
tid:2739
07-01 14:46:29.674 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109364, dur:0,
num:2, tid:2739
07-01 14:46:29.675 1309 2739 I mtkpower_client: ret_hdl:109365
07-01 14:46:29.675 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109365 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109365
07-01 14:46:29.676 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109365,
tid:4064
07-01 14:46:31.683 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109365, dur:0,
num:2, tid:4064
07-01 14:46:31.686 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109366 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109366
07-01 14:46:31.687 1309 4064 I mtkpower_client: ret_hdl:109366
07-01 14:46:31.688 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109366,
tid:4064
07-01 14:46:33.783 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109366, dur:0,
num:2, tid:4064
07-01 14:46:33.785 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109367 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109367
07-01 14:46:33.786 1309 4064 I mtkpower_client: ret_hdl:109367
07-01 14:46:33.789 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109367,
tid:4064
07-01 14:46:37.888 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109367, dur:0,
num:2, tid:1419
07-01 14:46:37.890 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109368 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109368
07-01 14:46:37.891 1309 1419 I mtkpower_client: ret_hdl:109368
07-01 14:46:37.892 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109368,
tid:1419
07-01 14:46:39.926 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109368, dur:0,
num:2, tid:4075
07-01 14:46:39.927 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109369 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109369
07-01 14:46:39.928 1309 4075 I mtkpower_client: ret_hdl:109369
07-01 14:46:39.929 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109369,
tid:4075
07-01 14:46:41.925 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109369, dur:0,
num:2, tid:1419
07-01 14:46:41.927 1309 1419 I mtkpower_client: ret_hdl:109370
07-01 14:46:41.927 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109370 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109370
07-01 14:46:41.928 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109370,
tid:1419
07-01 14:46:41.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:46:41.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:46:42.121 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109370, dur:0,
num:2, tid:1419
07-01 14:46:42.122 1309 1419 I mtkpower_client: ret_hdl:109371
07-01 14:46:42.122 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109371 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109371
07-01 14:46:42.123 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109371,
tid:1419
07-01 14:46:43.913 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109371, dur:0,
num:2, tid:4075
07-01 14:46:43.915 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109372 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109372
07-01 14:46:43.915 1309 4075 I mtkpower_client: ret_hdl:109372
07-01 14:46:43.916 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109372,
tid:4075
07-01 14:46:46.080 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109372, dur:0,
num:2, tid:4076
07-01 14:46:46.081 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109373 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109373
07-01 14:46:46.082 1309 4076 I mtkpower_client: ret_hdl:109373
07-01 14:46:46.082 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109373,
tid:4076
07-01 14:46:48.087 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109373, dur:0,
num:2, tid:4075
07-01 14:46:48.088 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109374 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109374
07-01 14:46:48.089 1309 4075 I mtkpower_client: ret_hdl:109374
07-01 14:46:48.090 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109374,
tid:4075
07-01 14:46:50.048 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109374, dur:0,
num:2, tid:4064
07-01 14:46:50.049 1309 4064 I mtkpower_client: ret_hdl:109375
07-01 14:46:50.050 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109375 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109375
07-01 14:46:50.050 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109375,
tid:4064
07-01 14:46:52.078 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109375, dur:0,
num:2, tid:4064
07-01 14:46:52.079 1309 4064 I mtkpower_client: ret_hdl:109376
07-01 14:46:52.079 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109376 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109376
07-01 14:46:52.080 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109376,
tid:4064
07-01 14:46:54.222 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109376, dur:0,
num:2, tid:4064
07-01 14:46:54.224 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109377 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109377
07-01 14:46:54.224 1309 4064 I mtkpower_client: ret_hdl:109377
07-01 14:46:54.226 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109377,
tid:4064
07-01 14:46:56.225 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109377, dur:0,
num:2, tid:4076
07-01 14:46:56.227 1309 4076 I mtkpower_client: ret_hdl:109378
07-01 14:46:56.227 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109378 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109378
07-01 14:46:56.228 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109378,
tid:4076
07-01 14:46:58.134 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109378, dur:0,
num:2, tid:4064
07-01 14:46:58.136 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109379 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109379
07-01 14:46:58.136 1309 4064 I mtkpower_client: ret_hdl:109379
07-01 14:46:58.137 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109379,
tid:4064
07-01 14:47:00.196 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109379, dur:0,
num:2, tid:1419
07-01 14:47:00.198 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109380 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109380
07-01 14:47:00.199 1309 1419 I mtkpower_client: ret_hdl:109380
07-01 14:47:00.200 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109380,
tid:1419
07-01 14:47:01.031 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109380, dur:0,
num:2, tid:1419
07-01 14:47:01.032 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109381 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109381
07-01 14:47:01.033 1309 1419 I mtkpower_client: ret_hdl:109381
07-01 14:47:01.034 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109381,
tid:1419
07-01 14:47:02.243 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109381, dur:0,
num:2, tid:2739
07-01 14:47:02.244 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109382 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109382
07-01 14:47:02.245 1309 2739 I mtkpower_client: ret_hdl:109382
07-01 14:47:02.246 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109382,
tid:1419
07-01 14:47:04.390 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109382, dur:0,
num:2, tid:1419
07-01 14:47:04.391 1309 1419 I mtkpower_client: ret_hdl:109383
07-01 14:47:04.392 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109383 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109383
07-01 14:47:04.392 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109383,
tid:1419
07-01 14:47:06.347 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109383, dur:0,
num:2, tid:2739
07-01 14:47:06.348 1309 2739 I mtkpower_client: ret_hdl:109384
07-01 14:47:06.348 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109384 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109384
07-01 14:47:06.349 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109384,
tid:2739
07-01 14:47:08.443 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109384, dur:0,
num:2, tid:1543
07-01 14:47:08.446 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109385 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109385
07-01 14:47:08.446 1309 1543 I mtkpower_client: ret_hdl:109385
07-01 14:47:08.447 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109385,
tid:4344
07-01 14:47:10.405 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109385, dur:0,
num:2, tid:1543
07-01 14:47:10.406 1309 1543 I mtkpower_client: ret_hdl:109386
07-01 14:47:10.406 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109386 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109386
07-01 14:47:10.407 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109386,
tid:1543
07-01 14:47:12.700 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109386, dur:0,
num:2, tid:4069
07-01 14:47:12.702 1309 4069 I mtkpower_client: ret_hdl:109387
07-01 14:47:12.702 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109387 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109387
07-01 14:47:12.703 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109387,
tid:4069
07-01 14:47:14.259 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:47:14.259 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:47:14.389 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109387, dur:0,
num:2, tid:2565
07-01 14:47:14.391 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109388 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109388
07-01 14:47:14.392 1309 2565 I mtkpower_client: ret_hdl:109388
07-01 14:47:14.393 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109388,
tid:4073
07-01 14:47:14.708 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109388, dur:0,
num:2, tid:4073
07-01 14:47:14.709 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109389 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109389
07-01 14:47:14.710 1309 4073 I mtkpower_client: ret_hdl:109389
07-01 14:47:14.711 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109389,
tid:4073
07-01 14:47:16.892 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109389, dur:0,
num:2, tid:4073
07-01 14:47:16.893 1309 4073 I mtkpower_client: ret_hdl:109390
07-01 14:47:16.893 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109390 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109390
07-01 14:47:16.894 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109390,
tid:4073
07-01 14:47:18.808 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109390, dur:0,
num:2, tid:2565
07-01 14:47:18.809 1309 2565 I mtkpower_client: ret_hdl:109391
07-01 14:47:18.810 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109391 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109391
07-01 14:47:18.811 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109391,
tid:2565
07-01 14:47:20.906 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109391, dur:0,
num:2, tid:4073
07-01 14:47:20.907 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109392 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109392
07-01 14:47:20.907 1309 4073 I mtkpower_client: ret_hdl:109392
07-01 14:47:20.908 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109392,
tid:4073
07-01 14:47:22.866 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109392, dur:0,
num:2, tid:4077
07-01 14:47:22.868 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109393 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109393
07-01 14:47:22.868 1309 4077 I mtkpower_client: ret_hdl:109393
07-01 14:47:22.869 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109393,
tid:4077
07-01 14:47:24.159 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:47:24.159 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:47:24.316 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109393, dur:0,
num:2, tid:4077
07-01 14:47:24.318 1309 4077 I mtkpower_client: ret_hdl:109394
07-01 14:47:24.318 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109394 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109394
07-01 14:47:24.319 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109394,
tid:4077
07-01 14:47:24.982 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109394, dur:0,
num:2, tid:2565
07-01 14:47:24.983 1309 2565 I mtkpower_client: ret_hdl:109395
07-01 14:47:24.983 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109395 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109395
07-01 14:47:24.984 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109395,
tid:2565
07-01 14:47:26.898 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109395, dur:0,
num:2, tid:4077
07-01 14:47:26.899 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109396 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109396
07-01 14:47:26.900 1309 4077 I mtkpower_client: ret_hdl:109396
07-01 14:47:26.902 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109396,
tid:4077
07-01 14:47:29.035 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109396, dur:0,
num:2, tid:4077
07-01 14:47:29.036 1309 4077 I mtkpower_client: ret_hdl:109397
07-01 14:47:29.036 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109397 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109397
07-01 14:47:29.037 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109397,
tid:4077
07-01 14:47:30.953 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109397, dur:0,
num:2, tid:4077
07-01 14:47:30.955 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109398 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109398
07-01 14:47:30.955 1309 4077 I mtkpower_client: ret_hdl:109398
07-01 14:47:30.956 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109398,
tid:4077
07-01 14:47:33.153 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109398, dur:0,
num:2, tid:4077
07-01 14:47:33.154 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109399 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109399
07-01 14:47:33.155 1309 4077 I mtkpower_client: ret_hdl:109399
07-01 14:47:33.156 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109399,
tid:4077
07-01 14:47:35.413 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109399, dur:0,
num:2, tid:2739
07-01 14:47:35.415 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109400 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109400
07-01 14:47:35.417 1309 2739 I mtkpower_client: ret_hdl:109400
07-01 14:47:35.418 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109400,
tid:2739
07-01 14:47:36.222 1309 2739 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:47:36.222 1309 2739 E ActivityManager: java.lang.Throwable
07-01 14:47:36.222 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:47:36.222 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:47:36.222 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:47:36.222 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:47:36.222 1309 2739 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:47:36.222 1309 2739 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:47:36.222 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:47:36.222 1309 2739 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:47:36.222 1309 2739 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:47:37.508 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109400, dur:0,
num:2, tid:2739
07-01 14:47:37.510 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109401 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109401
07-01 14:47:37.510 1309 2739 I mtkpower_client: ret_hdl:109401
07-01 14:47:37.512 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109401,
tid:2739
07-01 14:47:39.512 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109401, dur:0,
num:2, tid:2739
07-01 14:47:39.514 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109402 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109402
07-01 14:47:39.515 1309 2739 I mtkpower_client: ret_hdl:109402
07-01 14:47:39.516 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109402,
tid:4073
07-01 14:47:41.598 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109402, dur:0,
num:2, tid:2739
07-01 14:47:41.600 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109403 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109403
07-01 14:47:41.600 1309 2739 I mtkpower_client: ret_hdl:109403
07-01 14:47:41.601 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109403,
tid:2739
07-01 14:47:41.990 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:47:41.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:47:42.033 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:47:42.034 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:47:43.588 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109403, dur:0,
num:2, tid:2704
07-01 14:47:43.590 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109404 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109404
07-01 14:47:43.590 1309 2704 I mtkpower_client: ret_hdl:109404
07-01 14:47:43.591 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109404,
tid:2704
07-01 14:47:45.691 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109404, dur:0,
num:2, tid:2565
07-01 14:47:45.692 1309 2565 I mtkpower_client: ret_hdl:109405
07-01 14:47:45.693 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109405 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109405
07-01 14:47:45.693 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109405,
tid:2565
07-01 14:47:47.626 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109405, dur:0,
num:2, tid:2565
07-01 14:47:47.627 1309 2565 I mtkpower_client: ret_hdl:109406
07-01 14:47:47.627 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109406 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109406
07-01 14:47:47.628 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109406,
tid:2565
07-01 14:47:49.634 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109406, dur:0,
num:2, tid:2739
07-01 14:47:49.636 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109407 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109407
07-01 14:47:49.637 1309 2739 I mtkpower_client: ret_hdl:109407
07-01 14:47:49.638 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109407,
tid:2739
07-01 14:47:51.727 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109407, dur:0,
num:2, tid:2739
07-01 14:47:51.728 1309 2739 I mtkpower_client: ret_hdl:109408
07-01 14:47:51.729 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109408 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109408
07-01 14:47:51.729 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109408,
tid:2739
07-01 14:47:53.778 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109408, dur:0,
num:2, tid:1543
07-01 14:47:53.780 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109409 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109409
07-01 14:47:53.781 1309 1543 I mtkpower_client: ret_hdl:109409
07-01 14:47:53.782 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109409,
tid:1543
07-01 14:47:55.715 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109409, dur:0,
num:2, tid:1419
07-01 14:47:55.716 1309 1419 I mtkpower_client: ret_hdl:109410
07-01 14:47:55.716 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109410 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109410
07-01 14:47:55.717 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109410,
tid:1419
07-01 14:47:57.726 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109410, dur:0,
num:2, tid:4344
07-01 14:47:57.727 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109411 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109411
07-01 14:47:57.728 1309 4344 I mtkpower_client: ret_hdl:109411
07-01 14:47:57.729 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109411,
tid:4344
07-01 14:47:59.824 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109411, dur:0,
num:2, tid:4344
07-01 14:47:59.825 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109412 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109412
07-01 14:47:59.826 1309 4344 I mtkpower_client: ret_hdl:109412
07-01 14:47:59.827 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109412,
tid:4344
07-01 14:48:01.043 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109412, dur:0,
num:2, tid:4344
07-01 14:48:01.044 1309 4344 I mtkpower_client: ret_hdl:109413
07-01 14:48:01.045 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109413 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109413
07-01 14:48:01.045 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109413,
tid:4344
07-01 14:48:01.896 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109413, dur:0,
num:2, tid:4344
07-01 14:48:01.897 1309 4344 I mtkpower_client: ret_hdl:109414
07-01 14:48:01.898 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109414 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109414
07-01 14:48:01.898 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109414,
tid:4344
07-01 14:48:03.859 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109414, dur:0,
num:2, tid:1543
07-01 14:48:03.860 1309 1543 I mtkpower_client: ret_hdl:109415
07-01 14:48:03.860 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109415 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109415
07-01 14:48:03.861 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109415,
tid:1543
07-01 14:48:05.859 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109415, dur:0,
num:2, tid:2739
07-01 14:48:05.860 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109416 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109416
07-01 14:48:05.861 1309 2739 I mtkpower_client: ret_hdl:109416
07-01 14:48:05.862 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109416,
tid:2739
07-01 14:48:07.933 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109416, dur:0,
num:2, tid:1543
07-01 14:48:07.935 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109417 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109417
07-01 14:48:07.936 1309 1543 I mtkpower_client: ret_hdl:109417
07-01 14:48:07.936 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109417,
tid:1543
07-01 14:48:09.954 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109417, dur:0,
num:2, tid:1543
07-01 14:48:09.956 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109418 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109418
07-01 14:48:09.957 1309 1543 I mtkpower_client: ret_hdl:109418
07-01 14:48:09.958 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109418,
tid:1543
07-01 14:48:11.888 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109418, dur:0,
num:2, tid:1543
07-01 14:48:11.889 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109419 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109419
07-01 14:48:11.890 1309 1543 I mtkpower_client: ret_hdl:109419
07-01 14:48:11.891 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109419,
tid:1543
07-01 14:48:13.976 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109419, dur:0,
num:2, tid:1419
07-01 14:48:13.978 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109420 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109420
07-01 14:48:13.978 1309 1419 I mtkpower_client: ret_hdl:109420
07-01 14:48:13.979 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109420,
tid:1419
07-01 14:48:15.978 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109420, dur:0,
num:2, tid:1543
07-01 14:48:15.980 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109421 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109421
07-01 14:48:15.980 1309 1543 I mtkpower_client: ret_hdl:109421
07-01 14:48:15.981 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109421,
tid:1543
07-01 14:48:17.891 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109421, dur:0,
num:2, tid:1419
07-01 14:48:17.893 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109422 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109422
07-01 14:48:17.894 1309 1419 I mtkpower_client: ret_hdl:109422
07-01 14:48:17.895 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109422,
tid:1419
07-01 14:48:18.130 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109422, dur:0,
num:2, tid:1419
07-01 14:48:18.133 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109423 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109423
07-01 14:48:18.134 1309 1419 I mtkpower_client: ret_hdl:109423
07-01 14:48:18.135 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109423,
tid:1419
07-01 14:48:18.372 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109423, dur:0,
num:2, tid:1543
07-01 14:48:18.373 1309 1543 I mtkpower_client: ret_hdl:109424
07-01 14:48:18.373 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109424 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109424
07-01 14:48:18.374 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109424,
tid:1543
07-01 14:48:18.697 1309 1419 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:48:18.697 1309 1419 E ActivityManager: java.lang.Throwable
07-01 14:48:18.697 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:48:18.697 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:48:18.697 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:48:18.697 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:48:18.697 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:48:18.697 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:48:18.697 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:48:18.697 1309 1419 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:48:18.697 1309 1419 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:48:18.709 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109424, dur:0,
num:2, tid:1419
07-01 14:48:18.710 1309 1419 I mtkpower_client: ret_hdl:109425
07-01 14:48:18.710 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109425,
tid:1419
07-01 14:48:18.712 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109425 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109425
07-01 14:48:20.821 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109425, dur:0,
num:2, tid:1543
07-01 14:48:20.822 1309 1543 I mtkpower_client: ret_hdl:109426
07-01 14:48:20.822 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109426 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109426
07-01 14:48:20.823 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109426,
tid:1543
07-01 14:48:22.968 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109426, dur:0,
num:2, tid:1543
07-01 14:48:22.969 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109427 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109427
07-01 14:48:22.969 1309 1543 I mtkpower_client: ret_hdl:109427
07-01 14:48:22.970 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109427,
tid:1543
07-01 14:48:25.422 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109427, dur:0,
num:2, tid:1419
07-01 14:48:25.423 1309 1419 I mtkpower_client: ret_hdl:109428
07-01 14:48:25.423 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109428 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109428
07-01 14:48:25.424 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109428,
tid:1419
07-01 14:48:26.642 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:48:26.643 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:48:27.628 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109428, dur:0,
num:2, tid:4344
07-01 14:48:27.629 1309 4344 I mtkpower_client: ret_hdl:109429
07-01 14:48:27.629 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109429 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109429
07-01 14:48:27.630 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109429,
tid:4344
07-01 14:48:28.685 1309 4344 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:48:28.685 1309 4344 E ActivityManager: java.lang.Throwable
07-01 14:48:28.685 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:48:28.685 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:48:28.685 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:48:28.685 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:48:28.685 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:48:28.685 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:48:28.685 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:48:28.685 1309 4344 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:48:28.685 1309 4344 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:48:29.650 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109429, dur:0,
num:2, tid:1419
07-01 14:48:29.651 1309 1419 I mtkpower_client: ret_hdl:109430
07-01 14:48:29.652 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109430 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109430
07-01 14:48:29.652 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109430,
tid:1419
07-01 14:48:31.723 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109430, dur:0,
num:2, tid:4344
07-01 14:48:31.725 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109431 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109431
07-01 14:48:31.725 1309 4344 I mtkpower_client: ret_hdl:109431
07-01 14:48:31.726 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109431,
tid:4344
07-01 14:48:33.738 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109431, dur:0,
num:2, tid:1419
07-01 14:48:33.740 1309 1419 I mtkpower_client: ret_hdl:109432
07-01 14:48:33.740 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109432 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109432
07-01 14:48:33.741 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109432,
tid:1419
07-01 14:48:35.759 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109432, dur:0,
num:2, tid:4076
07-01 14:48:35.762 1309 4076 I mtkpower_client: ret_hdl:109433
07-01 14:48:35.762 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109433 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109433
07-01 14:48:35.763 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109433,
tid:1419
07-01 14:48:37.774 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109433, dur:0,
num:2, tid:1543
07-01 14:48:37.776 1309 1543 I mtkpower_client: ret_hdl:109434
07-01 14:48:37.776 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109434 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109434
07-01 14:48:37.777 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109434,
tid:1543
07-01 14:48:39.762 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109434, dur:0,
num:2, tid:1419
07-01 14:48:39.763 1309 1419 I mtkpower_client: ret_hdl:109435
07-01 14:48:39.763 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109435 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109435
07-01 14:48:39.764 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109435,
tid:1419
07-01 14:48:41.136 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:48:41.137 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:48:41.916 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109435, dur:0,
num:2, tid:2588
07-01 14:48:41.918 1309 2588 I mtkpower_client: ret_hdl:109436
07-01 14:48:41.919 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109436 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109436
07-01 14:48:41.919 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109436,
tid:2588
07-01 14:48:41.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:48:41.986 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:48:42.108 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109436, dur:0,
num:2, tid:2588
07-01 14:48:42.109 1309 2588 I mtkpower_client: ret_hdl:109437
07-01 14:48:42.109 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109437 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109437
07-01 14:48:42.109 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109437,
tid:2588
07-01 14:48:43.896 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109437, dur:0,
num:2, tid:2588
07-01 14:48:43.897 1309 2588 I mtkpower_client: ret_hdl:109438
07-01 14:48:43.898 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109438 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109438
07-01 14:48:43.898 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109438,
tid:2588
07-01 14:48:45.926 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109438, dur:0,
num:2, tid:2588
07-01 14:48:45.927 1309 2588 I mtkpower_client: ret_hdl:109439
07-01 14:48:45.928 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109439 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109439
07-01 14:48:45.929 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109439,
tid:2588
07-01 14:48:47.928 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109439, dur:0,
num:2, tid:2588
07-01 14:48:47.929 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109440 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109440
07-01 14:48:47.930 1309 2588 I mtkpower_client: ret_hdl:109440
07-01 14:48:47.932 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109440,
tid:2588
07-01 14:48:48.709 1309 2588 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:48:48.709 1309 2588 E ActivityManager: java.lang.Throwable
07-01 14:48:48.709 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:48:48.709 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:48:48.709 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:48:48.709 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:48:48.709 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:48:48.709 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:48:48.709 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:48:48.709 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:48:48.709 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:48:50.008 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109440, dur:0,
num:2, tid:4076
07-01 14:48:50.010 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109441 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109441
07-01 14:48:50.010 1309 4076 I mtkpower_client: ret_hdl:109441
07-01 14:48:50.011 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109441,
tid:4076
07-01 14:48:51.952 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109441, dur:0,
num:2, tid:2588
07-01 14:48:51.953 1309 2588 I mtkpower_client: ret_hdl:109442
07-01 14:48:51.953 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109442 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109442
07-01 14:48:51.954 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109442,
tid:2588
07-01 14:48:54.056 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109442, dur:0,
num:2, tid:4077
07-01 14:48:54.057 1309 4077 I mtkpower_client: ret_hdl:109443
07-01 14:48:54.058 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109443 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109443
07-01 14:48:54.058 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109443,
tid:4077
07-01 14:48:56.120 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109443, dur:0,
num:2, tid:4077
07-01 14:48:56.122 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109444 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109444
07-01 14:48:56.122 1309 4077 I mtkpower_client: ret_hdl:109444
07-01 14:48:56.123 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109444,
tid:4077
07-01 14:48:58.167 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109444, dur:0,
num:2, tid:4077
07-01 14:48:58.169 1309 4077 I mtkpower_client: ret_hdl:109445
07-01 14:48:58.169 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109445 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109445
07-01 14:48:58.170 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109445,
tid:4077
07-01 14:48:58.686 1309 4077 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:48:58.686 1309 4077 E ActivityManager: java.lang.Throwable
07-01 14:48:58.686 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:48:58.686 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:48:58.686 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:48:58.686 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:48:58.686 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:48:58.686 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:48:58.686 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:48:58.686 1309 4077 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:48:58.686 1309 4077 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:49:00.156 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109445, dur:0,
num:2, tid:4076
07-01 14:49:00.158 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109446 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109446
07-01 14:49:00.159 1309 4076 I mtkpower_client: ret_hdl:109446
07-01 14:49:00.160 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109446,
tid:4076
07-01 14:49:01.056 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109446, dur:0,
num:2, tid:4076
07-01 14:49:01.057 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109447 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109447
07-01 14:49:01.058 1309 4076 I mtkpower_client: ret_hdl:109447
07-01 14:49:01.059 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109447,
tid:4076
07-01 14:49:02.186 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109447, dur:0,
num:2, tid:4076
07-01 14:49:02.188 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109448 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109448
07-01 14:49:02.189 1309 4076 I mtkpower_client: ret_hdl:109448
07-01 14:49:02.190 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109448,
tid:4076
07-01 14:49:04.217 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109448, dur:0,
num:2, tid:4076
07-01 14:49:04.218 1309 4076 I mtkpower_client: ret_hdl:109449
07-01 14:49:04.218 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109449 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109449
07-01 14:49:04.219 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109449,
tid:4076
07-01 14:49:06.225 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109449, dur:0,
num:2, tid:4074
07-01 14:49:06.226 1309 4074 I mtkpower_client: ret_hdl:109450
07-01 14:49:06.226 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109450 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109450
07-01 14:49:06.227 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109450,
tid:4074
07-01 14:49:08.218 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109450, dur:0,
num:2, tid:1419
07-01 14:49:08.219 1309 1419 I mtkpower_client: ret_hdl:109451
07-01 14:49:08.220 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109451 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109451
07-01 14:49:08.221 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109451,
tid:3540
07-01 14:49:10.283 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109451, dur:0,
num:2, tid:4344
07-01 14:49:10.286 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109452 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109452
07-01 14:49:10.288 1309 4344 I mtkpower_client: ret_hdl:109452
07-01 14:49:10.289 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109452,
tid:3540
07-01 14:49:12.216 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109452, dur:0,
num:2, tid:1419
07-01 14:49:12.218 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109453 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109453
07-01 14:49:12.218 1309 1419 I mtkpower_client: ret_hdl:109453
07-01 14:49:12.220 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109453,
tid:1419
07-01 14:49:13.056 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:49:13.057 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:49:13.187 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109453, dur:0,
num:2, tid:1419
07-01 14:49:13.189 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109454 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109454
07-01 14:49:13.190 1309 1419 I mtkpower_client: ret_hdl:109454
07-01 14:49:13.191 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109454,
tid:1419
07-01 14:49:14.272 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109454, dur:0,
num:2, tid:1419
07-01 14:49:14.273 1309 1419 I mtkpower_client: ret_hdl:109455
07-01 14:49:14.273 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109455 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109455
07-01 14:49:14.273 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109455,
tid:1419
07-01 14:49:16.282 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109455, dur:0,
num:2, tid:3540
07-01 14:49:16.283 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109456 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109456
07-01 14:49:16.283 1309 3540 I mtkpower_client: ret_hdl:109456
07-01 14:49:16.284 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109456,
tid:3540
07-01 14:49:18.292 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109456, dur:0,
num:2, tid:1419
07-01 14:49:18.293 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109457 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109457
07-01 14:49:18.293 1309 1419 I mtkpower_client: ret_hdl:109457
07-01 14:49:18.294 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109457,
tid:1419
07-01 14:49:20.310 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109457, dur:0,
num:2, tid:3540
07-01 14:49:20.312 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109458 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109458
07-01 14:49:20.312 1309 3540 I mtkpower_client: ret_hdl:109458
07-01 14:49:20.315 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109458,
tid:3540
07-01 14:49:20.315 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109458, dur:0,
num:2, tid:1419
07-01 14:49:20.320 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109459 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109459
07-01 14:49:20.320 1309 1419 I mtkpower_client: ret_hdl:109459
07-01 14:49:20.325 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109459,
tid:3540
07-01 14:49:22.427 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109459, dur:0,
num:2, tid:3540
07-01 14:49:22.428 1309 3540 I mtkpower_client: ret_hdl:109460
07-01 14:49:22.428 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109460 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109460
07-01 14:49:22.428 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109460,
tid:3540
07-01 14:49:24.371 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109460, dur:0,
num:2, tid:4344
07-01 14:49:24.373 1309 4344 I mtkpower_client: ret_hdl:109461
07-01 14:49:24.373 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109461 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109461
07-01 14:49:24.374 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109461,
tid:4344
07-01 14:49:26.423 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109461, dur:0,
num:2, tid:4344
07-01 14:49:26.424 1309 4344 I mtkpower_client: ret_hdl:109462
07-01 14:49:26.424 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109462 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109462
07-01 14:49:26.425 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109462,
tid:4344
07-01 14:49:28.523 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109462, dur:0,
num:2, tid:4344
07-01 14:49:28.526 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109463 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109463
07-01 14:49:28.526 1309 4344 I mtkpower_client: ret_hdl:109463
07-01 14:49:28.527 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109463,
tid:1419
07-01 14:49:30.447 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109463, dur:0,
num:2, tid:1419
07-01 14:49:30.448 1309 1419 I mtkpower_client: ret_hdl:109464
07-01 14:49:30.448 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109464 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109464
07-01 14:49:30.449 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109464,
tid:1419
07-01 14:49:32.530 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109464, dur:0,
num:2, tid:1418
07-01 14:49:32.532 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109465 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109465
07-01 14:49:32.533 1309 1418 I mtkpower_client: ret_hdl:109465
07-01 14:49:32.535 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109465,
tid:1418
07-01 14:49:32.849 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:49:32.850 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:49:32.989 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109465, dur:0,
num:2, tid:1418
07-01 14:49:32.991 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109466 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109466
07-01 14:49:32.992 1309 1418 I mtkpower_client: ret_hdl:109466
07-01 14:49:32.993 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109466,
tid:1418
07-01 14:49:34.629 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109466, dur:0,
num:2, tid:1418
07-01 14:49:34.631 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109467 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109467
07-01 14:49:34.631 1309 1418 I mtkpower_client: ret_hdl:109467
07-01 14:49:34.632 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109467,
tid:1418
07-01 14:49:36.589 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109467, dur:0,
num:2, tid:4344
07-01 14:49:36.591 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109468 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109468
07-01 14:49:36.591 1309 4344 I mtkpower_client: ret_hdl:109468
07-01 14:49:36.593 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109468,
tid:1418
07-01 14:49:38.821 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109468, dur:0,
num:2, tid:1418
07-01 14:49:38.822 1309 1418 I mtkpower_client: ret_hdl:109469
07-01 14:49:38.823 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109469 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109469
07-01 14:49:38.823 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109469,
tid:1418
07-01 14:49:40.655 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109469, dur:0,
num:2, tid:4344
07-01 14:49:40.657 1309 4344 I mtkpower_client: ret_hdl:109470
07-01 14:49:40.657 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109470 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109470
07-01 14:49:40.657 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109470,
tid:4344
07-01 14:49:41.996 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:49:41.996 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:49:42.019 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:49:42.020 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:49:42.127 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109470, dur:0,
num:2, tid:3540
07-01 14:49:42.129 1309 3540 I mtkpower_client: ret_hdl:109471
07-01 14:49:42.129 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109471 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109471
07-01 14:49:42.130 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109471,
tid:4344
07-01 14:49:42.673 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109471, dur:0,
num:2, tid:4344
07-01 14:49:42.673 1309 4344 I mtkpower_client: ret_hdl:109472
07-01 14:49:42.674 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109472 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109472
07-01 14:49:42.674 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109472,
tid:4344
07-01 14:49:44.731 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109472, dur:0,
num:2, tid:4344
07-01 14:49:44.733 1309 4344 I mtkpower_client: ret_hdl:109473
07-01 14:49:44.733 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109473 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109473
07-01 14:49:44.733 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109473,
tid:4344
07-01 14:49:46.697 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109473, dur:0,
num:2, tid:4344
07-01 14:49:46.698 1309 4344 I mtkpower_client: ret_hdl:109474
07-01 14:49:46.698 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109474 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109474
07-01 14:49:46.699 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109474,
tid:4344
07-01 14:49:48.848 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109474, dur:0,
num:2, tid:1418
07-01 14:49:48.850 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109475 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109475
07-01 14:49:48.850 1309 1418 I mtkpower_client: ret_hdl:109475
07-01 14:49:48.851 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109475,
tid:1418
07-01 14:49:50.841 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109475, dur:0,
num:2, tid:2849
07-01 14:49:50.843 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109476 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109476
07-01 14:49:50.843 1309 2849 I mtkpower_client: ret_hdl:109476
07-01 14:49:50.844 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109476,
tid:2849
07-01 14:49:52.843 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109476, dur:0,
num:2, tid:1418
07-01 14:49:52.844 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109477 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109477
07-01 14:49:52.845 1309 1418 I mtkpower_client: ret_hdl:109477
07-01 14:49:52.847 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109477,
tid:1418
07-01 14:49:54.829 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109477, dur:0,
num:2, tid:1418
07-01 14:49:54.831 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109478 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109478
07-01 14:49:54.831 1309 1418 I mtkpower_client: ret_hdl:109478
07-01 14:49:54.832 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109478,
tid:1418
07-01 14:49:56.836 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109478, dur:0,
num:2, tid:1418
07-01 14:49:56.837 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109479 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109479
07-01 14:49:56.838 1309 1418 I mtkpower_client: ret_hdl:109479
07-01 14:49:56.838 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109479,
tid:1418
07-01 14:50:00.876 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109479, dur:0,
num:2, tid:2849
07-01 14:50:00.878 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109480 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109480
07-01 14:50:00.879 1309 2849 I mtkpower_client: ret_hdl:109480
07-01 14:50:00.880 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109480,
tid:4344
07-01 14:50:01.046 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109480, dur:0,
num:2, tid:4344
07-01 14:50:01.049 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109481 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109481
07-01 14:50:01.049 1309 4344 I mtkpower_client: ret_hdl:109481
07-01 14:50:01.051 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109481,
tid:2849
07-01 14:50:02.873 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109481, dur:0,
num:2, tid:2849
07-01 14:50:02.875 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109482 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109482
07-01 14:50:02.875 1309 2849 I mtkpower_client: ret_hdl:109482
07-01 14:50:02.876 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109482,
tid:2849
07-01 14:50:04.920 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109482, dur:0,
num:2, tid:1418
07-01 14:50:04.921 1309 1418 I mtkpower_client: ret_hdl:109483
07-01 14:50:04.922 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109483 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109483
07-01 14:50:04.922 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109483,
tid:1418
07-01 14:50:06.359 1309 2849 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:50:06.359 1309 2849 E ActivityManager: java.lang.Throwable
07-01 14:50:06.359 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:50:06.359 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:50:06.359 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:50:06.359 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:50:06.359 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:50:06.359 1309 2849 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:50:06.359 1309 2849 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:50:06.359 1309 2849 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:50:06.359 1309 2849 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:50:06.932 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109483, dur:0,
num:2, tid:4344
07-01 14:50:06.933 1309 4344 I mtkpower_client: ret_hdl:109484
07-01 14:50:06.934 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109484 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109484
07-01 14:50:06.934 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109484,
tid:4344
07-01 14:50:08.978 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109484, dur:0,
num:2, tid:2849
07-01 14:50:08.980 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109485 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109485
07-01 14:50:08.981 1309 2849 I mtkpower_client: ret_hdl:109485
07-01 14:50:08.982 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109485,
tid:2849
07-01 14:50:11.058 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109485, dur:0,
num:2, tid:2849
07-01 14:50:11.059 1309 2849 I mtkpower_client: ret_hdl:109486
07-01 14:50:11.060 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109486 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109486
07-01 14:50:11.060 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109486,
tid:2849
07-01 14:50:13.075 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109486, dur:0,
num:2, tid:2704
07-01 14:50:13.077 1309 2704 I mtkpower_client: ret_hdl:109487
07-01 14:50:13.078 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109487 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109487
07-01 14:50:13.079 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109487,
tid:2704
07-01 14:50:15.101 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109487, dur:0,
num:2, tid:2704
07-01 14:50:15.103 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109488 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109488
07-01 14:50:15.104 1309 2704 I mtkpower_client: ret_hdl:109488
07-01 14:50:15.105 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109488,
tid:2704
07-01 14:50:17.160 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109488, dur:0,
num:2, tid:2740
07-01 14:50:17.162 1309 2740 I mtkpower_client: ret_hdl:109489
07-01 14:50:17.162 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109489 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109489
07-01 14:50:17.163 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109489,
tid:2740
07-01 14:50:19.234 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109489, dur:0,
num:2, tid:2740
07-01 14:50:19.236 1309 2740 I mtkpower_client: ret_hdl:109490
07-01 14:50:19.236 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109490 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109490
07-01 14:50:19.237 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109490,
tid:2740
07-01 14:50:21.210 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109490, dur:0,
num:2, tid:2704
07-01 14:50:21.213 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109491 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109491
07-01 14:50:21.214 1309 2704 I mtkpower_client: ret_hdl:109491
07-01 14:50:21.215 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109491,
tid:2704
07-01 14:50:23.217 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109491, dur:0,
num:2, tid:2740
07-01 14:50:23.219 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109492 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109492
07-01 14:50:23.221 1309 2740 I mtkpower_client: ret_hdl:109492
07-01 14:50:23.222 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109492,
tid:2740
07-01 14:50:25.246 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109492, dur:0,
num:2, tid:2704
07-01 14:50:25.248 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109493 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109493
07-01 14:50:25.248 1309 2704 I mtkpower_client: ret_hdl:109493
07-01 14:50:25.250 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109493,
tid:2704
07-01 14:50:29.380 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109493, dur:0,
num:2, tid:2740
07-01 14:50:29.381 1309 2740 I mtkpower_client: ret_hdl:109494
07-01 14:50:29.381 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109494 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109494
07-01 14:50:29.381 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109494,
tid:2740
07-01 14:50:31.455 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109494, dur:0,
num:2, tid:4077
07-01 14:50:31.456 1309 4077 I mtkpower_client: ret_hdl:109495
07-01 14:50:31.457 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109495 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109495
07-01 14:50:31.458 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109495,
tid:4077
07-01 14:50:33.408 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109495, dur:0,
num:2, tid:2704
07-01 14:50:33.409 1309 2704 I mtkpower_client: ret_hdl:109496
07-01 14:50:33.409 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109496 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109496
07-01 14:50:33.409 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109496,
tid:2704
07-01 14:50:35.487 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109496, dur:0,
num:2, tid:2991
07-01 14:50:35.489 1309 2991 I mtkpower_client: ret_hdl:109497
07-01 14:50:35.489 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109497 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109497
07-01 14:50:35.490 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109497,
tid:2991
07-01 14:50:37.477 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109497, dur:0,
num:2, tid:2991
07-01 14:50:37.479 1309 2991 I mtkpower_client: ret_hdl:109498
07-01 14:50:37.479 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109498 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109498
07-01 14:50:37.480 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109498,
tid:2704
07-01 14:50:41.626 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109498, dur:0,
num:2, tid:2740
07-01 14:50:41.627 1309 2740 I mtkpower_client: ret_hdl:109499
07-01 14:50:41.628 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109499 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109499
07-01 14:50:41.628 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109499,
tid:2740
07-01 14:50:41.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:50:41.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:50:42.125 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109499, dur:0,
num:2, tid:2740
07-01 14:50:42.127 1309 2740 I mtkpower_client: ret_hdl:109500
07-01 14:50:42.127 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109500 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109500
07-01 14:50:42.128 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109500,
tid:3946
07-01 14:50:43.550 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109500, dur:0,
num:2, tid:4065
07-01 14:50:43.552 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109501 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109501
07-01 14:50:43.552 1309 4065 I mtkpower_client: ret_hdl:109501
07-01 14:50:43.553 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109501,
tid:4065
07-01 14:50:45.529 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109501, dur:0,
num:2, tid:2740
07-01 14:50:45.530 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109502 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109502
07-01 14:50:45.531 1309 2740 I mtkpower_client: ret_hdl:109502
07-01 14:50:45.531 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109502,
tid:2740
07-01 14:50:47.625 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109502, dur:0,
num:2, tid:2740
07-01 14:50:47.627 1309 2740 I mtkpower_client: ret_hdl:109503
07-01 14:50:47.627 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109503,
tid:2740
07-01 14:50:47.628 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109503 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109503
07-01 14:50:49.646 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109503, dur:0,
num:2, tid:2740
07-01 14:50:49.647 1309 2740 I mtkpower_client: ret_hdl:109504
07-01 14:50:49.648 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109504 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109504
07-01 14:50:49.648 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109504,
tid:2740
07-01 14:50:51.613 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109504, dur:0,
num:2, tid:3946
07-01 14:50:51.615 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109505 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109505
07-01 14:50:51.616 1309 3946 I mtkpower_client: ret_hdl:109505
07-01 14:50:51.617 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109505,
tid:3946
07-01 14:50:53.653 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109505, dur:0,
num:2, tid:2740
07-01 14:50:53.653 1309 2740 I mtkpower_client: ret_hdl:109506
07-01 14:50:53.654 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109506 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109506
07-01 14:50:53.654 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109506,
tid:2740
07-01 14:50:55.666 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109506, dur:0,
num:2, tid:2740
07-01 14:50:55.667 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109507 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109507
07-01 14:50:55.667 1309 2740 I mtkpower_client: ret_hdl:109507
07-01 14:50:55.668 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109507,
tid:2740
07-01 14:50:57.727 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109507, dur:0,
num:2, tid:2740
07-01 14:50:57.728 1309 2740 I mtkpower_client: ret_hdl:109508
07-01 14:50:57.728 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109508 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109508
07-01 14:50:57.729 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109508,
tid:2740
07-01 14:50:58.695 1309 2740 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:50:58.695 1309 2740 E ActivityManager: java.lang.Throwable
07-01 14:50:58.695 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:50:58.695 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:50:58.695 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:50:58.695 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:50:58.695 1309 2740 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:50:58.695 1309 2740 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:50:58.695 1309 2740 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:50:58.695 1309 2740 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:50:58.695 1309 2740 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:50:59.758 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109508, dur:0,
num:2, tid:2740
07-01 14:50:59.759 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109509 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109509
07-01 14:50:59.759 1309 2740 I mtkpower_client: ret_hdl:109509
07-01 14:50:59.760 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109509,
tid:2740
07-01 14:51:01.057 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109509, dur:0,
num:2, tid:2740
07-01 14:51:01.058 1309 2740 I mtkpower_client: ret_hdl:109510
07-01 14:51:01.059 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109510 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109510
07-01 14:51:01.059 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109510,
tid:2740
07-01 14:51:01.868 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109510, dur:0,
num:2, tid:2740
07-01 14:51:01.871 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109511 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109511
07-01 14:51:01.871 1309 2740 I mtkpower_client: ret_hdl:109511
07-01 14:51:01.872 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109511,
tid:2740
07-01 14:51:03.798 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109511, dur:0,
num:2, tid:2531
07-01 14:51:03.800 1309 2531 I mtkpower_client: ret_hdl:109512
07-01 14:51:03.800 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109512 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109512
07-01 14:51:03.801 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109512,
tid:2531
07-01 14:51:05.867 1309 2531 I mtkpower_client: perf_lock_acq, hdl:109512, dur:0,
num:2, tid:2531
07-01 14:51:05.868 1309 2531 I mtkpower_client: ret_hdl:109513
07-01 14:51:05.868 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109513 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109513
07-01 14:51:05.869 1309 2531 I mtkpower_client: perf_lock_rel, hdl:109513,
tid:2531
07-01 14:51:07.799 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109513, dur:0,
num:2, tid:2740
07-01 14:51:07.801 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109514 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109514
07-01 14:51:07.801 1309 2740 I mtkpower_client: ret_hdl:109514
07-01 14:51:07.802 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109514,
tid:2740
07-01 14:51:09.839 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109514, dur:0,
num:2, tid:2740
07-01 14:51:09.841 1309 2740 I mtkpower_client: ret_hdl:109515
07-01 14:51:09.841 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109515 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109515
07-01 14:51:09.842 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109515,
tid:2740
07-01 14:51:13.859 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109515, dur:0,
num:2, tid:4070
07-01 14:51:13.861 1309 4070 I mtkpower_client: ret_hdl:109516
07-01 14:51:13.861 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109516 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109516
07-01 14:51:13.862 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109516,
tid:4344
07-01 14:51:16.016 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109516, dur:0,
num:2, tid:4344
07-01 14:51:16.018 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109517 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109517
07-01 14:51:16.019 1309 4344 I mtkpower_client: ret_hdl:109517
07-01 14:51:16.020 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109517,
tid:4344
07-01 14:51:18.038 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109517, dur:0,
num:2, tid:4344
07-01 14:51:18.040 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109518 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109518
07-01 14:51:18.040 1309 4344 I mtkpower_client: ret_hdl:109518
07-01 14:51:18.042 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109518,
tid:4344
07-01 14:51:20.175 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109518, dur:0,
num:2, tid:4074
07-01 14:51:20.177 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109519 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109519
07-01 14:51:20.178 1309 4074 I mtkpower_client: ret_hdl:109519
07-01 14:51:20.180 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109519,
tid:4070
07-01 14:51:21.753 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:51:21.754 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:51:21.893 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109519, dur:0,
num:2, tid:4344
07-01 14:51:21.894 1309 4344 I mtkpower_client: ret_hdl:109520
07-01 14:51:21.894 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109520 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109520
07-01 14:51:21.895 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109520,
tid:4344
07-01 14:51:22.197 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109520, dur:0,
num:2, tid:4344
07-01 14:51:22.198 1309 4344 I mtkpower_client: ret_hdl:109521
07-01 14:51:22.198 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109521 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109521
07-01 14:51:22.199 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109521,
tid:4344
07-01 14:51:24.135 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109521, dur:0,
num:2, tid:4344
07-01 14:51:24.138 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109522 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109522
07-01 14:51:24.138 1309 4344 I mtkpower_client: ret_hdl:109522
07-01 14:51:24.140 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109522,
tid:4344
07-01 14:51:26.195 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109522, dur:0,
num:2, tid:4344
07-01 14:51:26.197 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109523 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109523
07-01 14:51:26.198 1309 4344 I mtkpower_client: ret_hdl:109523
07-01 14:51:26.200 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109523,
tid:4344
07-01 14:51:28.234 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109523, dur:0,
num:2, tid:4070
07-01 14:51:28.235 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109524 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109524
07-01 14:51:28.236 1309 4070 I mtkpower_client: ret_hdl:109524
07-01 14:51:28.238 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109524,
tid:4070
07-01 14:51:30.296 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109524, dur:0,
num:2, tid:2991
07-01 14:51:30.298 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109525 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109525
07-01 14:51:30.299 1309 2991 I mtkpower_client: ret_hdl:109525
07-01 14:51:30.300 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109525,
tid:2991
07-01 14:51:31.665 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:51:31.665 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:51:31.808 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109525, dur:0,
num:2, tid:4070
07-01 14:51:31.810 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109526 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109526
07-01 14:51:31.810 1309 4070 I mtkpower_client: ret_hdl:109526
07-01 14:51:31.812 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109526,
tid:2991
07-01 14:51:32.286 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109526, dur:0,
num:2, tid:2991
07-01 14:51:32.288 1309 2991 I mtkpower_client: ret_hdl:109527
07-01 14:51:32.288 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109527 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109527
07-01 14:51:32.289 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109527,
tid:2991
07-01 14:51:34.260 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109527, dur:0,
num:2, tid:2991
07-01 14:51:34.261 1309 2991 I mtkpower_client: ret_hdl:109528
07-01 14:51:34.262 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109528 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109528
07-01 14:51:34.262 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109528,
tid:2991
07-01 14:51:36.372 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109528, dur:0,
num:2, tid:2991
07-01 14:51:36.374 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109529 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109529
07-01 14:51:36.375 1309 2991 I mtkpower_client: ret_hdl:109529
07-01 14:51:36.377 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109529,
tid:2991
07-01 14:51:38.391 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109529, dur:0,
num:2, tid:3968
07-01 14:51:38.393 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109530 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109530
07-01 14:51:38.394 1309 3968 I mtkpower_client: ret_hdl:109530
07-01 14:51:38.395 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109530,
tid:3968
07-01 14:51:40.370 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109530, dur:0,
num:2, tid:2849
07-01 14:51:40.371 1309 2849 I mtkpower_client: ret_hdl:109531
07-01 14:51:40.371 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109531 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109531
07-01 14:51:40.372 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109531,
tid:2849
07-01 14:51:41.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:51:41.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:51:42.026 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:51:42.028 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:51:42.131 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109531, dur:0,
num:2, tid:2745
07-01 14:51:42.133 1309 2745 I mtkpower_client: ret_hdl:109532
07-01 14:51:42.133 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109532 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109532
07-01 14:51:42.134 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109532,
tid:3968
07-01 14:51:42.503 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109532, dur:0,
num:2, tid:2745
07-01 14:51:42.504 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109533 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109533
07-01 14:51:42.505 1309 2745 I mtkpower_client: ret_hdl:109533
07-01 14:51:42.506 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109533,
tid:2745
07-01 14:51:46.506 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109533, dur:0,
num:2, tid:2745
07-01 14:51:46.507 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109534 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109534
07-01 14:51:46.508 1309 2745 I mtkpower_client: ret_hdl:109534
07-01 14:51:46.510 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109534,
tid:2745
07-01 14:51:48.493 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109534, dur:0,
num:2, tid:2745
07-01 14:51:48.495 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109535 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109535
07-01 14:51:48.496 1309 2745 I mtkpower_client: ret_hdl:109535
07-01 14:51:48.498 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109535,
tid:2745
07-01 14:51:50.526 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109535, dur:0,
num:2, tid:2849
07-01 14:51:50.530 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109536 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109536
07-01 14:51:50.531 1309 2849 I mtkpower_client: ret_hdl:109536
07-01 14:51:50.533 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109536,
tid:2849
07-01 14:51:52.521 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109536, dur:0,
num:2, tid:2745
07-01 14:51:52.523 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109537 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109537
07-01 14:51:52.523 1309 2745 I mtkpower_client: ret_hdl:109537
07-01 14:51:52.525 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109537,
tid:2745
07-01 14:51:54.559 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109537, dur:0,
num:2, tid:2745
07-01 14:51:54.561 1309 2745 I mtkpower_client: ret_hdl:109538
07-01 14:51:54.561 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109538 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109538
07-01 14:51:54.562 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109538,
tid:2745
07-01 14:51:56.608 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109538, dur:0,
num:2, tid:2745
07-01 14:51:56.610 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109539 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109539
07-01 14:51:56.611 1309 2745 I mtkpower_client: ret_hdl:109539
07-01 14:51:56.613 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109539,
tid:2745
07-01 14:51:58.603 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109539, dur:0,
num:2, tid:2745
07-01 14:51:58.605 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109540 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109540
07-01 14:51:58.605 1309 2745 I mtkpower_client: ret_hdl:109540
07-01 14:51:58.607 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109540,
tid:2745
07-01 14:52:00.627 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109540, dur:0,
num:2, tid:2745
07-01 14:52:00.629 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109541 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109541
07-01 14:52:00.630 1309 2745 I mtkpower_client: ret_hdl:109541
07-01 14:52:00.631 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109541,
tid:2745
07-01 14:52:01.058 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109541, dur:0,
num:2, tid:2745
07-01 14:52:01.060 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109542 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109542
07-01 14:52:01.060 1309 2745 I mtkpower_client: ret_hdl:109542
07-01 14:52:01.062 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109542,
tid:2745
07-01 14:52:02.758 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109542, dur:0,
num:2, tid:3968
07-01 14:52:02.760 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109543 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109543
07-01 14:52:02.760 1309 3968 I mtkpower_client: ret_hdl:109543
07-01 14:52:02.762 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109543,
tid:3968
07-01 14:52:04.847 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109543, dur:0,
num:2, tid:2745
07-01 14:52:04.849 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109544 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109544
07-01 14:52:04.850 1309 2745 I mtkpower_client: ret_hdl:109544
07-01 14:52:04.851 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109544,
tid:2745
07-01 14:52:06.776 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109544, dur:0,
num:2, tid:2849
07-01 14:52:06.777 1309 2849 I mtkpower_client: ret_hdl:109545
07-01 14:52:06.777 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109545 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109545
07-01 14:52:06.778 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109545,
tid:2849
07-01 14:52:08.773 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109545, dur:0,
num:2, tid:2849
07-01 14:52:08.775 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109546 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109546
07-01 14:52:08.776 1309 2849 I mtkpower_client: ret_hdl:109546
07-01 14:52:08.777 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109546,
tid:2849
07-01 14:52:10.758 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109546, dur:0,
num:2, tid:2849
07-01 14:52:10.759 1309 2849 I mtkpower_client: ret_hdl:109547
07-01 14:52:10.759 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109547 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109547
07-01 14:52:10.759 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109547,
tid:2849
07-01 14:52:12.823 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109547, dur:0,
num:2, tid:2849
07-01 14:52:12.825 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109548 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109548
07-01 14:52:12.826 1309 2849 I mtkpower_client: ret_hdl:109548
07-01 14:52:12.827 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109548,
tid:2849
07-01 14:52:14.830 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109548, dur:0,
num:2, tid:2849
07-01 14:52:14.832 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109549 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109549
07-01 14:52:14.833 1309 2849 I mtkpower_client: ret_hdl:109549
07-01 14:52:14.835 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109549,
tid:2849
07-01 14:52:16.863 1309 2300 I mtkpower_client: perf_lock_acq, hdl:109549, dur:0,
num:2, tid:2300
07-01 14:52:16.865 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109550 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109550
07-01 14:52:16.866 1309 2300 I mtkpower_client: ret_hdl:109550
07-01 14:52:16.867 1309 2300 I mtkpower_client: perf_lock_rel, hdl:109550,
tid:2300
07-01 14:52:18.914 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109550, dur:0,
num:2, tid:2745
07-01 14:52:18.915 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109551 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109551
07-01 14:52:18.916 1309 2745 I mtkpower_client: ret_hdl:109551
07-01 14:52:18.918 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109551,
tid:2745
07-01 14:52:20.905 1309 2300 I mtkpower_client: perf_lock_acq, hdl:109551, dur:0,
num:2, tid:2300
07-01 14:52:20.906 1309 2300 I mtkpower_client: ret_hdl:109552
07-01 14:52:20.907 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109552 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109552
07-01 14:52:20.907 1309 2300 I mtkpower_client: perf_lock_rel, hdl:109552,
tid:2300
07-01 14:52:22.928 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109552, dur:0,
num:2, tid:1418
07-01 14:52:22.929 1309 1418 I mtkpower_client: ret_hdl:109553
07-01 14:52:22.929 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109553 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109553
07-01 14:52:22.930 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109553,
tid:1418
07-01 14:52:24.991 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109553, dur:0,
num:2, tid:2745
07-01 14:52:24.992 1309 2745 I mtkpower_client: ret_hdl:109554
07-01 14:52:24.992 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109554 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109554
07-01 14:52:24.992 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109554,
tid:2745
07-01 14:52:26.963 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109554, dur:0,
num:2, tid:1418
07-01 14:52:26.965 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109555 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109555
07-01 14:52:26.966 1309 1418 I mtkpower_client: ret_hdl:109555
07-01 14:52:26.967 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109555,
tid:1418
07-01 14:52:28.949 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109555, dur:0,
num:2, tid:2991
07-01 14:52:28.951 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109556 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109556
07-01 14:52:28.952 1309 2991 I mtkpower_client: ret_hdl:109556
07-01 14:52:28.953 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109556,
tid:2991
07-01 14:52:31.001 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109556, dur:0,
num:2, tid:1418
07-01 14:52:31.004 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109557 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109557
07-01 14:52:31.004 1309 1418 I mtkpower_client: ret_hdl:109557
07-01 14:52:31.006 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109557,
tid:1418
07-01 14:52:33.039 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109557, dur:0,
num:2, tid:1418
07-01 14:52:33.041 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109558 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109558
07-01 14:52:33.042 1309 1418 I mtkpower_client: ret_hdl:109558
07-01 14:52:33.044 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109558,
tid:1418
07-01 14:52:35.048 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109558, dur:0,
num:2, tid:2745
07-01 14:52:35.050 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109559 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109559
07-01 14:52:35.051 1309 2745 I mtkpower_client: ret_hdl:109559
07-01 14:52:35.052 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109559,
tid:2745
07-01 14:52:35.956 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109559, dur:0,
num:2, tid:4071
07-01 14:52:35.957 1309 4071 I mtkpower_client: ret_hdl:109560
07-01 14:52:35.958 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109560 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109560
07-01 14:52:35.958 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109560,
tid:4071
07-01 14:52:36.155 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109560, dur:0,
num:2, tid:4071
07-01 14:52:36.156 1309 4071 I mtkpower_client: ret_hdl:109561
07-01 14:52:36.157 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109561 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109561
07-01 14:52:36.157 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109561,
tid:4071
07-01 14:52:36.491 1309 4071 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:52:36.491 1309 4071 E ActivityManager: java.lang.Throwable
07-01 14:52:36.491 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:52:36.491 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:52:36.491 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:52:36.491 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:52:36.491 1309 4071 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:52:36.491 1309 4071 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:52:36.491 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:52:36.491 1309 4071 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:52:36.491 1309 4071 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:52:37.814 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109561, dur:0,
num:2, tid:4071
07-01 14:52:37.815 1309 4071 I mtkpower_client: ret_hdl:109562
07-01 14:52:37.816 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109562 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109562
07-01 14:52:37.817 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109562,
tid:4071
07-01 14:52:41.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:52:41.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:52:42.126 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109562, dur:0,
num:2, tid:4071
07-01 14:52:42.128 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109563 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109563
07-01 14:52:42.129 1309 4071 I mtkpower_client: ret_hdl:109563
07-01 14:52:42.130 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109563,
tid:4071
07-01 14:52:52.701 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.ohbibi.fps
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10196
07-01 14:52:52.826 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
92 ms.
07-01 14:53:01.080 1309 2589 I mtkpower_client: perf_lock_acq, hdl:109563, dur:0,
num:2, tid:2589
07-01 14:53:01.083 1309 2589 I mtkpower_client: ret_hdl:109564
07-01 14:53:01.083 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109564 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109564
07-01 14:53:01.083 1309 2589 I mtkpower_client: perf_lock_rel, hdl:109564,
tid:2589
07-01 14:53:17.469 1309 2704 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.removed from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 14:53:17.469 1309 2704 E ActivityManager: java.lang.Throwable
07-01 14:53:17.469 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:53:17.469 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:53:17.469 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:53:17.469 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:53:17.469 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:53:17.469 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:53:17.469 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:53:17.469 1309 2704 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:53:17.469 1309 2704 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:53:17.616 1309 2588 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.added from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 14:53:17.616 1309 2588 E ActivityManager: java.lang.Throwable
07-01 14:53:17.616 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:53:17.616 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:53:17.616 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:53:17.616 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:53:17.616 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:53:17.616 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:53:17.616 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:53:17.616 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:53:17.616 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:53:18.012 1309 1309 I Telecom : eo: Package com.ohbibi.fps is not
tracked.: SSH.oR@ABg
07-01 14:53:18.014 1309 1309 I _V_Telecom: Telecom: InCallController:
updateCarModeForConnections: car mode apps:
07-01 14:53:18.205 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 14:53:18.209 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109340, dur:0,
num:2, tid:2740
07-01 14:53:18.211 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109565 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109565
07-01 14:53:18.213 1309 2740 I mtkpower_client: ret_hdl:109565
07-01 14:53:18.215 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109565,
tid:4075
07-01 14:53:18.396 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109565, dur:0,
num:2, tid:3540
07-01 14:53:18.398 1309 3540 I mtkpower_client: ret_hdl:109566
07-01 14:53:18.398 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109566 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109566
07-01 14:53:18.402 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109566,
tid:4076
07-01 14:53:18.428 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~kkMyK2Gra4mE0ePKJfR3Eg==/com.ohbibi.fps-iff-wM3rD6lRQ_cdBSEekA==/
base.apk
07-01 14:53:18.603 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~kkMyK2Gra4mE0ePKJfR3Eg==/com.ohbibi.fps-iff-wM3rD6lRQ_cdBSEekA==/
base.apk
07-01 14:53:19.719 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109566, dur:0,
num:2, tid:1542
07-01 14:53:19.720 1309 1542 I mtkpower_client: ret_hdl:109567
07-01 14:53:19.720 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109567 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109567
07-01 14:53:19.721 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109567,
tid:4076
07-01 14:53:20.618 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:53:20.618 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:53:20.769 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109564, dur:0,
num:2, tid:4069
07-01 14:53:20.772 1309 4069 I mtkpower_client: ret_hdl:109568
07-01 14:53:20.773 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109568 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109568
07-01 14:53:20.773 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109568,
tid:2740
07-01 14:53:20.950 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109567, dur:0,
num:2, tid:1542
07-01 14:53:20.951 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109569 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109569
07-01 14:53:20.952 1309 1542 I mtkpower_client: ret_hdl:109569
07-01 14:53:20.953 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109569,
tid:4076
07-01 14:53:21.950 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109568, dur:0,
num:2, tid:4069
07-01 14:53:21.952 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109570 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109570
07-01 14:53:21.952 1309 4069 I mtkpower_client: ret_hdl:109570
07-01 14:53:21.953 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109570,
tid:4069
07-01 14:53:22.903 1309 2704 E ActivityManager: Sending non-protected broadcast
com.vivo.applicationbehaviorengine.power.refreshList from system
2345:com.vivo.abe/1000 pkg com.vivo.abe
07-01 14:53:22.903 1309 2704 E ActivityManager: java.lang.Throwable
07-01 14:53:22.903 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:53:22.903 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:53:22.903 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:53:22.903 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:53:22.903 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:53:22.903 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:53:22.903 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:53:22.903 1309 2704 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:53:22.903 1309 2704 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:53:26.390 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109570, dur:0,
num:2, tid:2565
07-01 14:53:26.394 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109571 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109571
07-01 14:53:26.395 1309 2565 I mtkpower_client: ret_hdl:109571
07-01 14:53:26.398 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109571,
tid:2565
07-01 14:53:26.669 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109571, dur:0,
num:2, tid:2565
07-01 14:53:26.670 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109572 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109572
07-01 14:53:26.671 1309 2565 I mtkpower_client: ret_hdl:109572
07-01 14:53:26.671 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109572,
tid:2565
07-01 14:53:26.866 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109572, dur:0,
num:2, tid:2565
07-01 14:53:26.868 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109573 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109573
07-01 14:53:26.868 1309 2565 I mtkpower_client: ret_hdl:109573
07-01 14:53:26.869 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109573,
tid:2565
07-01 14:53:27.739 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109573, dur:0,
num:2, tid:2704
07-01 14:53:27.740 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109574 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109574
07-01 14:53:27.741 1309 2704 I mtkpower_client: ret_hdl:109574
07-01 14:53:27.741 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109574,
tid:2704
07-01 14:53:29.798 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109574, dur:0,
num:2, tid:4069
07-01 14:53:29.799 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109575 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109575
07-01 14:53:29.800 1309 4069 I mtkpower_client: ret_hdl:109575
07-01 14:53:29.801 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109575,
tid:4069
07-01 14:53:31.772 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109575, dur:0,
num:2, tid:2565
07-01 14:53:31.773 1309 2565 I mtkpower_client: ret_hdl:109576
07-01 14:53:31.773 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109576 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109576
07-01 14:53:31.773 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109576,
tid:4069
07-01 14:53:32.608 1309 1563 E ActivityManager: Sending non-protected broadcast
com.vivo.abe.action.UPLOAD_LOCATION from system uid 1000 pkg com.vivo.abe
07-01 14:53:32.608 1309 1563 E ActivityManager: java.lang.Throwable
07-01 14:53:32.608 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14219)
07-01 14:53:32.608 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:53:32.608 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentInPackage(ActivityManag
erService.java:15288)
07-01 14:53:32.608 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService$LocalService.broadcastIntentInPackage(
ActivityManagerService.java:17674)
07-01 14:53:32.608 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:612)
07-01 14:53:32.608 1309 1563 E ActivityManager: at
com.android.server.am.PendingIntentRecord.sendWithResult(PendingIntentRecord.java:3
45)
07-01 14:53:32.608 1309 1563 E ActivityManager: at
com.android.server.am.ActivityManagerService.sendIntentSender(ActivityManagerServic
e.java:5838)
07-01 14:53:32.608 1309 1563 E ActivityManager: at
android.app.PendingIntent.sendAndReturnResult(PendingIntent.java:986)
07-01 14:53:32.608 1309 1563 E ActivityManager: at
android.app.PendingIntent.send(PendingIntent.java:957)
07-01 14:53:32.608 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$DeliveryTracker.deliverLocked(AlarmMan
agerService.java:5365)
07-01 14:53:32.608 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService.deliverAlarmsLocked(AlarmManagerServic
e.java:4372)
07-01 14:53:32.608 1309 1563 E ActivityManager: at
com.android.server.alarm.AlarmManagerService$AlarmThread.run(AlarmManagerService.ja
va:4646)
07-01 14:53:32.783 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109576, dur:0,
num:2, tid:2565
07-01 14:53:32.784 1309 2565 I mtkpower_client: ret_hdl:109577
07-01 14:53:32.785 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109577 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109577
07-01 14:53:32.785 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109577,
tid:2565
07-01 14:53:33.798 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109577, dur:0,
num:2, tid:1542
07-01 14:53:33.800 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109578 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109578
07-01 14:53:33.801 1309 1542 I mtkpower_client: ret_hdl:109578
07-01 14:53:33.802 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109578,
tid:2704
07-01 14:53:35.881 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109578, dur:0,
num:2, tid:4069
07-01 14:53:35.883 1309 4069 I mtkpower_client: ret_hdl:109579
07-01 14:53:35.883 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109579 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109579
07-01 14:53:35.884 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109579,
tid:4069
07-01 14:53:38.035 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109579, dur:0,
num:2, tid:4070
07-01 14:53:38.036 1309 4070 I mtkpower_client: ret_hdl:109580
07-01 14:53:38.036 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109580 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109580
07-01 14:53:38.037 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109580,
tid:4070
07-01 14:53:39.958 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109580, dur:0,
num:2, tid:2740
07-01 14:53:39.960 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109581 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109581
07-01 14:53:39.961 1309 2740 I mtkpower_client: ret_hdl:109581
07-01 14:53:39.962 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109581,
tid:2740
07-01 14:53:40.363 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:53:40.363 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:53:40.501 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109581, dur:0,
num:2, tid:2740
07-01 14:53:40.502 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109582 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109582
07-01 14:53:40.502 1309 2740 I mtkpower_client: ret_hdl:109582
07-01 14:53:40.503 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109582,
tid:2740
07-01 14:53:41.988 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:53:41.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:53:42.009 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109582, dur:0,
num:2, tid:3540
07-01 14:53:42.010 1309 3540 I mtkpower_client: ret_hdl:109583
07-01 14:53:42.010 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109583 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109583
07-01 14:53:42.011 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109583,
tid:3540
07-01 14:53:42.121 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109583, dur:0,
num:2, tid:3540
07-01 14:53:42.123 1309 3540 I mtkpower_client: ret_hdl:109584
07-01 14:53:42.123 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109584 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109584
07-01 14:53:42.124 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109584,
tid:3540
07-01 14:53:44.017 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109584, dur:0,
num:2, tid:3540
07-01 14:53:44.018 1309 3540 I mtkpower_client: ret_hdl:109585
07-01 14:53:44.018 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109585 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109585
07-01 14:53:44.018 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109585,
tid:3540
07-01 14:53:46.094 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109585, dur:0,
num:2, tid:3540
07-01 14:53:46.094 1309 3540 I mtkpower_client: ret_hdl:109586
07-01 14:53:46.095 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109586 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109586
07-01 14:53:46.096 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109586,
tid:3540
07-01 14:53:47.464 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:53:47.466 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:53:48.199 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109586, dur:0,
num:2, tid:3540
07-01 14:53:48.201 1309 3540 I mtkpower_client: ret_hdl:109587
07-01 14:53:48.201 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109587 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109587
07-01 14:53:48.202 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109587,
tid:3540
07-01 14:53:50.152 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109587, dur:0,
num:2, tid:4344
07-01 14:53:50.153 1309 4344 I mtkpower_client: ret_hdl:109588
07-01 14:53:50.153 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109588 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109588
07-01 14:53:50.154 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109588,
tid:4344
07-01 14:53:52.205 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109588, dur:0,
num:2, tid:4070
07-01 14:53:52.206 1309 4070 I mtkpower_client: ret_hdl:109589
07-01 14:53:52.206 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109589 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109589
07-01 14:53:52.207 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109589,
tid:4070
07-01 14:53:54.267 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109589, dur:0,
num:2, tid:4344
07-01 14:53:54.268 1309 4344 I mtkpower_client: ret_hdl:109590
07-01 14:53:54.268 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109590 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109590
07-01 14:53:54.269 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109590,
tid:4344
07-01 14:53:56.230 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109590, dur:0,
num:2, tid:4070
07-01 14:53:56.232 1309 4070 I mtkpower_client: ret_hdl:109591
07-01 14:53:56.233 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109591 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109591
07-01 14:53:56.233 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109591,
tid:4070
07-01 14:53:58.276 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109591, dur:0,
num:2, tid:4070
07-01 14:53:58.278 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109592 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109592
07-01 14:53:58.279 1309 4070 I mtkpower_client: ret_hdl:109592
07-01 14:53:58.280 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109592,
tid:4070
07-01 14:54:00.284 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109592, dur:0,
num:2, tid:4070
07-01 14:54:00.285 1309 4070 I mtkpower_client: ret_hdl:109593
07-01 14:54:00.286 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109593 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109593
07-01 14:54:00.287 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109593,
tid:4070
07-01 14:54:02.249 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109593, dur:0,
num:2, tid:4344
07-01 14:54:02.251 1309 4344 I mtkpower_client: ret_hdl:109594
07-01 14:54:02.251 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109594 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109594
07-01 14:54:02.252 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109594,
tid:4344
07-01 14:54:04.300 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109594, dur:0,
num:2, tid:4070
07-01 14:54:04.301 1309 4070 I mtkpower_client: ret_hdl:109595
07-01 14:54:04.302 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109595 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109595
07-01 14:54:04.302 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109595,
tid:4070
07-01 14:54:06.400 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109595, dur:0,
num:2, tid:4070
07-01 14:54:06.401 1309 4070 I mtkpower_client: ret_hdl:109596
07-01 14:54:06.401 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109596 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109596
07-01 14:54:06.402 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109596,
tid:4070
07-01 14:54:08.345 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109596, dur:0,
num:2, tid:4070
07-01 14:54:08.347 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109597 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109597
07-01 14:54:08.348 1309 4070 I mtkpower_client: ret_hdl:109597
07-01 14:54:08.349 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109597,
tid:4070
07-01 14:54:10.290 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109597, dur:0,
num:2, tid:2740
07-01 14:54:10.291 1309 2740 I mtkpower_client: ret_hdl:109598
07-01 14:54:10.292 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109598 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109598
07-01 14:54:10.293 1309 2740 I mtkpower_client: perf_lock_rel, hdl:109598,
tid:2740
07-01 14:54:12.324 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109598, dur:0,
num:2, tid:4344
07-01 14:54:12.326 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109599 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109599
07-01 14:54:12.326 1309 4344 I mtkpower_client: ret_hdl:109599
07-01 14:54:12.327 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109599,
tid:4344
07-01 14:54:14.413 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109599, dur:0,
num:2, tid:4069
07-01 14:54:14.415 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109600 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109600
07-01 14:54:14.416 1309 4069 I mtkpower_client: ret_hdl:109600
07-01 14:54:14.418 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109600,
tid:4069
07-01 14:54:16.393 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109600, dur:0,
num:2, tid:4344
07-01 14:54:16.395 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109601 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109601
07-01 14:54:16.396 1309 4344 I mtkpower_client: ret_hdl:109601
07-01 14:54:16.397 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109601,
tid:4344
07-01 14:54:18.472 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109601, dur:0,
num:2, tid:3540
07-01 14:54:18.474 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109602 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109602
07-01 14:54:18.474 1309 3540 I mtkpower_client: ret_hdl:109602
07-01 14:54:18.475 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109602,
tid:4344
07-01 14:54:20.448 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109602, dur:0,
num:2, tid:4344
07-01 14:54:20.450 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109603 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109603
07-01 14:54:20.450 1309 4344 I mtkpower_client: ret_hdl:109603
07-01 14:54:20.451 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109603,
tid:4344
07-01 14:54:22.516 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109603, dur:0,
num:2, tid:4344
07-01 14:54:22.517 1309 4344 I mtkpower_client: ret_hdl:109604
07-01 14:54:22.517 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109604 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109604
07-01 14:54:22.517 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109604,
tid:4344
07-01 14:54:24.535 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109604, dur:0,
num:2, tid:4075
07-01 14:54:24.537 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109605 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109605
07-01 14:54:24.537 1309 4075 I mtkpower_client: ret_hdl:109605
07-01 14:54:24.539 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109605,
tid:4075
07-01 14:54:26.631 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109605, dur:0,
num:2, tid:4069
07-01 14:54:26.632 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109606 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109606
07-01 14:54:26.632 1309 4069 I mtkpower_client: ret_hdl:109606
07-01 14:54:26.633 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109606,
tid:4069
07-01 14:54:28.569 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109606, dur:0,
num:2, tid:4075
07-01 14:54:28.570 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109607 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109607
07-01 14:54:28.570 1309 4075 I mtkpower_client: ret_hdl:109607
07-01 14:54:28.571 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109607,
tid:4075
07-01 14:54:28.703 1309 4075 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:54:28.703 1309 4075 E ActivityManager: java.lang.Throwable
07-01 14:54:28.703 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:54:28.703 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:54:28.703 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:54:28.703 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:54:28.703 1309 4075 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:54:28.703 1309 4075 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:54:28.703 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:54:28.703 1309 4075 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:54:28.703 1309 4075 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:54:30.682 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109607, dur:0,
num:2, tid:4075
07-01 14:54:30.683 1309 4075 I mtkpower_client: ret_hdl:109608
07-01 14:54:30.683 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109608 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109608
07-01 14:54:30.684 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109608,
tid:4075
07-01 14:54:32.626 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109608, dur:0,
num:2, tid:4075
07-01 14:54:32.628 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109609 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109609
07-01 14:54:32.628 1309 4075 I mtkpower_client: ret_hdl:109609
07-01 14:54:32.629 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109609,
tid:4075
07-01 14:54:32.934 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:54:32.934 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:54:34.653 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109609, dur:0,
num:2, tid:4344
07-01 14:54:34.654 1309 4344 I mtkpower_client: ret_hdl:109610
07-01 14:54:34.654 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109610 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109610
07-01 14:54:34.655 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109610,
tid:4344
07-01 14:54:36.755 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109610, dur:0,
num:2, tid:4075
07-01 14:54:36.757 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109611 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109611
07-01 14:54:36.757 1309 4075 I mtkpower_client: ret_hdl:109611
07-01 14:54:36.758 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109611,
tid:4075
07-01 14:54:38.819 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109611, dur:0,
num:2, tid:4075
07-01 14:54:38.821 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109612 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109612
07-01 14:54:38.821 1309 4075 I mtkpower_client: ret_hdl:109612
07-01 14:54:38.822 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109612,
tid:4075
07-01 14:54:40.844 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109612, dur:0,
num:2, tid:3540
07-01 14:54:40.845 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109613 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109613
07-01 14:54:40.846 1309 3540 I mtkpower_client: ret_hdl:109613
07-01 14:54:40.847 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109613,
tid:3540
07-01 14:54:41.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:54:41.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:54:42.116 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109613, dur:0,
num:2, tid:2850
07-01 14:54:42.117 1309 2850 I mtkpower_client: ret_hdl:109614
07-01 14:54:42.117 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109614 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109614
07-01 14:54:42.117 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109614,
tid:2850
07-01 14:54:42.784 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109614, dur:0,
num:2, tid:2850
07-01 14:54:42.786 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109615 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109615
07-01 14:54:42.786 1309 2850 I mtkpower_client: ret_hdl:109615
07-01 14:54:42.789 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109615,
tid:2850
07-01 14:54:44.783 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109615, dur:0,
num:2, tid:2850
07-01 14:54:44.786 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109616 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109616
07-01 14:54:44.787 1309 2850 I mtkpower_client: ret_hdl:109616
07-01 14:54:44.788 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109616,
tid:2850
07-01 14:54:46.796 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109616, dur:0,
num:2, tid:2850
07-01 14:54:46.797 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109617 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109617
07-01 14:54:46.798 1309 2850 I mtkpower_client: ret_hdl:109617
07-01 14:54:46.799 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109617,
tid:2850
07-01 14:54:48.806 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109617, dur:0,
num:2, tid:4064
07-01 14:54:48.808 1309 4064 I mtkpower_client: ret_hdl:109618
07-01 14:54:48.809 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109618 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109618
07-01 14:54:48.809 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109618,
tid:4064
07-01 14:54:50.870 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109618, dur:0,
num:2, tid:2850
07-01 14:54:50.871 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109619 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109619
07-01 14:54:50.872 1309 2850 I mtkpower_client: ret_hdl:109619
07-01 14:54:50.874 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109619,
tid:2850
07-01 14:54:52.844 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109619, dur:0,
num:2, tid:2850
07-01 14:54:52.845 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109620 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109620
07-01 14:54:52.846 1309 2850 I mtkpower_client: ret_hdl:109620
07-01 14:54:52.848 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109620,
tid:2850
07-01 14:54:54.881 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109620, dur:0,
num:2, tid:4074
07-01 14:54:54.883 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109621 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109621
07-01 14:54:54.883 1309 4074 I mtkpower_client: ret_hdl:109621
07-01 14:54:54.884 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109621,
tid:4074
07-01 14:54:56.965 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109621, dur:0,
num:2, tid:4064
07-01 14:54:56.966 1309 4064 I mtkpower_client: ret_hdl:109622
07-01 14:54:56.966 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109622 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109622
07-01 14:54:56.967 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109622,
tid:4064
07-01 14:54:58.917 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109622, dur:0,
num:2, tid:4071
07-01 14:54:58.918 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109623 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109623
07-01 14:54:58.919 1309 4071 I mtkpower_client: ret_hdl:109623
07-01 14:54:58.920 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109623,
tid:4071
07-01 14:55:00.359 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109623, dur:0,
num:2, tid:4071
07-01 14:55:00.360 1309 4071 I mtkpower_client: ret_hdl:109625
07-01 14:55:00.360 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109625 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109625
07-01 14:55:00.361 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109625,
tid:4071
07-01 14:55:00.587 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109625, dur:0,
num:2, tid:4071
07-01 14:55:00.588 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109626 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109626
07-01 14:55:00.589 1309 4071 I mtkpower_client: ret_hdl:109626
07-01 14:55:00.590 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109626,
tid:4071
07-01 14:55:01.577 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109626, dur:0,
num:2, tid:4071
07-01 14:55:01.578 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109627 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109627
07-01 14:55:01.579 1309 4071 I mtkpower_client: ret_hdl:109627
07-01 14:55:01.581 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109627,
tid:4071
07-01 14:55:02.755 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109627, dur:0,
num:2, tid:4071
07-01 14:55:02.756 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109628 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109628
07-01 14:55:02.758 1309 4071 I mtkpower_client: ret_hdl:109628
07-01 14:55:02.760 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109628,
tid:4071
07-01 14:55:03.579 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109628, dur:0,
num:2, tid:4071
07-01 14:55:03.580 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109629 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109629
07-01 14:55:03.581 1309 4071 I mtkpower_client: ret_hdl:109629
07-01 14:55:03.582 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109629,
tid:4071
07-01 14:55:05.549 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109629, dur:0,
num:2, tid:2850
07-01 14:55:05.551 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109630 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109630
07-01 14:55:05.552 1309 2850 I mtkpower_client: ret_hdl:109630
07-01 14:55:05.553 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109630,
tid:2850
07-01 14:55:06.620 1309 4071 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:55:06.620 1309 4071 E ActivityManager: java.lang.Throwable
07-01 14:55:06.620 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:55:06.620 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:55:06.620 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:55:06.620 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:55:06.620 1309 4071 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:55:06.620 1309 4071 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:55:06.620 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:55:06.620 1309 4071 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:55:06.620 1309 4071 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:55:07.610 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109630, dur:0,
num:2, tid:2739
07-01 14:55:07.611 1309 2739 I mtkpower_client: ret_hdl:109631
07-01 14:55:07.611 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109631 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109631
07-01 14:55:07.612 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109631,
tid:2739
07-01 14:55:08.710 1309 2739 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:55:08.710 1309 2739 E ActivityManager: java.lang.Throwable
07-01 14:55:08.710 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:55:08.710 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:55:08.710 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:55:08.710 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:55:08.710 1309 2739 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:55:08.710 1309 2739 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:55:08.710 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:55:08.710 1309 2739 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:55:08.710 1309 2739 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:55:09.649 1309 2589 I mtkpower_client: perf_lock_acq, hdl:109631, dur:0,
num:2, tid:2589
07-01 14:55:09.652 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109632 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109632
07-01 14:55:09.653 1309 2589 I mtkpower_client: ret_hdl:109632
07-01 14:55:09.654 1309 2589 I mtkpower_client: perf_lock_rel, hdl:109632,
tid:2589
07-01 14:55:11.591 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109632, dur:0,
num:2, tid:4073
07-01 14:55:11.592 1309 4073 I mtkpower_client: ret_hdl:109633
07-01 14:55:11.593 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109633 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109633
07-01 14:55:11.593 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109633,
tid:4073
07-01 14:55:13.615 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109633, dur:0,
num:2, tid:4073
07-01 14:55:13.617 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109634 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109634
07-01 14:55:13.617 1309 4073 I mtkpower_client: ret_hdl:109634
07-01 14:55:13.618 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109634,
tid:4073
07-01 14:55:15.710 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109634, dur:0,
num:2, tid:4073
07-01 14:55:15.711 1309 4073 I mtkpower_client: ret_hdl:109635
07-01 14:55:15.711 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109635 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109635
07-01 14:55:15.712 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109635,
tid:2850
07-01 14:55:17.771 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109635, dur:0,
num:2, tid:2221
07-01 14:55:17.772 1309 2221 I mtkpower_client: ret_hdl:109636
07-01 14:55:17.773 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109636 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109636
07-01 14:55:17.773 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109636,
tid:2221
07-01 14:55:19.763 1309 2850 I mtkpower_client: perf_lock_acq, hdl:109636, dur:0,
num:2, tid:2850
07-01 14:55:19.765 1309 2850 I mtkpower_client: ret_hdl:109637
07-01 14:55:19.765 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109637 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109637
07-01 14:55:19.766 1309 2850 I mtkpower_client: perf_lock_rel, hdl:109637,
tid:2850
07-01 14:55:21.712 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109637, dur:0,
num:2, tid:3946
07-01 14:55:21.713 1309 3946 I mtkpower_client: ret_hdl:109638
07-01 14:55:21.713 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109638 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109638
07-01 14:55:21.713 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109638,
tid:3946
07-01 14:55:23.832 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109638, dur:0,
num:2, tid:4069
07-01 14:55:23.832 1309 4069 I mtkpower_client: ret_hdl:109639
07-01 14:55:23.833 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109639 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109639
07-01 14:55:23.833 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109639,
tid:4069
07-01 14:55:25.816 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109639, dur:0,
num:2, tid:4069
07-01 14:55:25.817 1309 4069 I mtkpower_client: ret_hdl:109640
07-01 14:55:25.817 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109640 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109640
07-01 14:55:25.817 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109640,
tid:4069
07-01 14:55:27.893 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109640, dur:0,
num:2, tid:4069
07-01 14:55:27.894 1309 4069 I mtkpower_client: ret_hdl:109641
07-01 14:55:27.894 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109641 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109641
07-01 14:55:27.895 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109641,
tid:4069
07-01 14:55:28.700 1309 4069 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:55:28.700 1309 4069 E ActivityManager: java.lang.Throwable
07-01 14:55:28.700 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:55:28.700 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:55:28.700 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:55:28.700 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:55:28.700 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:55:28.700 1309 4069 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:55:28.700 1309 4069 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:55:28.700 1309 4069 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:55:28.700 1309 4069 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:55:29.289 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:55:29.289 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:55:29.421 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109641, dur:0,
num:2, tid:2849
07-01 14:55:29.422 1309 2849 I mtkpower_client: ret_hdl:109642
07-01 14:55:29.422 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109642 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109642
07-01 14:55:29.423 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109642,
tid:2849
07-01 14:55:29.962 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109642, dur:0,
num:2, tid:2849
07-01 14:55:29.962 1309 2849 I mtkpower_client: ret_hdl:109643
07-01 14:55:29.963 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109643 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109643
07-01 14:55:29.963 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109643,
tid:2849
07-01 14:55:31.992 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109643, dur:0,
num:2, tid:2849
07-01 14:55:31.993 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109644 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109644
07-01 14:55:31.994 1309 2849 I mtkpower_client: ret_hdl:109644
07-01 14:55:31.995 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109644,
tid:2849
07-01 14:55:34.086 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109644, dur:0,
num:2, tid:2849
07-01 14:55:34.088 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109645 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109645
07-01 14:55:34.089 1309 2849 I mtkpower_client: ret_hdl:109645
07-01 14:55:34.090 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109645,
tid:2849
07-01 14:55:36.108 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109645, dur:0,
num:2, tid:2849
07-01 14:55:36.109 1309 2849 I mtkpower_client: ret_hdl:109646
07-01 14:55:36.109 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109646 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109646
07-01 14:55:36.110 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109646,
tid:2849
07-01 14:55:38.280 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109646, dur:0,
num:2, tid:2849
07-01 14:55:38.281 1309 2849 I mtkpower_client: ret_hdl:109647
07-01 14:55:38.282 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109647 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109647
07-01 14:55:38.282 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109647,
tid:2849
07-01 14:55:39.169 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:55:39.169 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:55:39.313 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109647, dur:0,
num:2, tid:2849
07-01 14:55:39.314 1309 2849 I mtkpower_client: ret_hdl:109648
07-01 14:55:39.314 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109648 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109648
07-01 14:55:39.315 1309 2849 I mtkpower_client: perf_lock_rel, hdl:109648,
tid:2849
07-01 14:55:40.177 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109648, dur:0,
num:2, tid:2704
07-01 14:55:40.179 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109649 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109649
07-01 14:55:40.180 1309 2704 I mtkpower_client: ret_hdl:109649
07-01 14:55:40.181 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109649,
tid:2704
07-01 14:55:41.985 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:55:41.985 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:55:42.013 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:55:42.014 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:55:42.175 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109649, dur:0,
num:2, tid:4074
07-01 14:55:42.177 1309 4074 I mtkpower_client: ret_hdl:109650
07-01 14:55:42.177 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109650 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109650
07-01 14:55:42.178 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109650,
tid:4074
07-01 14:55:44.277 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109650, dur:0,
num:2, tid:4069
07-01 14:55:44.279 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109651 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109651
07-01 14:55:44.280 1309 4069 I mtkpower_client: ret_hdl:109651
07-01 14:55:44.282 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109651,
tid:4069
07-01 14:55:46.290 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109651, dur:0,
num:2, tid:4069
07-01 14:55:46.292 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109652 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109652
07-01 14:55:46.292 1309 4069 I mtkpower_client: ret_hdl:109652
07-01 14:55:46.293 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109652,
tid:4069
07-01 14:55:48.289 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109652, dur:0,
num:2, tid:4069
07-01 14:55:48.290 1309 4069 I mtkpower_client: ret_hdl:109653
07-01 14:55:48.291 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109653 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109653
07-01 14:55:48.291 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109653,
tid:4069
07-01 14:55:50.307 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109653, dur:0,
num:2, tid:4344
07-01 14:55:50.309 1309 4344 I mtkpower_client: ret_hdl:109654
07-01 14:55:50.309 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109654 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109654
07-01 14:55:50.310 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109654,
tid:4344
07-01 14:55:52.290 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109654, dur:0,
num:2, tid:4344
07-01 14:55:52.291 1309 4344 I mtkpower_client: ret_hdl:109655
07-01 14:55:52.292 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109655 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109655
07-01 14:55:52.292 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109655,
tid:4344
07-01 14:55:54.474 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109655, dur:0,
num:2, tid:4344
07-01 14:55:54.475 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109656 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109656
07-01 14:55:54.476 1309 4344 I mtkpower_client: ret_hdl:109656
07-01 14:55:54.478 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109656,
tid:4344
07-01 14:55:56.399 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109656, dur:0,
num:2, tid:4344
07-01 14:55:56.400 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109657 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109657
07-01 14:55:56.400 1309 4344 I mtkpower_client: ret_hdl:109657
07-01 14:55:56.402 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109657,
tid:3946
07-01 14:55:58.509 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109657, dur:0,
num:2, tid:3946
07-01 14:55:58.510 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109658 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109658
07-01 14:55:58.510 1309 3946 I mtkpower_client: ret_hdl:109658
07-01 14:55:58.511 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109658,
tid:3946
07-01 14:56:00.491 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109658, dur:0,
num:2, tid:2739
07-01 14:56:00.493 1309 2739 I mtkpower_client: ret_hdl:109659
07-01 14:56:00.493 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109659 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109659
07-01 14:56:00.493 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109659,
tid:2739
07-01 14:56:02.738 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109659, dur:0,
num:2, tid:2739
07-01 14:56:02.739 1309 2739 I mtkpower_client: ret_hdl:109660
07-01 14:56:02.740 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109660 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109660
07-01 14:56:02.740 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109660,
tid:2739
07-01 14:56:04.682 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109660, dur:0,
num:2, tid:4069
07-01 14:56:04.683 1309 4069 I mtkpower_client: ret_hdl:109661
07-01 14:56:04.683 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109661 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109661
07-01 14:56:04.683 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109661,
tid:4069
07-01 14:56:06.727 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109661, dur:0,
num:2, tid:4069
07-01 14:56:06.729 1309 4069 I mtkpower_client: ret_hdl:109662
07-01 14:56:06.729 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109662 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109662
07-01 14:56:06.730 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109662,
tid:4069
07-01 14:56:08.743 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109662, dur:0,
num:2, tid:4344
07-01 14:56:08.744 1309 4344 I mtkpower_client: ret_hdl:109663
07-01 14:56:08.744 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109663 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109663
07-01 14:56:08.744 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109663,
tid:4344
07-01 14:56:12.777 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109663, dur:0,
num:2, tid:2739
07-01 14:56:12.780 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109664 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109664
07-01 14:56:12.781 1309 2739 I mtkpower_client: ret_hdl:109664
07-01 14:56:12.782 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109664,
tid:2739
07-01 14:56:14.825 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109664, dur:0,
num:2, tid:4344
07-01 14:56:14.827 1309 4344 I mtkpower_client: ret_hdl:109665
07-01 14:56:14.827 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109665 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109665
07-01 14:56:14.829 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109665,
tid:4344
07-01 14:56:16.872 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109665, dur:0,
num:2, tid:4344
07-01 14:56:16.873 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109666 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109666
07-01 14:56:16.874 1309 4344 I mtkpower_client: ret_hdl:109666
07-01 14:56:16.875 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109666,
tid:4344
07-01 14:56:18.985 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109666, dur:0,
num:2, tid:4073
07-01 14:56:18.987 1309 4073 I mtkpower_client: ret_hdl:109667
07-01 14:56:18.987 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109667 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109667
07-01 14:56:18.988 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109667,
tid:4073
07-01 14:56:20.906 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109667, dur:0,
num:2, tid:3946
07-01 14:56:20.907 1309 3946 I mtkpower_client: ret_hdl:109668
07-01 14:56:20.908 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109668 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109668
07-01 14:56:20.908 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109668,
tid:3946
07-01 14:56:22.933 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109668, dur:0,
num:2, tid:4073
07-01 14:56:22.934 1309 4073 I mtkpower_client: ret_hdl:109669
07-01 14:56:22.934 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109669 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109669
07-01 14:56:22.934 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109669,
tid:4073
07-01 14:56:24.972 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109669, dur:0,
num:2, tid:4073
07-01 14:56:24.973 1309 4073 I mtkpower_client: ret_hdl:109670
07-01 14:56:24.974 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109670 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109670
07-01 14:56:24.974 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109670,
tid:4073
07-01 14:56:27.031 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109670, dur:0,
num:2, tid:4073
07-01 14:56:27.032 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109671 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109671
07-01 14:56:27.032 1309 4073 I mtkpower_client: ret_hdl:109671
07-01 14:56:27.033 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109671,
tid:4073
07-01 14:56:29.018 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109671, dur:0,
num:2, tid:4073
07-01 14:56:29.019 1309 4073 I mtkpower_client: ret_hdl:109672
07-01 14:56:29.019 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109672 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109672
07-01 14:56:29.020 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109672,
tid:4073
07-01 14:56:31.084 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109672, dur:0,
num:2, tid:4074
07-01 14:56:31.085 1309 4074 I mtkpower_client: ret_hdl:109673
07-01 14:56:31.085 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109673 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109673
07-01 14:56:31.086 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109673,
tid:4074
07-01 14:56:33.083 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109673, dur:0,
num:2, tid:4074
07-01 14:56:33.083 1309 4074 I mtkpower_client: ret_hdl:109674
07-01 14:56:33.084 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109674 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109674
07-01 14:56:33.084 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109674,
tid:4074
07-01 14:56:35.043 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109674, dur:0,
num:2, tid:4074
07-01 14:56:35.044 1309 4074 I mtkpower_client: ret_hdl:109675
07-01 14:56:35.044 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109675 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109675
07-01 14:56:35.045 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109675,
tid:4074
07-01 14:56:37.171 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109675, dur:0,
num:2, tid:4074
07-01 14:56:37.172 1309 4074 I mtkpower_client: ret_hdl:109676
07-01 14:56:37.172 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109676 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109676
07-01 14:56:37.173 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109676,
tid:4074
07-01 14:56:39.277 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109676, dur:0,
num:2, tid:2739
07-01 14:56:39.278 1309 2739 I mtkpower_client: ret_hdl:109677
07-01 14:56:39.278 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109677 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109677
07-01 14:56:39.279 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109677,
tid:2739
07-01 14:56:41.317 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109677, dur:0,
num:2, tid:4074
07-01 14:56:41.318 1309 4074 I mtkpower_client: ret_hdl:109678
07-01 14:56:41.319 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109678 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109678
07-01 14:56:41.319 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109678,
tid:4074
07-01 14:56:41.990 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:56:41.990 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:56:42.121 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109678, dur:0,
num:2, tid:4074
07-01 14:56:42.122 1309 4074 I mtkpower_client: ret_hdl:109679
07-01 14:56:42.122 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109679 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109679
07-01 14:56:42.123 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109679,
tid:4074
07-01 14:56:43.269 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109679, dur:0,
num:2, tid:2739
07-01 14:56:43.269 1309 2739 I mtkpower_client: ret_hdl:109680
07-01 14:56:43.270 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109680 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109680
07-01 14:56:43.270 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109680,
tid:2739
07-01 14:56:45.334 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109680, dur:0,
num:2, tid:3946
07-01 14:56:45.335 1309 3946 I mtkpower_client: ret_hdl:109681
07-01 14:56:45.336 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109681 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109681
07-01 14:56:45.336 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109681,
tid:3946
07-01 14:56:47.329 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109681, dur:0,
num:2, tid:3946
07-01 14:56:47.330 1309 3946 I mtkpower_client: ret_hdl:109682
07-01 14:56:47.330 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109682 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109682
07-01 14:56:47.331 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109682,
tid:3946
07-01 14:56:49.460 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109682, dur:0,
num:2, tid:3946
07-01 14:56:49.460 1309 3946 I mtkpower_client: ret_hdl:109683
07-01 14:56:49.461 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109683 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109683
07-01 14:56:49.461 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109683,
tid:3946
07-01 14:56:51.588 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109683, dur:0,
num:2, tid:4074
07-01 14:56:51.589 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109684 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109684
07-01 14:56:51.590 1309 4074 I mtkpower_client: ret_hdl:109684
07-01 14:56:51.590 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109684,
tid:4074
07-01 14:56:53.499 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109684, dur:0,
num:2, tid:4073
07-01 14:56:53.500 1309 4073 I mtkpower_client: ret_hdl:109685
07-01 14:56:53.500 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109685 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109685
07-01 14:56:53.501 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109685,
tid:4074
07-01 14:56:53.752 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109685, dur:0,
num:2, tid:4074
07-01 14:56:53.753 1309 4074 I mtkpower_client: ret_hdl:109686
07-01 14:56:53.753 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109686 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109686
07-01 14:56:53.754 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109686,
tid:4074
07-01 14:56:53.911 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109686, dur:0,
num:2, tid:4074
07-01 14:56:53.912 1309 4074 I mtkpower_client: ret_hdl:109687
07-01 14:56:53.912 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109687 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109687
07-01 14:56:53.913 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109687,
tid:4074
07-01 14:56:54.098 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109687, dur:0,
num:2, tid:3946
07-01 14:56:54.099 1309 3946 I mtkpower_client: ret_hdl:109688
07-01 14:56:54.099 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109688 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109688
07-01 14:56:54.099 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109688,
tid:3946
07-01 14:56:54.870 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109688, dur:0,
num:2, tid:4074
07-01 14:56:54.871 1309 4074 I mtkpower_client: ret_hdl:109689
07-01 14:56:54.871 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109689 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109689
07-01 14:56:54.872 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109689,
tid:4074
07-01 14:56:56.783 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109689, dur:0,
num:2, tid:2739
07-01 14:56:56.784 1309 2739 I mtkpower_client: ret_hdl:109690
07-01 14:56:56.784 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109690 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109690
07-01 14:56:56.785 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109690,
tid:2739
07-01 14:56:58.815 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109690, dur:0,
num:2, tid:2739
07-01 14:56:58.816 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109691 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109691
07-01 14:56:58.816 1309 2739 I mtkpower_client: ret_hdl:109691
07-01 14:56:58.817 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109691,
tid:3540
07-01 14:57:00.792 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109691, dur:0,
num:2, tid:2739
07-01 14:57:00.793 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109692 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109692
07-01 14:57:00.794 1309 2739 I mtkpower_client: ret_hdl:109692
07-01 14:57:00.795 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109692,
tid:2739
07-01 14:57:02.889 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109692, dur:0,
num:2, tid:2221
07-01 14:57:02.891 1309 2221 I mtkpower_client: ret_hdl:109693
07-01 14:57:02.891 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109693 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109693
07-01 14:57:02.892 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109693,
tid:2221
07-01 14:57:04.877 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109693, dur:0,
num:2, tid:4064
07-01 14:57:04.878 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109694 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109694
07-01 14:57:04.879 1309 4064 I mtkpower_client: ret_hdl:109694
07-01 14:57:04.880 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109694,
tid:4064
07-01 14:57:06.856 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109694, dur:0,
num:2, tid:4064
07-01 14:57:06.857 1309 4064 I mtkpower_client: ret_hdl:109695
07-01 14:57:06.857 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109695 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109695
07-01 14:57:06.858 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109695,
tid:4064
07-01 14:57:08.711 1309 4064 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:57:08.711 1309 4064 E ActivityManager: java.lang.Throwable
07-01 14:57:08.711 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:57:08.711 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:57:08.711 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:57:08.711 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:57:08.711 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:57:08.711 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:57:08.711 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:57:08.711 1309 4064 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:57:08.711 1309 4064 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:57:08.946 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109695, dur:0,
num:2, tid:4064
07-01 14:57:08.948 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109696 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109696
07-01 14:57:08.949 1309 4064 I mtkpower_client: ret_hdl:109696
07-01 14:57:08.950 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109696,
tid:4064
07-01 14:57:10.955 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109696, dur:0,
num:2, tid:4075
07-01 14:57:10.957 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109697 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109697
07-01 14:57:10.958 1309 4075 I mtkpower_client: ret_hdl:109697
07-01 14:57:10.959 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109697,
tid:4075
07-01 14:57:12.948 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109697, dur:0,
num:2, tid:2221
07-01 14:57:12.949 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109698 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109698
07-01 14:57:12.950 1309 2221 I mtkpower_client: ret_hdl:109698
07-01 14:57:12.952 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109698,
tid:2221
07-01 14:57:15.052 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109698, dur:0,
num:2, tid:2221
07-01 14:57:15.053 1309 2221 I mtkpower_client: ret_hdl:109699
07-01 14:57:15.053 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109699 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109699
07-01 14:57:15.054 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109699,
tid:2221
07-01 14:57:17.002 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109699, dur:0,
num:2, tid:2745
07-01 14:57:17.004 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109700 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109700
07-01 14:57:17.004 1309 2745 I mtkpower_client: ret_hdl:109700
07-01 14:57:17.006 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109700,
tid:2745
07-01 14:57:19.083 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109700, dur:0,
num:2, tid:2745
07-01 14:57:19.085 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109701 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109701
07-01 14:57:19.086 1309 2745 I mtkpower_client: ret_hdl:109701
07-01 14:57:19.087 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109701,
tid:2221
07-01 14:57:21.153 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109701, dur:0,
num:2, tid:2221
07-01 14:57:21.154 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109702 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109702
07-01 14:57:21.154 1309 2221 I mtkpower_client: ret_hdl:109702
07-01 14:57:21.156 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109702,
tid:2221
07-01 14:57:23.239 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109702, dur:0,
num:2, tid:2221
07-01 14:57:23.241 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109703 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109703
07-01 14:57:23.241 1309 2221 I mtkpower_client: ret_hdl:109703
07-01 14:57:23.242 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109703,
tid:2221
07-01 14:57:25.245 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109703, dur:0,
num:2, tid:2221
07-01 14:57:25.247 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109704 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109704
07-01 14:57:25.248 1309 2221 I mtkpower_client: ret_hdl:109704
07-01 14:57:25.249 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109704,
tid:2221
07-01 14:57:27.250 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109704, dur:0,
num:2, tid:2745
07-01 14:57:27.251 1309 2745 I mtkpower_client: ret_hdl:109705
07-01 14:57:27.251 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109705 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109705
07-01 14:57:27.251 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109705,
tid:2745
07-01 14:57:28.063 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:57:28.063 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:57:28.201 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109705, dur:0,
num:2, tid:2745
07-01 14:57:28.202 1309 2745 I mtkpower_client: ret_hdl:109706
07-01 14:57:28.202 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109706 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109706
07-01 14:57:28.203 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109706,
tid:2221
07-01 14:57:29.252 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109706, dur:0,
num:2, tid:2221
07-01 14:57:29.254 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109707 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109707
07-01 14:57:29.254 1309 2221 I mtkpower_client: ret_hdl:109707
07-01 14:57:29.256 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109707,
tid:2221
07-01 14:57:31.260 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109707, dur:0,
num:2, tid:2745
07-01 14:57:31.263 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109708 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109708
07-01 14:57:31.263 1309 2745 I mtkpower_client: ret_hdl:109708
07-01 14:57:31.265 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109708,
tid:2745
07-01 14:57:35.336 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109708, dur:0,
num:2, tid:3946
07-01 14:57:35.337 1309 3946 I mtkpower_client: ret_hdl:109709
07-01 14:57:35.337 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109709 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109709
07-01 14:57:35.338 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109709,
tid:3946
07-01 14:57:36.761 1309 3946 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 14:57:36.761 1309 3946 E ActivityManager: java.lang.Throwable
07-01 14:57:36.761 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:57:36.761 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:57:36.761 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:57:36.761 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:57:36.761 1309 3946 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:57:36.761 1309 3946 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:57:36.761 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:57:36.761 1309 3946 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:57:36.761 1309 3946 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:57:37.514 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109709, dur:0,
num:2, tid:2739
07-01 14:57:37.516 1309 2739 I mtkpower_client: ret_hdl:109710
07-01 14:57:37.517 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109710 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109710
07-01 14:57:37.518 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109710,
tid:2739
07-01 14:57:39.462 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109710, dur:0,
num:2, tid:2739
07-01 14:57:39.463 1309 2739 I mtkpower_client: ret_hdl:109711
07-01 14:57:39.464 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109711 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109711
07-01 14:57:39.464 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109711,
tid:3946
07-01 14:57:39.743 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109711, dur:0,
num:2, tid:4064
07-01 14:57:39.744 1309 4064 I mtkpower_client: ret_hdl:109712
07-01 14:57:39.744 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109712 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109712
07-01 14:57:39.745 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109712,
tid:2221
07-01 14:57:39.986 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109712, dur:0,
num:2, tid:2221
07-01 14:57:39.987 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109713 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109713
07-01 14:57:39.988 1309 2221 I mtkpower_client: ret_hdl:109713
07-01 14:57:39.989 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109713,
tid:2221
07-01 14:57:40.180 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109713, dur:0,
num:2, tid:2221
07-01 14:57:40.182 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109714 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109714
07-01 14:57:40.182 1309 2221 I mtkpower_client: ret_hdl:109714
07-01 14:57:40.183 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109714,
tid:2221
07-01 14:57:41.517 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109714, dur:0,
num:2, tid:2221
07-01 14:57:41.519 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109715 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109715
07-01 14:57:41.519 1309 2221 I mtkpower_client: ret_hdl:109715
07-01 14:57:41.521 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109715,
tid:2221
07-01 14:57:41.985 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:57:41.985 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:57:42.123 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109715, dur:0,
num:2, tid:2221
07-01 14:57:42.125 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109716 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109716
07-01 14:57:42.127 1309 2221 I mtkpower_client: ret_hdl:109716
07-01 14:57:42.128 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109716,
tid:2221
07-01 14:57:43.586 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109716, dur:0,
num:2, tid:2221
07-01 14:57:43.588 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109717 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109717
07-01 14:57:43.590 1309 2221 I mtkpower_client: ret_hdl:109717
07-01 14:57:43.592 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109717,
tid:2221
07-01 14:57:45.615 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109717, dur:0,
num:2, tid:2221
07-01 14:57:45.617 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109718 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109718
07-01 14:57:45.618 1309 2221 I mtkpower_client: ret_hdl:109718
07-01 14:57:45.619 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109718,
tid:2221
07-01 14:57:47.589 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109718, dur:0,
num:2, tid:2221
07-01 14:57:47.592 1309 2221 I mtkpower_client: ret_hdl:109719
07-01 14:57:47.592 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109719 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109719
07-01 14:57:47.593 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109719,
tid:2221
07-01 14:57:47.879 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:57:47.880 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:57:48.020 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109719, dur:0,
num:2, tid:4064
07-01 14:57:48.021 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109720 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109720
07-01 14:57:48.022 1309 4064 I mtkpower_client: ret_hdl:109720
07-01 14:57:48.023 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109720,
tid:2739
07-01 14:57:48.589 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109720, dur:0,
num:2, tid:4064
07-01 14:57:48.590 1309 4064 I mtkpower_client: ret_hdl:109721
07-01 14:57:48.590 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109721 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109721
07-01 14:57:48.591 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109721,
tid:4064
07-01 14:57:50.224 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:57:50.226 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 14:57:50.459 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109721, dur:0,
num:2, tid:2739
07-01 14:57:50.460 1309 2739 I mtkpower_client: ret_hdl:109722
07-01 14:57:50.461 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109722 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109722
07-01 14:57:50.461 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109722,
tid:2739
07-01 14:57:58.170 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.byril.stickmanarcher
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10203
07-01 14:58:05.340 1309 1309 I Telecom : eo: Package com.byril.stickmanarcher is
not tracked.: SSH.oR@ABk
07-01 14:58:05.340 1309 1309 I _V_Telecom: Telecom: InCallController:
updateCarModeForConnections: car mode apps:
07-01 14:58:05.406 1309 2221 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.removed from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 14:58:05.406 1309 2221 E ActivityManager: java.lang.Throwable
07-01 14:58:05.406 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:58:05.406 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:58:05.406 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:58:05.406 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:58:05.406 1309 2221 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:58:05.406 1309 2221 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:58:05.406 1309 2221 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:58:05.406 1309 2221 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:58:05.406 1309 2221 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:58:05.484 1309 2588 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.added from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 14:58:05.484 1309 2588 E ActivityManager: java.lang.Throwable
07-01 14:58:05.484 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:58:05.484 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:58:05.484 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:58:05.484 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:58:05.484 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:58:05.484 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:58:05.484 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:58:05.484 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:58:05.484 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:58:05.744 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 14:58:06.048 1309 2740 I mtkpower_client: perf_lock_acq, hdl:109569, dur:0,
num:2, tid:2740
07-01 14:58:06.050 1309 2740 I mtkpower_client: ret_hdl:109723
07-01 14:58:06.052 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109723 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109723
07-01 14:58:06.052 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109723,
tid:4070
07-01 14:58:06.158 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109723, dur:0,
num:2, tid:2739
07-01 14:58:06.159 1309 2739 I mtkpower_client: ret_hdl:109724
07-01 14:58:06.159 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109724 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109724
07-01 14:58:06.160 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109724,
tid:1542
07-01 14:58:06.194 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~VDP48-0FqELdtA-QBhM-7g==/com.byril.stickmanarcher-
g59cLNdAXdTwd8BiQDkIHQ==/base.apk
07-01 14:58:06.271 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109724, dur:0,
num:2, tid:4069
07-01 14:58:06.272 1309 4069 I mtkpower_client: ret_hdl:109725
07-01 14:58:06.273 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109725 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109725
07-01 14:58:06.273 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109725,
tid:4069
07-01 14:58:06.364 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~VDP48-0FqELdtA-QBhM-7g==/com.byril.stickmanarcher-
g59cLNdAXdTwd8BiQDkIHQ==/base.apk
07-01 14:58:08.975 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109725, dur:0,
num:2, tid:4065
07-01 14:58:08.978 1309 4065 I mtkpower_client: ret_hdl:109726
07-01 14:58:08.978 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109726 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109726
07-01 14:58:08.979 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109726,
tid:4070
07-01 14:58:09.613 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109722, dur:0,
num:2, tid:4077
07-01 14:58:09.615 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109727 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109727
07-01 14:58:09.615 1309 4077 I mtkpower_client: ret_hdl:109727
07-01 14:58:09.617 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109727,
tid:4077
07-01 14:58:09.897 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109727, dur:0,
num:2, tid:4065
07-01 14:58:09.898 1309 4065 I mtkpower_client: ret_hdl:109728
07-01 14:58:09.898 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109728 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109728
07-01 14:58:09.899 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109728,
tid:4065
07-01 14:58:10.080 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109728, dur:0,
num:2, tid:4077
07-01 14:58:10.081 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109729 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109729
07-01 14:58:10.082 1309 4077 I mtkpower_client: ret_hdl:109729
07-01 14:58:10.084 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109729,
tid:4077
07-01 14:58:10.347 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109729, dur:0,
num:2, tid:4077
07-01 14:58:10.348 1309 4077 I mtkpower_client: ret_hdl:109730
07-01 14:58:10.348 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109730 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109730
07-01 14:58:10.349 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109730,
tid:4077
07-01 14:58:10.742 1309 4077 E ActivityManager: Sending non-protected broadcast
com.vivo.applicationbehaviorengine.power.refreshList from system
2345:com.vivo.abe/1000 pkg com.vivo.abe
07-01 14:58:10.742 1309 4077 E ActivityManager: java.lang.Throwable
07-01 14:58:10.742 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:58:10.742 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:58:10.742 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:58:10.742 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:58:10.742 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:58:10.742 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:58:10.742 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:58:10.742 1309 4077 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:58:10.742 1309 4077 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:58:10.755 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109730, dur:0,
num:2, tid:4077
07-01 14:58:10.756 1309 4077 I mtkpower_client: ret_hdl:109731
07-01 14:58:10.756 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109731 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109731
07-01 14:58:10.757 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109731,
tid:4077
07-01 14:58:11.161 1309 4077 I mtkpower_client: perf_lock_acq, hdl:109731, dur:0,
num:2, tid:4077
07-01 14:58:11.163 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109732 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109732
07-01 14:58:11.164 1309 4077 I mtkpower_client: ret_hdl:109732
07-01 14:58:11.165 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109732,
tid:4077
07-01 14:58:13.219 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109732, dur:0,
num:2, tid:4064
07-01 14:58:13.220 1309 4064 I mtkpower_client: ret_hdl:109734
07-01 14:58:13.220 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109734 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109734
07-01 14:58:13.221 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109734,
tid:4077
07-01 14:58:13.472 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109734, dur:0,
num:2, tid:2704
07-01 14:58:13.474 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109735 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109735
07-01 14:58:13.474 1309 2704 I mtkpower_client: ret_hdl:109735
07-01 14:58:13.475 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109735,
tid:2704
07-01 14:58:13.626 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109735, dur:0,
num:2, tid:2704
07-01 14:58:13.627 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109736 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109736
07-01 14:58:13.628 1309 2704 I mtkpower_client: ret_hdl:109736
07-01 14:58:13.629 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109736,
tid:2704
07-01 14:58:15.371 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109736, dur:0,
num:2, tid:2704
07-01 14:58:15.372 1309 2704 I mtkpower_client: ret_hdl:109737
07-01 14:58:15.372 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109737 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109737
07-01 14:58:15.372 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109737,
tid:2704
07-01 14:58:28.708 1309 4077 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:58:28.708 1309 4077 E ActivityManager: java.lang.Throwable
07-01 14:58:28.708 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:58:28.708 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:58:28.708 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:58:28.708 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:58:28.708 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:58:28.708 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:58:28.708 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:58:28.708 1309 4077 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:58:28.708 1309 4077 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:58:41.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:58:41.988 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:58:42.125 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109737, dur:0,
num:2, tid:4064
07-01 14:58:42.127 1309 4064 I mtkpower_client: ret_hdl:109738
07-01 14:58:42.127 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109738 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109738
07-01 14:58:42.128 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109738,
tid:4064
07-01 14:58:51.387 1309 2745 E system_server: Invalid file format:
/sys/fs/bpf/map_gpu_mem_gpu_mem_total_map
07-01 14:58:51.390 1309 2745 E system_server: Unable to access:
/sys/kernel/dmabuf/buffers: No such file or directory
07-01 14:58:51.440 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109738, dur:0,
num:2, tid:2745
07-01 14:58:51.443 1309 2745 I mtkpower_client: ret_hdl:109739
07-01 14:58:51.443 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109739 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109739
07-01 14:58:51.443 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109739,
tid:4065
07-01 14:58:52.233 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109739, dur:0,
num:2, tid:4076
07-01 14:58:52.234 1309 4076 I mtkpower_client: ret_hdl:109740
07-01 14:58:52.235 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109740 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109740
07-01 14:58:52.236 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109740,
tid:4076
07-01 14:58:52.403 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109740, dur:0,
num:2, tid:4076
07-01 14:58:52.404 1309 4076 I mtkpower_client: ret_hdl:109741
07-01 14:58:52.404 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109741 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109741
07-01 14:58:52.405 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109741,
tid:4076
07-01 14:58:52.619 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109741, dur:0,
num:2, tid:4070
07-01 14:58:52.621 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109742 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109742
07-01 14:58:52.622 1309 4070 I mtkpower_client: ret_hdl:109742
07-01 14:58:52.623 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109742,
tid:4070
07-01 14:58:53.347 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109742, dur:0,
num:2, tid:4070
07-01 14:58:53.348 1309 4070 I mtkpower_client: ret_hdl:109743
07-01 14:58:53.349 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109743 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109743
07-01 14:58:53.350 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109743,
tid:4070
07-01 14:58:55.450 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109743, dur:0,
num:2, tid:4070
07-01 14:58:55.452 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109744 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109744
07-01 14:58:55.453 1309 4070 I mtkpower_client: ret_hdl:109744
07-01 14:58:55.454 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109744,
tid:4065
07-01 14:58:57.371 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109744, dur:0,
num:2, tid:4065
07-01 14:58:57.372 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109745 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109745
07-01 14:58:57.373 1309 4065 I mtkpower_client: ret_hdl:109745
07-01 14:58:57.374 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109745,
tid:4065
07-01 14:58:59.353 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109745, dur:0,
num:2, tid:4065
07-01 14:58:59.354 1309 4065 I mtkpower_client: ret_hdl:109746
07-01 14:58:59.354 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109746 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109746
07-01 14:58:59.355 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109746,
tid:4065
07-01 14:59:01.440 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109746, dur:0,
num:2, tid:4070
07-01 14:59:01.441 1309 4070 I mtkpower_client: ret_hdl:109747
07-01 14:59:01.441 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109747 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109747
07-01 14:59:01.442 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109747,
tid:4070
07-01 14:59:03.386 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109747, dur:0,
num:2, tid:4065
07-01 14:59:03.387 1309 4065 I mtkpower_client: ret_hdl:109748
07-01 14:59:03.388 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109748 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109748
07-01 14:59:03.388 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109748,
tid:4065
07-01 14:59:04.467 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109748, dur:0,
num:2, tid:4065
07-01 14:59:04.468 1309 4065 I mtkpower_client: ret_hdl:109749
07-01 14:59:04.469 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109749 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109749
07-01 14:59:04.469 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109749,
tid:4065
07-01 14:59:05.818 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.google.android.apps.wellbeing
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10150
07-01 14:59:05.892 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
69 ms.
07-01 14:59:06.268 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109749, dur:0,
num:2, tid:4065
07-01 14:59:06.269 1309 4065 I mtkpower_client: ret_hdl:109750
07-01 14:59:06.270 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109750 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109750
07-01 14:59:06.270 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109750,
tid:4070
07-01 14:59:06.337 1309 9068 E system_server: Dex checksum does not match for
dex: /system/priv-app/Settings/Settings.apk.Expected: 3440056717, actual:
1601588655
07-01 14:59:06.948 1309 1463 E system_server: Dex checksum does not match for
dex: /system/priv-app/Settings/Settings.apk.Expected: 3440056717, actual:
1601588655
07-01 14:59:13.991 1309 4076 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.removed from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 14:59:13.991 1309 4076 E ActivityManager: java.lang.Throwable
07-01 14:59:13.991 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:59:13.991 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:59:13.991 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:59:13.991 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:59:13.991 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:59:13.991 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:59:13.991 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:59:13.991 1309 4076 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:59:13.991 1309 4076 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:59:14.064 1309 1309 I Telecom : eo: Package
com.google.android.apps.wellbeing is not tracked.: SSH.oR@ABo
07-01 14:59:14.065 1309 1309 I _V_Telecom: Telecom: InCallController:
updateCarModeForConnections: car mode apps:
07-01 14:59:14.214 1309 2704 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.added from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 14:59:14.214 1309 2704 E ActivityManager: java.lang.Throwable
07-01 14:59:14.214 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:59:14.214 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:59:14.214 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:59:14.214 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:59:14.214 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:59:14.214 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:59:14.214 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:59:14.214 1309 2704 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 14:59:14.214 1309 2704 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:59:14.353 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 14:59:14.736 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~leaJbB9m4ULaeyklek3Pmw==/com.google.android.apps.wellbeing-
YwnbNKn0aTgGH2wi07SpPw==/base.apk
07-01 14:59:14.836 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109726, dur:0,
num:2, tid:1542
07-01 14:59:14.839 1309 1542 I mtkpower_client: ret_hdl:109751
07-01 14:59:14.839 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109751 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109751
07-01 14:59:14.845 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109751,
tid:4074
07-01 14:59:14.900 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~leaJbB9m4ULaeyklek3Pmw==/com.google.android.apps.wellbeing-
YwnbNKn0aTgGH2wi07SpPw==/base.apk
07-01 14:59:15.101 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109751, dur:0,
num:2, tid:1543
07-01 14:59:15.103 1309 1543 I mtkpower_client: ret_hdl:109752
07-01 14:59:15.103 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109752 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109752
07-01 14:59:15.108 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109752,
tid:4071
07-01 14:59:16.246 1309 2849 I mtkpower_client: perf_lock_acq, hdl:109752, dur:0,
num:2, tid:2849
07-01 14:59:16.248 1309 2849 I mtkpower_client: ret_hdl:109753
07-01 14:59:16.249 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109753 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109753
07-01 14:59:16.249 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109753,
tid:4077
07-01 14:59:17.863 1309 1543 I mtkpower_client: perf_lock_acq, hdl:109750, dur:0,
num:2, tid:1543
07-01 14:59:17.865 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109754 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109754
07-01 14:59:17.866 1309 1543 I mtkpower_client: ret_hdl:109754
07-01 14:59:17.866 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109754,
tid:4073
07-01 14:59:19.392 1309 4064 E ActivityManager: Sending non-protected broadcast
com.vivo.applicationbehaviorengine.power.refreshList from system
2345:com.vivo.abe/1000 pkg com.vivo.abe
07-01 14:59:19.392 1309 4064 E ActivityManager: java.lang.Throwable
07-01 14:59:19.392 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:59:19.392 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:59:19.392 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:59:19.392 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:59:19.392 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:59:19.392 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:59:19.392 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:59:19.392 1309 4064 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:59:19.392 1309 4064 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:59:20.425 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109754, dur:0,
num:2, tid:4073
07-01 14:59:20.426 1309 4073 I mtkpower_client: ret_hdl:109755
07-01 14:59:20.427 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109755 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109755
07-01 14:59:20.427 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109755,
tid:4073
07-01 14:59:20.670 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109755, dur:0,
num:2, tid:2588
07-01 14:59:20.671 1309 2588 I mtkpower_client: ret_hdl:109756
07-01 14:59:20.672 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109756 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109756
07-01 14:59:20.672 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109756,
tid:4073
07-01 14:59:20.978 1309 4072 I mtkpower_client: perf_lock_acq, hdl:109756, dur:0,
num:2, tid:4072
07-01 14:59:20.979 1309 4072 I mtkpower_client: ret_hdl:109757
07-01 14:59:20.979 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109757 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109757
07-01 14:59:20.980 1309 4072 I mtkpower_client: perf_lock_rel, hdl:109757,
tid:4072
07-01 14:59:21.218 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109757, dur:0,
num:2, tid:4073
07-01 14:59:21.219 1309 4073 I mtkpower_client: ret_hdl:109758
07-01 14:59:21.219 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109758 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109758
07-01 14:59:21.220 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109758,
tid:4077
07-01 14:59:21.362 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109758, dur:0,
num:2, tid:4073
07-01 14:59:21.364 1309 4073 I mtkpower_client: ret_hdl:109759
07-01 14:59:21.364 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109759 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109759
07-01 14:59:21.365 1309 4077 I mtkpower_client: perf_lock_rel, hdl:109759,
tid:4077
07-01 14:59:21.596 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109759, dur:0,
num:2, tid:4073
07-01 14:59:21.597 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109760 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109760
07-01 14:59:21.598 1309 4073 I mtkpower_client: ret_hdl:109760
07-01 14:59:21.598 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109760,
tid:4073
07-01 14:59:23.451 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109760, dur:0,
num:2, tid:2565
07-01 14:59:23.452 1309 2565 I mtkpower_client: ret_hdl:109761
07-01 14:59:23.452 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109761 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109761
07-01 14:59:23.453 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109761,
tid:2565
07-01 14:59:25.519 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109761, dur:0,
num:2, tid:2588
07-01 14:59:25.520 1309 2588 I mtkpower_client: ret_hdl:109762
07-01 14:59:25.521 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109762 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109762
07-01 14:59:25.521 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109762,
tid:2588
07-01 14:59:27.506 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109762, dur:0,
num:2, tid:4073
07-01 14:59:27.507 1309 4073 I mtkpower_client: ret_hdl:109763
07-01 14:59:27.507 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109763 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109763
07-01 14:59:27.508 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109763,
tid:4071
07-01 14:59:28.729 1309 4071 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:59:28.729 1309 4071 E ActivityManager: java.lang.Throwable
07-01 14:59:28.729 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:59:28.729 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:59:28.729 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:59:28.729 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:59:28.729 1309 4071 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:59:28.729 1309 4071 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:59:28.729 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:59:28.729 1309 4071 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:59:28.729 1309 4071 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:59:29.585 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109763, dur:0,
num:2, tid:4071
07-01 14:59:29.586 1309 4071 I mtkpower_client: ret_hdl:109764
07-01 14:59:29.587 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109764 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109764
07-01 14:59:29.588 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109764,
tid:4071
07-01 14:59:31.610 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109764, dur:0,
num:2, tid:4071
07-01 14:59:31.611 1309 4071 I mtkpower_client: ret_hdl:109765
07-01 14:59:31.612 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109765 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109765
07-01 14:59:31.612 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109765,
tid:4071
07-01 14:59:33.649 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109765, dur:0,
num:2, tid:4075
07-01 14:59:33.651 1309 4075 I mtkpower_client: ret_hdl:109766
07-01 14:59:33.651 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109766 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109766
07-01 14:59:33.652 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109766,
tid:4075
07-01 14:59:35.693 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109766, dur:0,
num:2, tid:2588
07-01 14:59:35.694 1309 2588 I mtkpower_client: ret_hdl:109767
07-01 14:59:35.694 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109767 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109767
07-01 14:59:35.695 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109767,
tid:4071
07-01 14:59:36.780 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:59:36.780 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:59:36.911 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109767, dur:0,
num:2, tid:2588
07-01 14:59:36.913 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109768 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109768
07-01 14:59:36.913 1309 2588 I mtkpower_client: ret_hdl:109768
07-01 14:59:36.913 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109768,
tid:2565
07-01 14:59:37.717 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109768, dur:0,
num:2, tid:2588
07-01 14:59:37.718 1309 2588 I mtkpower_client: ret_hdl:109769
07-01 14:59:37.718 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109769 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109769
07-01 14:59:37.719 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109769,
tid:2588
07-01 14:59:39.718 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109769, dur:0,
num:2, tid:2565
07-01 14:59:39.719 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109770 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109770
07-01 14:59:39.720 1309 2565 I mtkpower_client: ret_hdl:109770
07-01 14:59:39.721 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109770,
tid:2565
07-01 14:59:41.706 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109770, dur:0,
num:2, tid:2565
07-01 14:59:41.708 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109771 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109771
07-01 14:59:41.708 1309 2565 I mtkpower_client: ret_hdl:109771
07-01 14:59:41.709 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109771,
tid:2565
07-01 14:59:41.997 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:59:42.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:59:42.125 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109771, dur:0,
num:2, tid:2565
07-01 14:59:42.126 1309 2565 I mtkpower_client: ret_hdl:109772
07-01 14:59:42.126 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109772 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109772
07-01 14:59:42.127 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109772,
tid:2565
07-01 14:59:43.775 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109772, dur:0,
num:2, tid:2565
07-01 14:59:43.777 1309 2565 I mtkpower_client: ret_hdl:109773
07-01 14:59:43.777 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109773 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109773
07-01 14:59:43.778 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109773,
tid:2565
07-01 14:59:45.826 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109773, dur:0,
num:2, tid:2739
07-01 14:59:45.827 1309 2739 I mtkpower_client: ret_hdl:109774
07-01 14:59:45.827 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109774 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109774
07-01 14:59:45.828 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109774,
tid:2739
07-01 14:59:47.842 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109774, dur:0,
num:2, tid:2588
07-01 14:59:47.844 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109775 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109775
07-01 14:59:47.844 1309 2588 I mtkpower_client: ret_hdl:109775
07-01 14:59:47.845 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109775,
tid:2588
07-01 14:59:48.748 1309 2588 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 14:59:48.748 1309 2588 E ActivityManager: java.lang.Throwable
07-01 14:59:48.748 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 14:59:48.748 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 14:59:48.748 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 14:59:48.748 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 14:59:48.748 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 14:59:48.748 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 14:59:48.748 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 14:59:48.748 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 14:59:48.748 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 14:59:49.866 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109775, dur:0,
num:2, tid:2588
07-01 14:59:49.867 1309 2588 I mtkpower_client: ret_hdl:109776
07-01 14:59:49.868 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109776 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109776
07-01 14:59:49.868 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109776,
tid:2588
07-01 14:59:51.884 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109776, dur:0,
num:2, tid:4064
07-01 14:59:51.885 1309 4064 I mtkpower_client: ret_hdl:109777
07-01 14:59:51.885 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109777 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109777
07-01 14:59:51.886 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109777,
tid:4064
07-01 14:59:53.993 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109777, dur:0,
num:2, tid:4064
07-01 14:59:53.995 1309 4064 I mtkpower_client: ret_hdl:109778
07-01 14:59:53.995 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109778 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109778
07-01 14:59:53.996 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109778,
tid:4064
07-01 14:59:53.997 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109778, dur:0,
num:2, tid:4064
07-01 14:59:53.999 1309 4064 I mtkpower_client: ret_hdl:109779
07-01 14:59:54.000 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109779,
tid:4064
07-01 14:59:54.000 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109779 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109779
07-01 14:59:55.944 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109779, dur:0,
num:2, tid:4064
07-01 14:59:55.945 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109780 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109780
07-01 14:59:55.945 1309 4064 I mtkpower_client: ret_hdl:109780
07-01 14:59:55.946 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109780,
tid:4064
07-01 14:59:56.581 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 14:59:56.581 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 14:59:56.718 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109780, dur:0,
num:2, tid:4064
07-01 14:59:56.719 1309 4064 I mtkpower_client: ret_hdl:109781
07-01 14:59:56.720 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109781 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109781
07-01 14:59:56.720 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109781,
tid:2588
07-01 14:59:58.001 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109781, dur:0,
num:2, tid:4071
07-01 14:59:58.003 1309 4071 I mtkpower_client: ret_hdl:109782
07-01 14:59:58.003 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109782 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109782
07-01 14:59:58.003 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109782,
tid:4071
07-01 14:59:59.993 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109782, dur:0,
num:2, tid:2588
07-01 14:59:59.996 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109783 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109783
07-01 14:59:59.996 1309 2588 I mtkpower_client: ret_hdl:109783
07-01 14:59:59.997 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109783,
tid:2588
07-01 15:00:01.983 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109783, dur:0,
num:2, tid:2588
07-01 15:00:01.985 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109784 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109784
07-01 15:00:01.985 1309 2588 I mtkpower_client: ret_hdl:109784
07-01 15:00:01.987 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109784,
tid:2588
07-01 15:00:04.067 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109784, dur:0,
num:2, tid:2588
07-01 15:00:04.069 1309 2588 I mtkpower_client: ret_hdl:109785
07-01 15:00:04.069 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109785 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109785
07-01 15:00:04.070 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109785,
tid:2588
07-01 15:00:06.067 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109785, dur:0,
num:2, tid:2588
07-01 15:00:06.068 1309 2588 I mtkpower_client: ret_hdl:109786
07-01 15:00:06.068 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109786 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109786
07-01 15:00:06.069 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109786,
tid:2588
07-01 15:00:06.834 1309 2588 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 15:00:06.834 1309 2588 E ActivityManager: java.lang.Throwable
07-01 15:00:06.834 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:00:06.834 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:00:06.834 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:00:06.834 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:00:06.834 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:00:06.834 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:00:06.834 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:00:06.834 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:00:06.834 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:00:08.143 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109786, dur:0,
num:2, tid:4071
07-01 15:00:08.144 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109787 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109787
07-01 15:00:08.144 1309 4071 I mtkpower_client: ret_hdl:109787
07-01 15:00:08.146 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109787,
tid:4071
07-01 15:00:10.099 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109787, dur:0,
num:2, tid:4071
07-01 15:00:10.101 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109788 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109788
07-01 15:00:10.102 1309 4071 I mtkpower_client: ret_hdl:109788
07-01 15:00:10.102 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109788,
tid:3968
07-01 15:00:12.172 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109788, dur:0,
num:2, tid:4071
07-01 15:00:12.174 1309 4071 I mtkpower_client: ret_hdl:109789
07-01 15:00:12.174 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109789 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109789
07-01 15:00:12.175 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109789,
tid:4071
07-01 15:00:14.136 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109789, dur:0,
num:2, tid:4071
07-01 15:00:14.137 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109790 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109790
07-01 15:00:14.137 1309 4071 I mtkpower_client: ret_hdl:109790
07-01 15:00:14.138 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109790,
tid:4071
07-01 15:00:16.301 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109790, dur:0,
num:2, tid:4071
07-01 15:00:16.302 1309 4071 I mtkpower_client: ret_hdl:109791
07-01 15:00:16.303 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109791 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109791
07-01 15:00:16.304 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109791,
tid:4071
07-01 15:00:18.208 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109791, dur:0,
num:2, tid:4071
07-01 15:00:18.209 1309 4071 I mtkpower_client: ret_hdl:109792
07-01 15:00:18.209 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109792 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109792
07-01 15:00:18.210 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109792,
tid:4071
07-01 15:00:20.148 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109792, dur:0,
num:2, tid:4065
07-01 15:00:20.149 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109793 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109793
07-01 15:00:20.149 1309 4065 I mtkpower_client: ret_hdl:109793
07-01 15:00:20.150 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109793,
tid:4065
07-01 15:00:21.424 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109793, dur:0,
num:2, tid:4065
07-01 15:00:21.429 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109794 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109794
07-01 15:00:21.430 1309 4065 I mtkpower_client: ret_hdl:109794
07-01 15:00:21.431 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109794,
tid:2588
07-01 15:00:22.280 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109794, dur:0,
num:2, tid:4071
07-01 15:00:22.281 1309 4071 I mtkpower_client: ret_hdl:109795
07-01 15:00:22.281 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109795 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109795
07-01 15:00:22.282 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109795,
tid:4071
07-01 15:00:24.268 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109795, dur:0,
num:2, tid:2588
07-01 15:00:24.269 1309 2588 I mtkpower_client: ret_hdl:109796
07-01 15:00:24.269 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109796 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109796
07-01 15:00:24.270 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109796,
tid:2588
07-01 15:00:26.234 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109796, dur:0,
num:2, tid:2588
07-01 15:00:26.235 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109797 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109797
07-01 15:00:26.235 1309 2588 I mtkpower_client: ret_hdl:109797
07-01 15:00:26.237 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109797,
tid:2588
07-01 15:00:28.239 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109797, dur:0,
num:2, tid:2588
07-01 15:00:28.241 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109798 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109798
07-01 15:00:28.241 1309 2588 I mtkpower_client: ret_hdl:109798
07-01 15:00:28.242 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109798,
tid:2588
07-01 15:00:29.569 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109798, dur:0,
num:2, tid:4065
07-01 15:00:29.570 1309 4065 I mtkpower_client: ret_hdl:109800
07-01 15:00:29.570 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109800 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109800
07-01 15:00:29.571 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109800,
tid:4065
07-01 15:00:29.932 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109800, dur:0,
num:2, tid:4071
07-01 15:00:29.934 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109801 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109801
07-01 15:00:29.934 1309 4071 I mtkpower_client: ret_hdl:109801
07-01 15:00:29.936 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109801,
tid:4071
07-01 15:00:31.433 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109801, dur:0,
num:2, tid:2588
07-01 15:00:31.434 1309 2588 I mtkpower_client: ret_hdl:109802
07-01 15:00:31.434 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109802 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109802
07-01 15:00:31.435 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109802,
tid:2588
07-01 15:00:33.442 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109802, dur:0,
num:2, tid:2588
07-01 15:00:33.443 1309 2588 I mtkpower_client: ret_hdl:109803
07-01 15:00:33.443 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109803 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109803
07-01 15:00:33.443 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109803,
tid:2588
07-01 15:00:34.053 1309 4065 I mtkpower_client: perf_lock_acq, hdl:109803, dur:0,
num:2, tid:4065
07-01 15:00:34.054 1309 4065 I mtkpower_client: ret_hdl:109804
07-01 15:00:34.054 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109804 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109804
07-01 15:00:34.055 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109804,
tid:4065
07-01 15:00:34.287 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109804, dur:0,
num:2, tid:4071
07-01 15:00:34.288 1309 4071 I mtkpower_client: ret_hdl:109805
07-01 15:00:34.288 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109805 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109805
07-01 15:00:34.289 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109805,
tid:4071
07-01 15:00:34.460 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109805, dur:0,
num:2, tid:4071
07-01 15:00:34.461 1309 4071 I mtkpower_client: ret_hdl:109806
07-01 15:00:34.461 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109806 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109806
07-01 15:00:34.462 1309 4065 I mtkpower_client: perf_lock_rel, hdl:109806,
tid:4065
07-01 15:00:35.005 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109806, dur:0,
num:2, tid:4064
07-01 15:00:35.006 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109807 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109807
07-01 15:00:35.007 1309 4064 I mtkpower_client: ret_hdl:109807
07-01 15:00:35.008 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109807,
tid:4071
07-01 15:00:35.231 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109807, dur:0,
num:2, tid:4071
07-01 15:00:35.233 1309 4071 I mtkpower_client: ret_hdl:109808
07-01 15:00:35.233 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109808 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109808
07-01 15:00:35.234 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109808,
tid:4071
07-01 15:00:35.514 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109808, dur:0,
num:2, tid:4064
07-01 15:00:35.516 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109809 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109809
07-01 15:00:35.517 1309 4064 I mtkpower_client: ret_hdl:109809
07-01 15:00:35.518 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109809,
tid:4064
07-01 15:00:36.416 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109809, dur:0,
num:2, tid:4064
07-01 15:00:36.417 1309 4064 I mtkpower_client: ret_hdl:109810
07-01 15:00:36.417 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109810 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109810
07-01 15:00:36.417 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109810,
tid:4064
07-01 15:00:36.581 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109810, dur:0,
num:2, tid:4064
07-01 15:00:36.583 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109811 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109811
07-01 15:00:36.583 1309 4064 I mtkpower_client: ret_hdl:109811
07-01 15:00:36.584 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109811,
tid:4064
07-01 15:00:36.644 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:00:36.646 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:00:36.812 1309 4071 I mtkpower_client: perf_lock_acq, hdl:109811, dur:0,
num:2, tid:4071
07-01 15:00:36.814 1309 4071 I mtkpower_client: ret_hdl:109812
07-01 15:00:36.814 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109812 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109812
07-01 15:00:36.815 1309 4071 I mtkpower_client: perf_lock_rel, hdl:109812,
tid:4071
07-01 15:00:37.004 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109812, dur:0,
num:2, tid:4064
07-01 15:00:37.005 1309 4064 I mtkpower_client: ret_hdl:109813
07-01 15:00:37.005 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109813 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109813
07-01 15:00:37.006 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109813,
tid:4064
07-01 15:00:37.645 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109813, dur:0,
num:2, tid:4073
07-01 15:00:37.647 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109814 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109814
07-01 15:00:37.647 1309 4073 I mtkpower_client: ret_hdl:109814
07-01 15:00:37.648 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109814,
tid:4073
07-01 15:00:37.868 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109814, dur:0,
num:2, tid:4064
07-01 15:00:37.869 1309 4064 I mtkpower_client: ret_hdl:109815
07-01 15:00:37.870 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109815 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109815
07-01 15:00:37.870 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109815,
tid:4064
07-01 15:00:38.078 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109815, dur:0,
num:2, tid:4064
07-01 15:00:38.079 1309 4064 I mtkpower_client: ret_hdl:109816
07-01 15:00:38.079 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109816 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109816
07-01 15:00:38.080 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109816,
tid:4064
07-01 15:00:38.627 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109816, dur:0,
num:2, tid:4064
07-01 15:00:38.629 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109817 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109817
07-01 15:00:38.629 1309 4064 I mtkpower_client: ret_hdl:109817
07-01 15:00:38.646 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109817,
tid:4073
07-01 15:00:38.927 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109817, dur:0,
num:2, tid:4064
07-01 15:00:38.928 1309 4064 I mtkpower_client: ret_hdl:109818
07-01 15:00:38.928 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109818 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109818
07-01 15:00:38.929 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109818,
tid:4064
07-01 15:00:39.162 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109818, dur:0,
num:2, tid:4064
07-01 15:00:39.163 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109819 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109819
07-01 15:00:39.164 1309 4064 I mtkpower_client: ret_hdl:109819
07-01 15:00:39.165 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109819,
tid:4064
07-01 15:00:39.233 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:00:39.234 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:00:40.959 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109819, dur:0,
num:2, tid:4073
07-01 15:00:40.960 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109820 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109820
07-01 15:00:40.961 1309 4073 I mtkpower_client: ret_hdl:109820
07-01 15:00:40.961 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109820,
tid:4073
07-01 15:00:41.039 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.ywhy.xstksjdqs
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10248
07-01 15:00:41.992 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:00:41.993 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:00:42.151 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109820, dur:0,
num:2, tid:4073
07-01 15:00:42.153 1309 4073 I mtkpower_client: ret_hdl:109821
07-01 15:00:42.153 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109821 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109821
07-01 15:00:42.154 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109821,
tid:4073
07-01 15:00:48.167 1309 4073 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.removed from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 15:00:48.167 1309 4073 E ActivityManager: java.lang.Throwable
07-01 15:00:48.167 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:00:48.167 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:00:48.167 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:00:48.167 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:00:48.167 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:00:48.167 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:00:48.167 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:00:48.167 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 15:00:48.167 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:00:48.374 1309 4077 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.added from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 15:00:48.374 1309 4077 E ActivityManager: java.lang.Throwable
07-01 15:00:48.374 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:00:48.374 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:00:48.374 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:00:48.374 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:00:48.374 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:00:48.374 1309 4077 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:00:48.374 1309 4077 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:00:48.374 1309 4077 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 15:00:48.374 1309 4077 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:00:48.566 1309 1309 I Telecom : eo: Package com.ywhy.xstksjdqs is not
tracked.: SSH.oR@ABs
07-01 15:00:48.566 1309 1309 I _V_Telecom: Telecom: InCallController:
updateCarModeForConnections: car mode apps:
07-01 15:00:48.870 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 15:00:48.919 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109753, dur:0,
num:2, tid:4073
07-01 15:00:48.926 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109822 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109822
07-01 15:00:48.932 1309 4073 I mtkpower_client: ret_hdl:109822
07-01 15:00:48.936 1309 1543 I mtkpower_client: perf_lock_rel, hdl:109822,
tid:1543
07-01 15:00:49.018 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~J329XDsYz7OfkQxbrHYyKA==/com.ywhy.xstksjdqs-BVMTsKzuSP78tyrb2scmaA==/
base.apk
07-01 15:00:49.252 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~J329XDsYz7OfkQxbrHYyKA==/com.ywhy.xstksjdqs-BVMTsKzuSP78tyrb2scmaA==/
base.apk
07-01 15:00:49.306 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109822, dur:0,
num:2, tid:4074
07-01 15:00:49.308 1309 4074 I mtkpower_client: ret_hdl:109823
07-01 15:00:49.308 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109823 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109823
07-01 15:00:49.310 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109823,
tid:1418
07-01 15:00:49.416 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109823, dur:0,
num:2, tid:4073
07-01 15:00:49.418 1309 4073 I mtkpower_client: ret_hdl:109824
07-01 15:00:49.418 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109824 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109824
07-01 15:00:49.419 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109824,
tid:4074
07-01 15:00:50.123 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109824, dur:0,
num:2, tid:4074
07-01 15:00:50.126 1309 4074 I mtkpower_client: ret_hdl:109825
07-01 15:00:50.127 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109825 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109825
07-01 15:00:50.127 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109825,
tid:2565
07-01 15:00:50.330 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109825, dur:0,
num:2, tid:2745
07-01 15:00:50.331 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109826 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109826
07-01 15:00:50.331 1309 2745 I mtkpower_client: ret_hdl:109826
07-01 15:00:50.333 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109826,
tid:2991
07-01 15:00:51.062 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109826, dur:0,
num:2, tid:4074
07-01 15:00:51.063 1309 4074 I mtkpower_client: ret_hdl:109827
07-01 15:00:51.063 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109827 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109827
07-01 15:00:51.064 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109827,
tid:4074
07-01 15:00:52.460 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109821, dur:0,
num:2, tid:2704
07-01 15:00:52.461 1309 2704 I mtkpower_client: ret_hdl:109828
07-01 15:00:52.461 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109828 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109828
07-01 15:00:52.462 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109828,
tid:4074
07-01 15:00:53.481 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109828, dur:0,
num:2, tid:3946
07-01 15:00:53.482 1309 3946 I mtkpower_client: ret_hdl:109829
07-01 15:00:53.482 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109829 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109829
07-01 15:00:53.483 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109829,
tid:3946
07-01 15:00:53.817 1309 3946 E ActivityManager: Sending non-protected broadcast
com.vivo.applicationbehaviorengine.power.refreshList from system
2345:com.vivo.abe/1000 pkg com.vivo.abe
07-01 15:00:53.817 1309 3946 E ActivityManager: java.lang.Throwable
07-01 15:00:53.817 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:00:53.817 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:00:53.817 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:00:53.817 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:00:53.817 1309 3946 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:00:53.817 1309 3946 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:00:53.817 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:00:53.817 1309 3946 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:00:53.817 1309 3946 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:00:53.862 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109829, dur:0,
num:2, tid:4074
07-01 15:00:53.863 1309 4074 I mtkpower_client: ret_hdl:109830
07-01 15:00:53.863 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109830 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109830
07-01 15:00:53.864 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109830,
tid:4074
07-01 15:00:54.138 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109830, dur:0,
num:2, tid:3968
07-01 15:00:54.139 1309 3968 I mtkpower_client: ret_hdl:109831
07-01 15:00:54.140 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109831 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109831
07-01 15:00:54.140 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109831,
tid:3968
07-01 15:00:55.940 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109831, dur:0,
num:2, tid:3968
07-01 15:00:55.942 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109832 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109832
07-01 15:00:55.943 1309 3968 I mtkpower_client: ret_hdl:109832
07-01 15:00:55.946 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109832,
tid:3968
07-01 15:00:57.977 1309 2300 I mtkpower_client: perf_lock_acq, hdl:109832, dur:0,
num:2, tid:2300
07-01 15:00:57.978 1309 2300 I mtkpower_client: ret_hdl:109833
07-01 15:00:57.978 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109833 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109833
07-01 15:00:57.979 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109833,
tid:3968
07-01 15:00:58.729 1309 3946 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:00:58.729 1309 3946 E ActivityManager: java.lang.Throwable
07-01 15:00:58.729 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:00:58.729 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:00:58.729 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:00:58.729 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:00:58.729 1309 3946 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:00:58.729 1309 3946 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:00:58.729 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:00:58.729 1309 3946 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:00:58.729 1309 3946 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:00:59.882 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109833, dur:0,
num:2, tid:3946
07-01 15:00:59.884 1309 3946 I mtkpower_client: ret_hdl:109834
07-01 15:00:59.884 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109834 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109834
07-01 15:00:59.885 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109834,
tid:3946
07-01 15:01:01.952 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109834, dur:0,
num:2, tid:3946
07-01 15:01:01.953 1309 3946 I mtkpower_client: ret_hdl:109835
07-01 15:01:01.953 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109835 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109835
07-01 15:01:01.954 1309 2300 I mtkpower_client: perf_lock_rel, hdl:109835,
tid:2300
07-01 15:01:03.991 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109835, dur:0,
num:2, tid:3968
07-01 15:01:03.992 1309 3968 I mtkpower_client: ret_hdl:109836
07-01 15:01:03.992 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109836 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109836
07-01 15:01:03.993 1309 3968 I mtkpower_client: perf_lock_rel, hdl:109836,
tid:3968
07-01 15:01:03.993 1309 2300 I mtkpower_client: perf_lock_acq, hdl:109836, dur:0,
num:2, tid:2300
07-01 15:01:03.995 1309 2300 I mtkpower_client: ret_hdl:109837
07-01 15:01:03.995 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109837 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109837
07-01 15:01:03.996 1309 2300 I mtkpower_client: perf_lock_rel, hdl:109837,
tid:2300
07-01 15:01:04.948 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109837, dur:0,
num:2, tid:4073
07-01 15:01:04.949 1309 4073 I mtkpower_client: ret_hdl:109839
07-01 15:01:04.949 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109839 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109839
07-01 15:01:04.950 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109839,
tid:4073
07-01 15:01:05.103 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109839, dur:0,
num:2, tid:4073
07-01 15:01:05.104 1309 4073 I mtkpower_client: ret_hdl:109840
07-01 15:01:05.104 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109840 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109840
07-01 15:01:05.105 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109840,
tid:4073
07-01 15:01:05.346 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109840, dur:0,
num:2, tid:4074
07-01 15:01:05.348 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109841 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109841
07-01 15:01:05.349 1309 4074 I mtkpower_client: ret_hdl:109841
07-01 15:01:05.350 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109841,
tid:4074
07-01 15:01:06.800 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109841, dur:0,
num:2, tid:2221
07-01 15:01:06.801 1309 2221 I mtkpower_client: ret_hdl:109842
07-01 15:01:06.802 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109842 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109842
07-01 15:01:06.802 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109842,
tid:2221
07-01 15:01:06.975 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109842, dur:0,
num:2, tid:2704
07-01 15:01:06.976 1309 2704 I mtkpower_client: ret_hdl:109843
07-01 15:01:06.976 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109843 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109843
07-01 15:01:06.977 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109843,
tid:2704
07-01 15:01:07.153 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109843, dur:0,
num:2, tid:2221
07-01 15:01:07.154 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109844 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109844
07-01 15:01:07.155 1309 2221 I mtkpower_client: ret_hdl:109844
07-01 15:01:07.156 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109844,
tid:2221
07-01 15:01:07.429 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109844, dur:0,
num:2, tid:2221
07-01 15:01:07.430 1309 2221 I mtkpower_client: ret_hdl:109845
07-01 15:01:07.430 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109845 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109845
07-01 15:01:07.431 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109845,
tid:2221
07-01 15:01:08.170 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109845, dur:0,
num:2, tid:2704
07-01 15:01:08.171 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109846 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109846
07-01 15:01:08.172 1309 2704 I mtkpower_client: ret_hdl:109846
07-01 15:01:08.173 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109846,
tid:2704
07-01 15:01:10.100 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109846, dur:0,
num:2, tid:2704
07-01 15:01:10.101 1309 2704 I mtkpower_client: ret_hdl:109847
07-01 15:01:10.101 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109847 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109847
07-01 15:01:10.102 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109847,
tid:2704
07-01 15:01:12.295 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109847, dur:0,
num:2, tid:4074
07-01 15:01:12.298 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109848 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109848
07-01 15:01:12.299 1309 4074 I mtkpower_client: ret_hdl:109848
07-01 15:01:12.300 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109848,
tid:4074
07-01 15:01:14.332 1309 1542 I mtkpower_client: perf_lock_acq, hdl:109848, dur:0,
num:2, tid:1542
07-01 15:01:14.334 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109849 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109849
07-01 15:01:14.334 1309 1542 I mtkpower_client: ret_hdl:109849
07-01 15:01:14.336 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109849,
tid:1542
07-01 15:01:16.321 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109849, dur:0,
num:2, tid:2565
07-01 15:01:16.322 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109850 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109850
07-01 15:01:16.323 1309 2565 I mtkpower_client: ret_hdl:109850
07-01 15:01:16.324 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109850,
tid:2565
07-01 15:01:18.317 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109850, dur:0,
num:2, tid:2565
07-01 15:01:18.318 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109851 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109851
07-01 15:01:18.319 1309 2565 I mtkpower_client: ret_hdl:109851
07-01 15:01:18.320 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109851,
tid:2565
07-01 15:01:18.747 1309 2565 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:01:18.747 1309 2565 E ActivityManager: java.lang.Throwable
07-01 15:01:18.747 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:01:18.747 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:01:18.747 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:01:18.747 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:01:18.747 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:01:18.747 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:01:18.747 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:01:18.747 1309 2565 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:01:18.747 1309 2565 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:01:20.434 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109851, dur:0,
num:2, tid:4074
07-01 15:01:20.436 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109852 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109852
07-01 15:01:20.436 1309 4074 I mtkpower_client: ret_hdl:109852
07-01 15:01:20.438 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109852,
tid:4074
07-01 15:01:21.418 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109852, dur:0,
num:2, tid:4074
07-01 15:01:21.421 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109853 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109853
07-01 15:01:21.422 1309 4074 I mtkpower_client: ret_hdl:109853
07-01 15:01:21.423 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109853,
tid:2565
07-01 15:01:22.395 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109853, dur:0,
num:2, tid:2565
07-01 15:01:22.397 1309 2565 I mtkpower_client: ret_hdl:109854
07-01 15:01:22.397 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109854 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109854
07-01 15:01:22.397 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109854,
tid:1542
07-01 15:01:22.930 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109854, dur:0,
num:2, tid:4069
07-01 15:01:22.932 1309 4069 I mtkpower_client: ret_hdl:109855
07-01 15:01:22.932 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109855 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109855
07-01 15:01:22.933 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109855,
tid:4069
07-01 15:01:23.048 1309 4069 E _V_AS.AudioService: isMotorModeSupportPlayback
pkgname is com.android.systemui
07-01 15:01:23.274 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 15:01:23.312 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109855, dur:0,
num:2, tid:4069
07-01 15:01:23.313 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109856 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109856
07-01 15:01:23.315 1309 4069 I mtkpower_client: ret_hdl:109856
07-01 15:01:23.318 1309 1542 I mtkpower_client: perf_lock_rel, hdl:109856,
tid:1542
07-01 15:01:23.977 1309 2205 E _V_FeatureNotify: In notify, onFeatureChanged,
clientPid: 1309, clientTid: 1309
07-01 15:01:24.352 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109856, dur:0,
num:2, tid:4069
07-01 15:01:24.353 1309 4069 I mtkpower_client: ret_hdl:109857
07-01 15:01:24.353 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109857 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109857
07-01 15:01:24.353 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109857,
tid:4069
07-01 15:01:26.423 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109857, dur:0,
num:2, tid:2991
07-01 15:01:26.424 1309 2991 I mtkpower_client: ret_hdl:109858
07-01 15:01:26.424 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109858 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109858
07-01 15:01:26.425 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109858,
tid:2991
07-01 15:01:28.445 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109858, dur:0,
num:2, tid:4074
07-01 15:01:28.446 1309 4074 I mtkpower_client: ret_hdl:109859
07-01 15:01:28.446 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109859 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109859
07-01 15:01:28.447 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109859,
tid:4074
07-01 15:01:28.737 1309 4074 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:01:28.737 1309 4074 E ActivityManager: java.lang.Throwable
07-01 15:01:28.737 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:01:28.737 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:01:28.737 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:01:28.737 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:01:28.737 1309 4074 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:01:28.737 1309 4074 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:01:28.737 1309 4074 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:01:28.737 1309 4074 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:01:28.737 1309 4074 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:01:30.432 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109859, dur:0,
num:2, tid:4074
07-01 15:01:30.433 1309 4074 I mtkpower_client: ret_hdl:109860
07-01 15:01:30.434 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109860 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109860
07-01 15:01:30.434 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109860,
tid:4074
07-01 15:01:32.441 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109860, dur:0,
num:2, tid:4074
07-01 15:01:32.443 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109861 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109861
07-01 15:01:32.444 1309 4074 I mtkpower_client: ret_hdl:109861
07-01 15:01:32.445 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109861,
tid:4074
07-01 15:01:34.511 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109861, dur:0,
num:2, tid:2991
07-01 15:01:34.512 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109862 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109862
07-01 15:01:34.512 1309 2991 I mtkpower_client: ret_hdl:109862
07-01 15:01:34.513 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109862,
tid:2991
07-01 15:01:36.492 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109862, dur:0,
num:2, tid:2991
07-01 15:01:36.493 1309 2991 I mtkpower_client: ret_hdl:109863
07-01 15:01:36.494 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109863 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109863
07-01 15:01:36.494 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109863,
tid:2991
07-01 15:01:38.681 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109863, dur:0,
num:2, tid:2991
07-01 15:01:38.683 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109864 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109864
07-01 15:01:38.684 1309 2991 I mtkpower_client: ret_hdl:109864
07-01 15:01:38.684 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109864,
tid:2565
07-01 15:01:38.739 1309 2565 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:01:38.739 1309 2565 E ActivityManager: java.lang.Throwable
07-01 15:01:38.739 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:01:38.739 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:01:38.739 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:01:38.739 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:01:38.739 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:01:38.739 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:01:38.739 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:01:38.739 1309 2565 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:01:38.739 1309 2565 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:01:40.713 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109864, dur:0,
num:2, tid:4074
07-01 15:01:40.715 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109865 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109865
07-01 15:01:40.716 1309 4074 I mtkpower_client: ret_hdl:109865
07-01 15:01:40.718 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109865,
tid:4074
07-01 15:01:41.093 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109865, dur:0,
num:2, tid:2565
07-01 15:01:41.095 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109866 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109866
07-01 15:01:41.096 1309 2565 I mtkpower_client: ret_hdl:109866
07-01 15:01:41.097 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109866,
tid:4074
07-01 15:01:41.272 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109866, dur:0,
num:2, tid:4074
07-01 15:01:41.273 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109867 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109867
07-01 15:01:41.273 1309 4074 I mtkpower_client: ret_hdl:109867
07-01 15:01:41.274 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109867,
tid:2565
07-01 15:01:41.965 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.abstractsoft.animalsmash
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10205
07-01 15:01:42.006 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:01:42.006 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:01:42.049 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
77 ms.
07-01 15:01:42.217 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109867, dur:0,
num:2, tid:4069
07-01 15:01:42.218 1309 4069 I mtkpower_client: ret_hdl:109868
07-01 15:01:42.219 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109868 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109868
07-01 15:01:42.219 1309 4074 I mtkpower_client: perf_lock_rel, hdl:109868,
tid:4074
07-01 15:01:43.103 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109868, dur:0,
num:2, tid:2565
07-01 15:01:43.104 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109869 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109869
07-01 15:01:43.105 1309 2565 I mtkpower_client: ret_hdl:109869
07-01 15:01:43.106 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109869,
tid:2565
07-01 15:01:44.185 1309 1309 I Telecom : eo: Package com.abstractsoft.animalsmash
is not tracked.: SSH.oR@ABw
07-01 15:01:44.185 1309 1309 I _V_Telecom: Telecom: InCallController:
updateCarModeForConnections: car mode apps:
07-01 15:01:44.203 1309 2565 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.removed from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 15:01:44.203 1309 2565 E ActivityManager: java.lang.Throwable
07-01 15:01:44.203 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:01:44.203 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:01:44.203 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:01:44.203 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:01:44.203 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:01:44.203 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:01:44.203 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:01:44.203 1309 2565 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 15:01:44.203 1309 2565 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:01:44.395 1309 2588 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.added from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 15:01:44.395 1309 2588 E ActivityManager: java.lang.Throwable
07-01 15:01:44.395 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:01:44.395 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:01:44.395 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:01:44.395 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:01:44.395 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:01:44.395 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:01:44.395 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:01:44.395 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 15:01:44.395 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:01:44.427 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 15:01:44.736 1309 4072 I mtkpower_client: perf_lock_acq, hdl:109827, dur:0,
num:2, tid:4072
07-01 15:01:44.739 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109870 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109870
07-01 15:01:44.761 1309 4072 I mtkpower_client: ret_hdl:109870
07-01 15:01:44.770 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109870,
tid:2565
07-01 15:01:44.893 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~2iZMkoXRqQyxBHpGWCxHbQ==/com.abstractsoft.animalsmash-
ntq7hTkKXJtpDUvGi8W9sw==/base.apk
07-01 15:01:44.939 1309 4075 I mtkpower_client: perf_lock_acq, hdl:109870, dur:0,
num:2, tid:4075
07-01 15:01:44.941 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109871 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109871
07-01 15:01:44.941 1309 4075 I mtkpower_client: ret_hdl:109871
07-01 15:01:44.947 1309 4075 I mtkpower_client: perf_lock_rel, hdl:109871,
tid:4075
07-01 15:01:45.052 1309 4074 I mtkpower_client: perf_lock_acq, hdl:109871, dur:0,
num:2, tid:4074
07-01 15:01:45.054 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109872 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109872
07-01 15:01:45.055 1309 4074 I mtkpower_client: ret_hdl:109872
07-01 15:01:45.055 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109872,
tid:2991
07-01 15:01:45.086 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~2iZMkoXRqQyxBHpGWCxHbQ==/com.abstractsoft.animalsmash-
ntq7hTkKXJtpDUvGi8W9sw==/base.apk
07-01 15:01:45.510 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:01:45.511 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:01:45.986 1309 4069 I mtkpower_client: perf_lock_acq, hdl:109872, dur:0,
num:2, tid:4069
07-01 15:01:45.988 1309 4069 I mtkpower_client: ret_hdl:109873
07-01 15:01:45.988 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109873 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109873
07-01 15:01:45.989 1309 4069 I mtkpower_client: perf_lock_rel, hdl:109873,
tid:4069
07-01 15:01:46.385 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109873, dur:0,
num:2, tid:2739
07-01 15:01:46.387 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109874 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109874
07-01 15:01:46.387 1309 2739 I mtkpower_client: ret_hdl:109874
07-01 15:01:46.389 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109874,
tid:2739
07-01 15:01:47.659 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109869, dur:0,
num:2, tid:4076
07-01 15:01:47.660 1309 4076 I mtkpower_client: ret_hdl:109875
07-01 15:01:47.660 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109875 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109875
07-01 15:01:47.661 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109875,
tid:4076
07-01 15:01:48.504 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109875, dur:0,
num:2, tid:2745
07-01 15:01:48.505 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109876 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109876
07-01 15:01:48.506 1309 2745 I mtkpower_client: ret_hdl:109876
07-01 15:01:48.508 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109876,
tid:3946
07-01 15:01:48.654 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109876, dur:0,
num:2, tid:3946
07-01 15:01:48.656 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109877 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109877
07-01 15:01:48.657 1309 3946 I mtkpower_client: ret_hdl:109877
07-01 15:01:48.658 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109877,
tid:3946
07-01 15:01:48.746 1309 3946 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:01:48.746 1309 3946 E ActivityManager: java.lang.Throwable
07-01 15:01:48.746 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:01:48.746 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:01:48.746 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:01:48.746 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:01:48.746 1309 3946 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:01:48.746 1309 3946 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:01:48.746 1309 3946 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:01:48.746 1309 3946 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:01:48.746 1309 3946 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:01:48.832 1309 3968 I mtkpower_client: perf_lock_acq, hdl:109877, dur:0,
num:2, tid:3968
07-01 15:01:48.833 1309 3968 I mtkpower_client: ret_hdl:109878
07-01 15:01:48.833 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109878 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109878
07-01 15:01:48.834 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109878,
tid:2745
07-01 15:01:49.089 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109878, dur:0,
num:2, tid:3946
07-01 15:01:49.091 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109879 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109879
07-01 15:01:49.093 1309 3946 I mtkpower_client: ret_hdl:109879
07-01 15:01:49.094 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109879,
tid:2745
07-01 15:01:49.254 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109879, dur:0,
num:2, tid:3946
07-01 15:01:49.256 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109880 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109880
07-01 15:01:49.257 1309 3946 I mtkpower_client: ret_hdl:109880
07-01 15:01:49.258 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109880,
tid:3946
07-01 15:01:49.261 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109880, dur:0,
num:2, tid:3946
07-01 15:01:49.262 1309 3946 I mtkpower_client: ret_hdl:109881
07-01 15:01:49.263 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109881 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109881
07-01 15:01:49.264 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109881,
tid:3946
07-01 15:01:49.451 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109881, dur:0,
num:2, tid:2745
07-01 15:01:49.452 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109882 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109882
07-01 15:01:49.452 1309 2745 I mtkpower_client: ret_hdl:109882
07-01 15:01:49.453 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109882,
tid:2745
07-01 15:01:49.597 1309 2745 E ActivityManager: Sending non-protected broadcast
com.vivo.applicationbehaviorengine.power.refreshList from system
2345:com.vivo.abe/1000 pkg com.vivo.abe
07-01 15:01:49.597 1309 2745 E ActivityManager: java.lang.Throwable
07-01 15:01:49.597 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:01:49.597 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:01:49.597 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:01:49.597 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:01:49.597 1309 2745 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:01:49.597 1309 2745 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:01:49.597 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:01:49.597 1309 2745 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:01:49.597 1309 2745 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:01:49.622 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109882, dur:0,
num:2, tid:2745
07-01 15:01:49.623 1309 2745 I mtkpower_client: ret_hdl:109883
07-01 15:01:49.624 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109883 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109883
07-01 15:01:49.624 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109883,
tid:2745
07-01 15:01:51.375 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109883, dur:0,
num:2, tid:3946
07-01 15:01:51.377 1309 3946 I mtkpower_client: ret_hdl:109884
07-01 15:01:51.377 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109884 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109884
07-01 15:01:51.378 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109884,
tid:3946
07-01 15:01:52.686 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109884, dur:0,
num:2, tid:3946
07-01 15:01:52.688 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109885 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109885
07-01 15:01:52.689 1309 3946 I mtkpower_client: ret_hdl:109885
07-01 15:01:52.690 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109885,
tid:3946
07-01 15:01:54.091 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109885, dur:0,
num:2, tid:3946
07-01 15:01:54.093 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109886 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109886
07-01 15:01:54.094 1309 3946 I mtkpower_client: ret_hdl:109886
07-01 15:01:54.095 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109886,
tid:3946
07-01 15:01:56.209 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109886, dur:0,
num:2, tid:2745
07-01 15:01:56.209 1309 2745 I mtkpower_client: ret_hdl:109888
07-01 15:01:56.210 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109888 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109888
07-01 15:01:56.210 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109888,
tid:2745
07-01 15:01:56.352 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109888, dur:0,
num:2, tid:2745
07-01 15:01:56.353 1309 2745 I mtkpower_client: ret_hdl:109889
07-01 15:01:56.353 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109889 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109889
07-01 15:01:56.354 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109889,
tid:2745
07-01 15:01:56.514 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109889, dur:0,
num:2, tid:2745
07-01 15:01:56.515 1309 2745 I mtkpower_client: ret_hdl:109890
07-01 15:01:56.516 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109890 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109890
07-01 15:01:56.516 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109890,
tid:2745
07-01 15:01:56.770 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109890, dur:0,
num:2, tid:2745
07-01 15:01:56.771 1309 2745 I mtkpower_client: ret_hdl:109891
07-01 15:01:56.771 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109891 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109891
07-01 15:01:56.772 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109891,
tid:2745
07-01 15:01:57.340 1309 2745 I mtkpower_client: perf_lock_acq, hdl:109891, dur:0,
num:2, tid:2745
07-01 15:01:57.342 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109892 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109892
07-01 15:01:57.342 1309 2745 I mtkpower_client: ret_hdl:109892
07-01 15:01:57.343 1309 2745 I mtkpower_client: perf_lock_rel, hdl:109892,
tid:2745
07-01 15:01:59.423 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109892, dur:0,
num:2, tid:4064
07-01 15:01:59.425 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109893 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109893
07-01 15:01:59.426 1309 4064 I mtkpower_client: ret_hdl:109893
07-01 15:01:59.427 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109893,
tid:4064
07-01 15:02:01.511 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109893, dur:0,
num:2, tid:2221
07-01 15:02:01.512 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109894 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109894
07-01 15:02:01.513 1309 2221 I mtkpower_client: ret_hdl:109894
07-01 15:02:01.513 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109894,
tid:2221
07-01 15:02:03.577 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109894, dur:0,
num:2, tid:2221
07-01 15:02:03.578 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109895 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109895
07-01 15:02:03.579 1309 2221 I mtkpower_client: ret_hdl:109895
07-01 15:02:03.580 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109895,
tid:2221
07-01 15:02:05.605 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109895, dur:0,
num:2, tid:3946
07-01 15:02:05.607 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109896 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109896
07-01 15:02:05.608 1309 3946 I mtkpower_client: ret_hdl:109896
07-01 15:02:05.609 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109896,
tid:3946
07-01 15:02:07.646 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109896, dur:0,
num:2, tid:3946
07-01 15:02:07.648 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109897 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109897
07-01 15:02:07.649 1309 3946 I mtkpower_client: ret_hdl:109897
07-01 15:02:07.650 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109897,
tid:3946
07-01 15:02:09.680 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109897, dur:0,
num:2, tid:3946
07-01 15:02:09.681 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109898 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109898
07-01 15:02:09.682 1309 3946 I mtkpower_client: ret_hdl:109898
07-01 15:02:09.683 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109898,
tid:3946
07-01 15:02:10.467 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109898, dur:0,
num:2, tid:2221
07-01 15:02:10.468 1309 2221 I mtkpower_client: ret_hdl:109899
07-01 15:02:10.468 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109899 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109899
07-01 15:02:10.469 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109899,
tid:2221
07-01 15:02:10.647 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109899, dur:0,
num:2, tid:2221
07-01 15:02:10.648 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109900 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109900
07-01 15:02:10.649 1309 2221 I mtkpower_client: ret_hdl:109900
07-01 15:02:10.650 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109900,
tid:2739
07-01 15:02:11.038 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109900, dur:0,
num:2, tid:2221
07-01 15:02:11.040 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109901 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109901
07-01 15:02:11.041 1309 2221 I mtkpower_client: ret_hdl:109901
07-01 15:02:11.045 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109901,
tid:2221
07-01 15:02:11.045 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109901, dur:0,
num:2, tid:2739
07-01 15:02:11.048 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109902 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109902
07-01 15:02:11.048 1309 2739 I mtkpower_client: ret_hdl:109902
07-01 15:02:11.050 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109902,
tid:2221
07-01 15:02:11.466 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109902, dur:0,
num:2, tid:2739
07-01 15:02:11.467 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109903 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109903
07-01 15:02:11.468 1309 2739 I mtkpower_client: ret_hdl:109903
07-01 15:02:11.469 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109903,
tid:2739
07-01 15:02:11.597 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109903, dur:0,
num:2, tid:2221
07-01 15:02:11.598 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109904 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109904
07-01 15:02:11.599 1309 2221 I mtkpower_client: ret_hdl:109904
07-01 15:02:11.599 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109904,
tid:2221
07-01 15:02:11.880 1309 2221 I mtkpower_client: perf_lock_acq, hdl:109904, dur:0,
num:2, tid:2221
07-01 15:02:11.881 1309 2221 I mtkpower_client: ret_hdl:109905
07-01 15:02:11.882 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109905 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109905
07-01 15:02:11.882 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109905,
tid:2221
07-01 15:02:12.208 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109905, dur:0,
num:2, tid:4073
07-01 15:02:12.209 1309 4073 I mtkpower_client: ret_hdl:109906
07-01 15:02:12.209 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109906 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109906
07-01 15:02:12.209 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109906,
tid:4073
07-01 15:02:12.504 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109906, dur:0,
num:2, tid:2588
07-01 15:02:12.506 1309 2588 I mtkpower_client: ret_hdl:109907
07-01 15:02:12.506 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109907 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109907
07-01 15:02:12.507 1309 2588 I mtkpower_client: perf_lock_rel, hdl:109907,
tid:2588
07-01 15:02:12.745 1309 2588 I mtkpower_client: perf_lock_acq, hdl:109907, dur:0,
num:2, tid:2588
07-01 15:02:12.746 1309 2588 I mtkpower_client: ret_hdl:109908
07-01 15:02:12.746 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109908 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109908
07-01 15:02:12.747 1309 2300 I mtkpower_client: perf_lock_rel, hdl:109908,
tid:2300
07-01 15:02:13.022 1309 2300 I mtkpower_client: perf_lock_acq, hdl:109908, dur:0,
num:2, tid:2300
07-01 15:02:13.023 1309 2300 I mtkpower_client: ret_hdl:109909
07-01 15:02:13.023 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109909 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109909
07-01 15:02:13.025 1309 2300 I mtkpower_client: perf_lock_rel, hdl:109909,
tid:2300
07-01 15:02:15.052 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109909, dur:0,
num:2, tid:2991
07-01 15:02:15.053 1309 2991 I mtkpower_client: ret_hdl:109910
07-01 15:02:15.053 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:109910 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109910
07-01 15:02:15.053 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109910,
tid:2991
07-01 15:02:17.168 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109910, dur:0,
num:2, tid:2991
07-01 15:02:17.169 1309 2991 I mtkpower_client: ret_hdl:109911
07-01 15:02:17.169 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109911 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109911
07-01 15:02:17.170 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109911,
tid:2991
07-01 15:02:18.758 1309 2991 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:02:18.758 1309 2991 E ActivityManager: java.lang.Throwable
07-01 15:02:18.758 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:02:18.758 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:02:18.758 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:02:18.758 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:02:18.758 1309 2991 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:02:18.758 1309 2991 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:02:18.758 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:02:18.758 1309 2991 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:02:18.758 1309 2991 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:02:19.150 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109911, dur:0,
num:2, tid:2991
07-01 15:02:19.151 1309 2991 I mtkpower_client: ret_hdl:109912
07-01 15:02:19.152 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109912 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109912
07-01 15:02:19.152 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109912,
tid:2991
07-01 15:02:21.128 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109912, dur:0,
num:2, tid:2991
07-01 15:02:21.129 1309 2991 I mtkpower_client: ret_hdl:109913
07-01 15:02:21.129 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109913 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109913
07-01 15:02:21.129 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109913,
tid:2991
07-01 15:02:21.436 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109913, dur:0,
num:2, tid:2991
07-01 15:02:21.437 1309 2991 I mtkpower_client: ret_hdl:109914
07-01 15:02:21.438 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109914 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109914
07-01 15:02:21.438 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109914,
tid:2991
07-01 15:02:23.190 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109914, dur:0,
num:2, tid:2991
07-01 15:02:23.191 1309 2991 I mtkpower_client: ret_hdl:109915
07-01 15:02:23.192 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109915 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109915
07-01 15:02:23.192 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109915,
tid:2991
07-01 15:02:25.081 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:02:25.081 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:02:25.271 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109915, dur:0,
num:2, tid:1419
07-01 15:02:25.272 1309 1419 I mtkpower_client: ret_hdl:109916
07-01 15:02:25.272 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109916 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109916
07-01 15:02:25.273 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109916,
tid:1419
07-01 15:02:27.218 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109916, dur:0,
num:2, tid:2991
07-01 15:02:27.220 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109917 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109917
07-01 15:02:27.220 1309 2991 I mtkpower_client: ret_hdl:109917
07-01 15:02:27.221 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109917,
tid:2991
07-01 15:02:29.191 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109917, dur:0,
num:2, tid:1419
07-01 15:02:29.192 1309 1419 I mtkpower_client: ret_hdl:109918
07-01 15:02:29.192 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109918 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109918
07-01 15:02:29.193 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109918,
tid:1419
07-01 15:02:31.273 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109918, dur:0,
num:2, tid:1419
07-01 15:02:31.274 1309 1419 I mtkpower_client: ret_hdl:109919
07-01 15:02:31.274 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109919 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109919
07-01 15:02:31.275 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109919,
tid:2991
07-01 15:02:33.303 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109919, dur:0,
num:2, tid:2991
07-01 15:02:33.305 1309 2991 I mtkpower_client: ret_hdl:109920
07-01 15:02:33.305 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109920 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109920
07-01 15:02:33.306 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109920,
tid:2991
07-01 15:02:35.348 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109920, dur:0,
num:2, tid:2991
07-01 15:02:35.350 1309 2991 I mtkpower_client: ret_hdl:109921
07-01 15:02:35.350 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109921 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109921
07-01 15:02:35.351 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109921,
tid:2991
07-01 15:02:36.962 1309 2991 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 15:02:36.962 1309 2991 E ActivityManager: java.lang.Throwable
07-01 15:02:36.962 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:02:36.962 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:02:36.962 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:02:36.962 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:02:36.962 1309 2991 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:02:36.962 1309 2991 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:02:36.962 1309 2991 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:02:36.962 1309 2991 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:02:36.962 1309 2991 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:02:37.411 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109921, dur:0,
num:2, tid:2991
07-01 15:02:37.412 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109922 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109922
07-01 15:02:37.412 1309 2991 I mtkpower_client: ret_hdl:109922
07-01 15:02:37.414 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109922,
tid:2991
07-01 15:02:39.309 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109922, dur:0,
num:2, tid:4070
07-01 15:02:39.310 1309 4070 I mtkpower_client: ret_hdl:109923
07-01 15:02:39.311 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109923 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109923
07-01 15:02:39.311 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109923,
tid:4070
07-01 15:02:41.315 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109923, dur:0,
num:2, tid:4070
07-01 15:02:41.318 1309 4070 I mtkpower_client: ret_hdl:109924
07-01 15:02:41.318 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109924 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109924
07-01 15:02:41.319 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109924,
tid:4070
07-01 15:02:41.993 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:02:41.993 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:02:42.030 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:02:42.032 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:02:42.136 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109924, dur:0,
num:2, tid:4070
07-01 15:02:42.137 1309 4070 I mtkpower_client: ret_hdl:109925
07-01 15:02:42.137 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109925 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109925
07-01 15:02:42.138 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109925,
tid:2991
07-01 15:02:43.354 1309 2991 I mtkpower_client: perf_lock_acq, hdl:109925, dur:0,
num:2, tid:2991
07-01 15:02:43.355 1309 2991 I mtkpower_client: ret_hdl:109926
07-01 15:02:43.355 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109926 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109926
07-01 15:02:43.355 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109926,
tid:2991
07-01 15:02:45.409 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109926, dur:0,
num:2, tid:3540
07-01 15:02:45.411 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109927 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109927
07-01 15:02:45.411 1309 3540 I mtkpower_client: ret_hdl:109927
07-01 15:02:45.413 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109927,
tid:3540
07-01 15:02:47.382 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109927, dur:0,
num:2, tid:4070
07-01 15:02:47.383 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109928 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109928
07-01 15:02:47.384 1309 4070 I mtkpower_client: ret_hdl:109928
07-01 15:02:47.384 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109928,
tid:4070
07-01 15:02:47.549 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109928, dur:0,
num:2, tid:4070
07-01 15:02:47.550 1309 4070 I mtkpower_client: ret_hdl:109929
07-01 15:02:47.550 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109929 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109929
07-01 15:02:47.551 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109929,
tid:4070
07-01 15:02:47.727 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109929, dur:0,
num:2, tid:4070
07-01 15:02:47.728 1309 4070 I mtkpower_client: ret_hdl:109930
07-01 15:02:47.729 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109930 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109930
07-01 15:02:47.729 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109930,
tid:4070
07-01 15:02:48.533 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.google.android.apps.maps
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10170
07-01 15:02:49.487 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109930, dur:0,
num:2, tid:4070
07-01 15:02:49.489 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109931 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109931
07-01 15:02:49.489 1309 4070 I mtkpower_client: ret_hdl:109931
07-01 15:02:49.490 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109931,
tid:4070
07-01 15:03:08.747 1309 1419 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:03:08.747 1309 1419 E ActivityManager: java.lang.Throwable
07-01 15:03:08.747 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:03:08.747 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:03:08.747 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:03:08.747 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:03:08.747 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:03:08.747 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:03:08.747 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:03:08.747 1309 1419 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:03:08.747 1309 1419 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:03:21.459 1309 1419 I mtkpower_client: perf_lock_acq, hdl:109931, dur:0,
num:2, tid:1419
07-01 15:03:21.464 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109932 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109932
07-01 15:03:21.465 1309 1419 I mtkpower_client: ret_hdl:109932
07-01 15:03:21.466 1309 1419 I mtkpower_client: perf_lock_rel, hdl:109932,
tid:1419
07-01 15:03:34.818 1309 4070 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.removed from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 15:03:34.818 1309 4070 E ActivityManager: java.lang.Throwable
07-01 15:03:34.818 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:03:34.818 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:03:34.818 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:03:34.818 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:03:34.818 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:03:34.818 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:03:34.818 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:03:34.818 1309 4070 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 15:03:34.818 1309 4070 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:03:34.818 1309 1435 E system_server: No package ID 7f found for ID
0x7f0805ab.
07-01 15:03:34.818 1309 1435 E system_server: No package ID 7f found for ID
0x7f140c59.
07-01 15:03:34.820 1309 1435 E system_server: No package ID 7f found for ID
0x7f08063a.
07-01 15:03:34.820 1309 1435 E system_server: No package ID 7f found for ID
0x7f142145.
07-01 15:03:34.876 1309 4064 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.added from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 15:03:34.876 1309 4064 E ActivityManager: java.lang.Throwable
07-01 15:03:34.876 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:03:34.876 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:03:34.876 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:03:34.876 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:03:34.876 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:03:34.876 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:03:34.876 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:03:34.876 1309 4064 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 15:03:34.876 1309 4064 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:03:34.929 1309 1309 I Telecom : eo: Package com.google.android.apps.maps
is not tracked.: SSH.oR@AB0
07-01 15:03:34.929 1309 1309 I _V_Telecom: Telecom: InCallController:
updateCarModeForConnections: car mode apps:
07-01 15:03:34.994 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 15:03:35.442 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109874, dur:0,
num:2, tid:1418
07-01 15:03:35.446 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109933 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109933
07-01 15:03:35.449 1309 1418 I mtkpower_client: ret_hdl:109933
07-01 15:03:35.450 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109933,
tid:1418
07-01 15:03:35.627 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109933, dur:0,
num:2, tid:2565
07-01 15:03:35.628 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109934 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109934
07-01 15:03:35.629 1309 2565 I mtkpower_client: ret_hdl:109934
07-01 15:03:35.630 1309 2991 I mtkpower_client: perf_lock_rel, hdl:109934,
tid:2991
07-01 15:03:35.854 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~Lm6FoGNKaPuPxvf7TfxQbA==/com.google.android.apps.maps-
arm9I7U8XmoPu_DPiyexEg==/base.apk
07-01 15:03:36.070 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~Lm6FoGNKaPuPxvf7TfxQbA==/com.google.android.apps.maps-
arm9I7U8XmoPu_DPiyexEg==/base.apk
07-01 15:03:36.734 1309 3540 I mtkpower_client: perf_lock_acq, hdl:109934, dur:0,
num:2, tid:3540
07-01 15:03:36.737 1309 3540 I mtkpower_client: ret_hdl:109935
07-01 15:03:36.737 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109935 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109935
07-01 15:03:36.738 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109935,
tid:3540
07-01 15:03:37.427 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109935, dur:0,
num:2, tid:2704
07-01 15:03:37.429 1309 2704 I mtkpower_client: ret_hdl:109936
07-01 15:03:37.429 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109936 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109936
07-01 15:03:37.429 1309 3540 I mtkpower_client: perf_lock_rel, hdl:109936,
tid:3540
07-01 15:03:39.754 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109932, dur:0,
num:2, tid:4344
07-01 15:03:39.755 1309 4344 I mtkpower_client: ret_hdl:109937
07-01 15:03:39.755 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109937 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109937
07-01 15:03:39.756 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109937,
tid:4344
07-01 15:03:40.236 1309 4075 E ActivityManager: Sending non-protected broadcast
com.vivo.applicationbehaviorengine.power.refreshList from system
2345:com.vivo.abe/1000 pkg com.vivo.abe
07-01 15:03:40.236 1309 4075 E ActivityManager: java.lang.Throwable
07-01 15:03:40.236 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:03:40.236 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:03:40.236 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:03:40.236 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:03:40.236 1309 4075 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:03:40.236 1309 4075 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:03:40.236 1309 4075 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:03:40.236 1309 4075 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:03:40.236 1309 4075 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:03:40.252 1309 1309 E _V_NotificationService: All notifications have
reached the limit:100. So we need cancel the earliest notification:
NotificationRecord(0x0b95bb28: pkg=com.vivo.browser user=UserHandle{0} id=378055585
tag=null importance=4 key=0|com.vivo.browser|378055585|null|10051:
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))
07-01 15:03:40.651 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109937, dur:0,
num:2, tid:2704
07-01 15:03:40.652 1309 2704 I mtkpower_client: ret_hdl:109938
07-01 15:03:40.652 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109938 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109938
07-01 15:03:40.653 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109938,
tid:2704
07-01 15:03:40.827 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109938, dur:0,
num:2, tid:3946
07-01 15:03:40.828 1309 3946 I mtkpower_client: ret_hdl:109939
07-01 15:03:40.828 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109939 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109939
07-01 15:03:40.829 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109939,
tid:3946
07-01 15:03:41.699 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109939, dur:0,
num:2, tid:3946
07-01 15:03:41.700 1309 3946 I mtkpower_client: ret_hdl:109940
07-01 15:03:41.700 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109940 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109940
07-01 15:03:41.700 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109940,
tid:3946
07-01 15:03:41.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:03:41.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:03:42.128 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109940, dur:0,
num:2, tid:3946
07-01 15:03:42.129 1309 3946 I mtkpower_client: ret_hdl:109941
07-01 15:03:42.130 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109941 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109941
07-01 15:03:42.130 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109941,
tid:3946
07-01 15:03:43.742 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109941, dur:0,
num:2, tid:4344
07-01 15:03:43.742 1309 4344 I mtkpower_client: ret_hdl:109942
07-01 15:03:43.743 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109942 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109942
07-01 15:03:43.743 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109942,
tid:4344
07-01 15:03:45.735 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109942, dur:0,
num:2, tid:4070
07-01 15:03:45.737 1309 4070 I mtkpower_client: ret_hdl:109943
07-01 15:03:45.737 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109943 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109943
07-01 15:03:45.738 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109943,
tid:4070
07-01 15:03:47.883 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109943, dur:0,
num:2, tid:2704
07-01 15:03:47.885 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109944 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109944
07-01 15:03:47.885 1309 2704 I mtkpower_client: ret_hdl:109944
07-01 15:03:47.886 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109944,
tid:2704
07-01 15:03:48.756 1309 2704 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:03:48.756 1309 2704 E ActivityManager: java.lang.Throwable
07-01 15:03:48.756 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:03:48.756 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:03:48.756 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:03:48.756 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:03:48.756 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:03:48.756 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:03:48.756 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:03:48.756 1309 2704 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:03:48.756 1309 2704 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:03:49.839 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109944, dur:0,
num:2, tid:2704
07-01 15:03:49.841 1309 2704 I mtkpower_client: ret_hdl:109945
07-01 15:03:49.841 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109945 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109945
07-01 15:03:49.842 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109945,
tid:4070
07-01 15:03:51.908 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109945, dur:0,
num:2, tid:2704
07-01 15:03:51.909 1309 2704 I mtkpower_client: ret_hdl:109946
07-01 15:03:51.910 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109946 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109946
07-01 15:03:51.910 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109946,
tid:2704
07-01 15:03:56.126 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109946, dur:0,
num:2, tid:2704
07-01 15:03:56.129 1309 2704 I mtkpower_client: ret_hdl:109947
07-01 15:03:56.129 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109947 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109947
07-01 15:03:56.130 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109947,
tid:2704
07-01 15:03:57.946 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109947, dur:0,
num:2, tid:2704
07-01 15:03:57.946 1309 2704 I mtkpower_client: ret_hdl:109948
07-01 15:03:57.947 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109948 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109948
07-01 15:03:57.947 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109948,
tid:2704
07-01 15:03:59.970 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109948, dur:0,
num:2, tid:4070
07-01 15:03:59.971 1309 4070 I mtkpower_client: ret_hdl:109949
07-01 15:03:59.971 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109949 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109949
07-01 15:03:59.973 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109949,
tid:4070
07-01 15:04:02.011 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109949, dur:0,
num:2, tid:2704
07-01 15:04:02.012 1309 2704 I mtkpower_client: ret_hdl:109950
07-01 15:04:02.013 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109950 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109950
07-01 15:04:02.013 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109950,
tid:2704
07-01 15:04:04.053 1309 4070 I mtkpower_client: perf_lock_acq, hdl:109950, dur:0,
num:2, tid:4070
07-01 15:04:04.054 1309 4070 I mtkpower_client: ret_hdl:109951
07-01 15:04:04.055 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109951 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109951
07-01 15:04:04.055 1309 4070 I mtkpower_client: perf_lock_rel, hdl:109951,
tid:4070
07-01 15:04:06.294 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109951, dur:0,
num:2, tid:4076
07-01 15:04:06.295 1309 4076 I mtkpower_client: ret_hdl:109952
07-01 15:04:06.295 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109952 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109952
07-01 15:04:06.296 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109952,
tid:4076
07-01 15:04:08.278 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109952, dur:0,
num:2, tid:4076
07-01 15:04:08.280 1309 4076 I mtkpower_client: ret_hdl:109953
07-01 15:04:08.280 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109953 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109953
07-01 15:04:08.281 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109953,
tid:4076
07-01 15:04:08.757 1309 4076 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:04:08.757 1309 4076 E ActivityManager: java.lang.Throwable
07-01 15:04:08.757 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:04:08.757 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:04:08.757 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:04:08.757 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:04:08.757 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:04:08.757 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:04:08.757 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:04:08.757 1309 4076 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:04:08.757 1309 4076 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:04:10.404 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109953, dur:0,
num:2, tid:4076
07-01 15:04:10.405 1309 4076 I mtkpower_client: ret_hdl:109954
07-01 15:04:10.405 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109954 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109954
07-01 15:04:10.406 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109954,
tid:4076
07-01 15:04:12.428 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109954, dur:0,
num:2, tid:3946
07-01 15:04:12.430 1309 3946 I mtkpower_client: ret_hdl:109955
07-01 15:04:12.430 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109955 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109955
07-01 15:04:12.431 1309 3946 I mtkpower_client: perf_lock_rel, hdl:109955,
tid:3946
07-01 15:04:13.970 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:04:13.971 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:04:14.106 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109955, dur:0,
num:2, tid:3946
07-01 15:04:14.107 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109956 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109956
07-01 15:04:14.108 1309 3946 I mtkpower_client: ret_hdl:109956
07-01 15:04:14.109 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109956,
tid:4344
07-01 15:04:14.442 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109956, dur:0,
num:2, tid:4344
07-01 15:04:14.444 1309 4344 I mtkpower_client: ret_hdl:109957
07-01 15:04:14.444 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109957 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109957
07-01 15:04:14.445 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109957,
tid:4344
07-01 15:04:16.501 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109957, dur:0,
num:2, tid:4076
07-01 15:04:16.502 1309 4076 I mtkpower_client: ret_hdl:109958
07-01 15:04:16.503 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109958 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109958
07-01 15:04:16.503 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109958,
tid:4076
07-01 15:04:18.478 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109958, dur:0,
num:2, tid:4076
07-01 15:04:18.479 1309 4076 I mtkpower_client: ret_hdl:109959
07-01 15:04:18.480 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109959 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109959
07-01 15:04:18.481 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109959,
tid:4076
07-01 15:04:20.461 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109959, dur:0,
num:2, tid:4076
07-01 15:04:20.462 1309 4076 I mtkpower_client: ret_hdl:109960
07-01 15:04:20.462 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109960 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109960
07-01 15:04:20.463 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109960,
tid:4076
07-01 15:04:21.432 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109960, dur:0,
num:2, tid:4076
07-01 15:04:21.433 1309 4076 I mtkpower_client: ret_hdl:109961
07-01 15:04:21.433 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109961 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109961
07-01 15:04:21.435 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109961,
tid:4076
07-01 15:04:22.576 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109961, dur:0,
num:2, tid:4344
07-01 15:04:22.577 1309 4344 I mtkpower_client: ret_hdl:109962
07-01 15:04:22.577 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109962 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109962
07-01 15:04:22.578 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109962,
tid:4344
07-01 15:04:24.528 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109962, dur:0,
num:2, tid:4344
07-01 15:04:24.529 1309 4344 I mtkpower_client: ret_hdl:109963
07-01 15:04:24.530 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109963 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109963
07-01 15:04:24.530 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109963,
tid:4344
07-01 15:04:26.596 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109963, dur:0,
num:2, tid:4344
07-01 15:04:26.597 1309 4344 I mtkpower_client: ret_hdl:109964
07-01 15:04:26.597 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109964 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109964
07-01 15:04:26.598 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109964,
tid:4344
07-01 15:04:28.683 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109964, dur:0,
num:2, tid:4344
07-01 15:04:28.685 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109965 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109965
07-01 15:04:28.685 1309 4344 I mtkpower_client: ret_hdl:109965
07-01 15:04:28.686 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109965,
tid:4344
07-01 15:04:30.661 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109965, dur:0,
num:2, tid:4344
07-01 15:04:30.663 1309 4344 I mtkpower_client: ret_hdl:109966
07-01 15:04:30.663 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109966 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109966
07-01 15:04:30.664 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109966,
tid:4076
07-01 15:04:32.719 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109966, dur:0,
num:2, tid:4076
07-01 15:04:32.720 1309 4076 I mtkpower_client: ret_hdl:109967
07-01 15:04:32.720 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109967 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109967
07-01 15:04:32.720 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109967,
tid:4344
07-01 15:04:34.853 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109967, dur:0,
num:2, tid:3946
07-01 15:04:34.855 1309 3946 I mtkpower_client: ret_hdl:109968
07-01 15:04:34.855 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109968 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109968
07-01 15:04:34.858 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109968,
tid:4344
07-01 15:04:36.853 1309 3946 I mtkpower_client: perf_lock_acq, hdl:109968, dur:0,
num:2, tid:3946
07-01 15:04:36.856 1309 3946 I mtkpower_client: ret_hdl:109969
07-01 15:04:36.856 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109969 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109969
07-01 15:04:36.857 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109969,
tid:4076
07-01 15:04:38.868 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109969, dur:0,
num:2, tid:4076
07-01 15:04:38.870 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109970 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109970
07-01 15:04:38.871 1309 4076 I mtkpower_client: ret_hdl:109970
07-01 15:04:38.872 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109970,
tid:4344
07-01 15:04:40.729 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109970, dur:0,
num:2, tid:4344
07-01 15:04:40.730 1309 4344 I mtkpower_client: ret_hdl:109971
07-01 15:04:40.731 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109971 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109971
07-01 15:04:40.731 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109971,
tid:4344
07-01 15:04:41.991 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:04:41.991 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:04:42.111 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109971, dur:0,
num:2, tid:2565
07-01 15:04:42.112 1309 2565 I mtkpower_client: ret_hdl:109972
07-01 15:04:42.112 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109972 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109972
07-01 15:04:42.113 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109972,
tid:2565
07-01 15:04:42.905 1309 4072 I mtkpower_client: perf_lock_acq, hdl:109972, dur:0,
num:2, tid:4072
07-01 15:04:42.906 1309 4072 I mtkpower_client: ret_hdl:109973
07-01 15:04:42.906 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109973 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109973
07-01 15:04:42.906 1309 4072 I mtkpower_client: perf_lock_rel, hdl:109973,
tid:4072
07-01 15:04:44.969 1309 4072 I mtkpower_client: perf_lock_acq, hdl:109973, dur:0,
num:2, tid:4072
07-01 15:04:44.970 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109974 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109974
07-01 15:04:44.970 1309 4072 I mtkpower_client: ret_hdl:109974
07-01 15:04:44.972 1309 4072 I mtkpower_client: perf_lock_rel, hdl:109974,
tid:4072
07-01 15:04:46.938 1309 2565 I mtkpower_client: perf_lock_acq, hdl:109974, dur:0,
num:2, tid:2565
07-01 15:04:46.939 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109975 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109975
07-01 15:04:46.939 1309 2565 I mtkpower_client: ret_hdl:109975
07-01 15:04:46.940 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109975,
tid:2565
07-01 15:04:49.057 1309 4072 I mtkpower_client: perf_lock_acq, hdl:109975, dur:0,
num:2, tid:4072
07-01 15:04:49.058 1309 4072 I mtkpower_client: ret_hdl:109976
07-01 15:04:49.058 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109976 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109976
07-01 15:04:49.059 1309 4072 I mtkpower_client: perf_lock_rel, hdl:109976,
tid:4072
07-01 15:04:51.040 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109976, dur:0,
num:2, tid:4344
07-01 15:04:51.042 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109977 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109977
07-01 15:04:51.043 1309 4344 I mtkpower_client: ret_hdl:109977
07-01 15:04:51.045 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109977,
tid:4344
07-01 15:04:52.994 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109977, dur:0,
num:2, tid:4344
07-01 15:04:52.996 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109978 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109978
07-01 15:04:52.996 1309 4344 I mtkpower_client: ret_hdl:109978
07-01 15:04:52.997 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109978,
tid:4344
07-01 15:04:55.118 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109978, dur:0,
num:2, tid:2704
07-01 15:04:55.119 1309 2704 I mtkpower_client: ret_hdl:109979
07-01 15:04:55.120 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109979 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109979
07-01 15:04:55.121 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109979,
tid:4344
07-01 15:04:57.076 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109979, dur:0,
num:2, tid:4344
07-01 15:04:57.077 1309 4344 I mtkpower_client: ret_hdl:109980
07-01 15:04:57.077 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109980 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109980
07-01 15:04:57.078 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109980,
tid:4344
07-01 15:04:59.166 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109980, dur:0,
num:2, tid:4344
07-01 15:04:59.168 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109981 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109981
07-01 15:04:59.169 1309 4344 I mtkpower_client: ret_hdl:109981
07-01 15:04:59.169 1309 4344 I mtkpower_client: perf_lock_rel, hdl:109981,
tid:4344
07-01 15:05:01.192 1309 4344 I mtkpower_client: perf_lock_acq, hdl:109981, dur:0,
num:2, tid:4344
07-01 15:05:01.193 1309 4344 I mtkpower_client: ret_hdl:109982
07-01 15:05:01.193 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109982 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109982
07-01 15:05:01.195 1309 2565 I mtkpower_client: perf_lock_rel, hdl:109982,
tid:2565
07-01 15:05:03.326 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109982, dur:0,
num:2, tid:2704
07-01 15:05:03.329 1309 2704 I mtkpower_client: ret_hdl:109983
07-01 15:05:03.329 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109983 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109983
07-01 15:05:03.330 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109983,
tid:4076
07-01 15:05:03.496 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:05:03.496 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:05:03.640 1309 4076 I mtkpower_client: perf_lock_acq, hdl:109983, dur:0,
num:2, tid:4076
07-01 15:05:03.642 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109984 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109984
07-01 15:05:03.642 1309 4076 I mtkpower_client: ret_hdl:109984
07-01 15:05:03.643 1309 4076 I mtkpower_client: perf_lock_rel, hdl:109984,
tid:4076
07-01 15:05:05.377 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109984, dur:0,
num:2, tid:2704
07-01 15:05:05.378 1309 2704 I mtkpower_client: ret_hdl:109985
07-01 15:05:05.378 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109985 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109985
07-01 15:05:05.379 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109985,
tid:2704
07-01 15:05:07.104 1309 2704 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 15:05:07.104 1309 2704 E ActivityManager: java.lang.Throwable
07-01 15:05:07.104 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:05:07.104 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:05:07.104 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:05:07.104 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:05:07.104 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:05:07.104 1309 2704 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:05:07.104 1309 2704 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:05:07.104 1309 2704 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:05:07.104 1309 2704 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:05:07.296 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109985, dur:0,
num:2, tid:2704
07-01 15:05:07.297 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109986 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109986
07-01 15:05:07.297 1309 2704 I mtkpower_client: ret_hdl:109986
07-01 15:05:07.298 1309 2704 I mtkpower_client: perf_lock_rel, hdl:109986,
tid:2704
07-01 15:05:09.297 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109986, dur:0,
num:2, tid:1418
07-01 15:05:09.298 1309 1418 I mtkpower_client: ret_hdl:109987
07-01 15:05:09.298 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109987 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109987
07-01 15:05:09.299 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109987,
tid:1418
07-01 15:05:11.911 1309 1418 I mtkpower_client: perf_lock_acq, hdl:109987, dur:0,
num:2, tid:1418
07-01 15:05:11.912 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109988 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109988
07-01 15:05:11.912 1309 1418 I mtkpower_client: ret_hdl:109988
07-01 15:05:11.913 1309 1418 I mtkpower_client: perf_lock_rel, hdl:109988,
tid:1418
07-01 15:05:13.825 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109988, dur:0,
num:2, tid:4073
07-01 15:05:13.828 1309 4073 I mtkpower_client: ret_hdl:109989
07-01 15:05:13.828 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109989 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109989
07-01 15:05:13.829 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109989,
tid:4073
07-01 15:05:15.777 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109989, dur:0,
num:2, tid:4064
07-01 15:05:15.779 1309 4064 I mtkpower_client: ret_hdl:109990
07-01 15:05:15.779 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109990 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109990
07-01 15:05:15.780 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109990,
tid:4064
07-01 15:05:17.815 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109990, dur:0,
num:2, tid:4064
07-01 15:05:17.817 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109991 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109991
07-01 15:05:17.818 1309 4064 I mtkpower_client: ret_hdl:109991
07-01 15:05:17.820 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109991,
tid:4064
07-01 15:05:19.877 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109991, dur:0,
num:2, tid:4073
07-01 15:05:19.879 1309 4073 I mtkpower_client: ret_hdl:109992
07-01 15:05:19.879 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109992 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109992
07-01 15:05:19.880 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109992,
tid:4073
07-01 15:05:21.887 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109992, dur:0,
num:2, tid:4073
07-01 15:05:21.889 1309 4073 I mtkpower_client: ret_hdl:109993
07-01 15:05:21.890 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109993 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109993
07-01 15:05:21.890 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109993,
tid:4073
07-01 15:05:23.966 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109993, dur:0,
num:2, tid:4064
07-01 15:05:23.969 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109994 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109994
07-01 15:05:23.971 1309 4064 I mtkpower_client: ret_hdl:109994
07-01 15:05:23.972 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109994,
tid:4073
07-01 15:05:25.922 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109994, dur:0,
num:2, tid:4064
07-01 15:05:25.923 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109995 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109995
07-01 15:05:25.924 1309 4064 I mtkpower_client: ret_hdl:109995
07-01 15:05:25.925 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109995,
tid:4064
07-01 15:05:27.990 1309 4064 I mtkpower_client: perf_lock_acq, hdl:109995, dur:0,
num:2, tid:4064
07-01 15:05:27.992 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109996 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109996
07-01 15:05:27.993 1309 4064 I mtkpower_client: ret_hdl:109996
07-01 15:05:27.994 1309 4064 I mtkpower_client: perf_lock_rel, hdl:109996,
tid:4064
07-01 15:05:30.000 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109996, dur:0,
num:2, tid:4073
07-01 15:05:30.001 1309 4073 I mtkpower_client: ret_hdl:109997
07-01 15:05:30.001 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109997 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109997
07-01 15:05:30.002 1309 4073 I mtkpower_client: perf_lock_rel, hdl:109997,
tid:4073
07-01 15:05:31.944 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109997, dur:0,
num:2, tid:2739
07-01 15:05:31.945 1309 2739 I mtkpower_client: ret_hdl:109998
07-01 15:05:31.945 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109998 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109998
07-01 15:05:31.947 1309 2221 I mtkpower_client: perf_lock_rel, hdl:109998,
tid:2221
07-01 15:05:33.964 1309 2739 I mtkpower_client: perf_lock_acq, hdl:109998, dur:0,
num:2, tid:2739
07-01 15:05:33.966 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:109999 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:109999
07-01 15:05:33.966 1309 2739 I mtkpower_client: ret_hdl:109999
07-01 15:05:33.967 1309 2739 I mtkpower_client: perf_lock_rel, hdl:109999,
tid:2739
07-01 15:05:35.971 1309 4073 I mtkpower_client: perf_lock_acq, hdl:109999, dur:0,
num:2, tid:4073
07-01 15:05:35.972 1309 4073 I mtkpower_client: ret_hdl:110000
07-01 15:05:35.972 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110000 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110000
07-01 15:05:35.973 1309 4073 I mtkpower_client: perf_lock_rel, hdl:110000,
tid:4073
07-01 15:05:37.515 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:05:37.517 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:05:37.900 1309 4073 I mtkpower_client: perf_lock_acq, hdl:110000, dur:0,
num:2, tid:4073
07-01 15:05:37.903 1309 4073 I mtkpower_client: ret_hdl:110002
07-01 15:05:37.903 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110002 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110002
07-01 15:05:37.904 1309 2221 I mtkpower_client: perf_lock_rel, hdl:110002,
tid:2221
07-01 15:05:38.216 1309 2221 I mtkpower_client: perf_lock_acq, hdl:110002, dur:0,
num:2, tid:2221
07-01 15:05:38.218 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110003 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110003
07-01 15:05:38.218 1309 2221 I mtkpower_client: ret_hdl:110003
07-01 15:05:38.219 1309 4064 I mtkpower_client: perf_lock_rel, hdl:110003,
tid:4064
07-01 15:05:38.469 1309 4073 I mtkpower_client: perf_lock_acq, hdl:110003, dur:0,
num:2, tid:4073
07-01 15:05:38.470 1309 4073 I mtkpower_client: ret_hdl:110004
07-01 15:05:38.470 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110004 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110004
07-01 15:05:38.471 1309 4064 I mtkpower_client: perf_lock_rel, hdl:110004,
tid:4064
07-01 15:05:38.756 1309 4064 I mtkpower_client: perf_lock_acq, hdl:110004, dur:0,
num:2, tid:4064
07-01 15:05:38.758 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110005 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110005
07-01 15:05:38.758 1309 4064 I mtkpower_client: ret_hdl:110005
07-01 15:05:38.759 1309 4064 I mtkpower_client: perf_lock_rel, hdl:110005,
tid:4064
07-01 15:05:40.799 1309 4064 I mtkpower_client: perf_lock_acq, hdl:110005, dur:0,
num:2, tid:4064
07-01 15:05:40.800 1309 4064 I mtkpower_client: ret_hdl:110006
07-01 15:05:40.801 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110006 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110006
07-01 15:05:40.801 1309 4064 I mtkpower_client: perf_lock_rel, hdl:110006,
tid:4064
07-01 15:05:41.279 1309 4064 I mtkpower_client: perf_lock_acq, hdl:110006, dur:0,
num:2, tid:4064
07-01 15:05:41.280 1309 4064 I mtkpower_client: ret_hdl:110007
07-01 15:05:41.280 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110007 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110007
07-01 15:05:41.281 1309 4064 I mtkpower_client: perf_lock_rel, hdl:110007,
tid:4064
07-01 15:05:41.587 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110007, dur:0,
num:2, tid:2849
07-01 15:05:41.588 1309 2849 I mtkpower_client: ret_hdl:110008
07-01 15:05:41.588 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110008 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110008
07-01 15:05:41.590 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110008,
tid:2849
07-01 15:05:41.823 1309 2991 I mtkpower_client: perf_lock_acq, hdl:110008, dur:0,
num:2, tid:2991
07-01 15:05:41.826 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110009 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110009
07-01 15:05:41.826 1309 2991 I mtkpower_client: ret_hdl:110009
07-01 15:05:41.828 1309 2991 I mtkpower_client: perf_lock_rel, hdl:110009,
tid:2991
07-01 15:05:42.046 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:05:42.046 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:05:42.106 1309 2739 I mtkpower_client: perf_lock_acq, hdl:110009, dur:0,
num:2, tid:2739
07-01 15:05:42.107 1309 2739 I mtkpower_client: ret_hdl:110010
07-01 15:05:42.107 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110010 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110010
07-01 15:05:42.111 1309 2739 I mtkpower_client: perf_lock_rel, hdl:110010,
tid:2739
07-01 15:05:42.234 1309 2739 I mtkpower_client: perf_lock_acq, hdl:110010, dur:0,
num:2, tid:2739
07-01 15:05:42.235 1309 2739 I mtkpower_client: ret_hdl:110011
07-01 15:05:42.235 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110011 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110011
07-01 15:05:42.236 1309 2739 I mtkpower_client: perf_lock_rel, hdl:110011,
tid:2739
07-01 15:05:42.533 1309 2739 I mtkpower_client: perf_lock_acq, hdl:110011, dur:0,
num:2, tid:2739
07-01 15:05:42.535 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110012 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110012
07-01 15:05:42.535 1309 2739 I mtkpower_client: ret_hdl:110012
07-01 15:05:42.536 1309 2991 I mtkpower_client: perf_lock_rel, hdl:110012,
tid:2991
07-01 15:05:42.792 1309 2991 I mtkpower_client: perf_lock_acq, hdl:110012, dur:0,
num:2, tid:2991
07-01 15:05:42.793 1309 2991 I mtkpower_client: ret_hdl:110013
07-01 15:05:42.793 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110013 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110013
07-01 15:05:42.794 1309 2991 I mtkpower_client: perf_lock_rel, hdl:110013,
tid:2991
07-01 15:05:44.803 1309 2221 I mtkpower_client: perf_lock_acq, hdl:110013, dur:0,
num:2, tid:2221
07-01 15:05:44.804 1309 2221 I mtkpower_client: ret_hdl:110014
07-01 15:05:44.805 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110014 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110014
07-01 15:05:44.805 1309 2221 I mtkpower_client: perf_lock_rel, hdl:110014,
tid:2221
07-01 15:05:46.141 1309 2221 I mtkpower_client: perf_lock_acq, hdl:110014, dur:0,
num:2, tid:2221
07-01 15:05:46.142 1309 2221 I mtkpower_client: ret_hdl:110015
07-01 15:05:46.142 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110015 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110015
07-01 15:05:46.143 1309 2221 I mtkpower_client: perf_lock_rel, hdl:110015,
tid:2221
07-01 15:05:46.305 1309 4073 I mtkpower_client: perf_lock_acq, hdl:110015, dur:0,
num:2, tid:4073
07-01 15:05:46.307 1309 4073 I mtkpower_client: ret_hdl:110016
07-01 15:05:46.307 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110016 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110016
07-01 15:05:46.308 1309 4073 I mtkpower_client: perf_lock_rel, hdl:110016,
tid:4073
07-01 15:05:46.312 1309 4073 I mtkpower_client: perf_lock_acq, hdl:110016, dur:0,
num:2, tid:4073
07-01 15:05:46.313 1309 4073 I mtkpower_client: ret_hdl:110017
07-01 15:05:46.313 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110017 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110017
07-01 15:05:46.314 1309 4073 I mtkpower_client: perf_lock_rel, hdl:110017,
tid:4073
07-01 15:05:46.542 1309 4072 I mtkpower_client: perf_lock_acq, hdl:110017, dur:0,
num:2, tid:4072
07-01 15:05:46.558 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110018 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110018
07-01 15:05:46.561 1309 4072 I mtkpower_client: ret_hdl:110018
07-01 15:05:46.563 1309 2739 I mtkpower_client: perf_lock_rel, hdl:110018,
tid:2739
07-01 15:05:46.864 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.google.android.gm
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10171
07-01 15:05:46.972 1309 4072 I mtkpower_client: perf_lock_acq, hdl:110018, dur:0,
num:2, tid:4072
07-01 15:05:46.973 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110019 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110019
07-01 15:05:46.973 1309 4072 I mtkpower_client: ret_hdl:110019
07-01 15:05:46.974 1309 4072 I mtkpower_client: perf_lock_rel, hdl:110019,
tid:4072
07-01 15:05:48.633 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110019, dur:0,
num:2, tid:3540
07-01 15:05:48.634 1309 3540 I mtkpower_client: ret_hdl:110020
07-01 15:05:48.635 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110020 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110020
07-01 15:05:48.635 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110020,
tid:3540
07-01 15:05:58.750 1309 4071 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:05:58.750 1309 4071 E ActivityManager: java.lang.Throwable
07-01 15:05:58.750 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:05:58.750 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:05:58.750 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:05:58.750 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:05:58.750 1309 4071 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:05:58.750 1309 4071 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:05:58.750 1309 4071 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:05:58.750 1309 4071 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:05:58.750 1309 4071 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:06:21.446 1309 4071 I mtkpower_client: perf_lock_acq, hdl:110020, dur:0,
num:2, tid:4071
07-01 15:06:21.448 1309 4071 I mtkpower_client: ret_hdl:110021
07-01 15:06:21.448 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110021 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110021
07-01 15:06:21.449 1309 4071 I mtkpower_client: perf_lock_rel, hdl:110021,
tid:4071
07-01 15:06:29.104 1309 4064 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.removed from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 15:06:29.104 1309 4064 E ActivityManager: java.lang.Throwable
07-01 15:06:29.104 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:06:29.104 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:06:29.104 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:06:29.104 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:06:29.104 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:06:29.104 1309 4064 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:06:29.104 1309 4064 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:06:29.104 1309 4064 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 15:06:29.104 1309 4064 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:06:29.154 1309 1309 I Telecom : eo: Package com.google.android.gm is not
tracked.: SSH.oR@AB4
07-01 15:06:29.154 1309 1309 I _V_Telecom: Telecom: InCallController:
updateCarModeForConnections: car mode apps:
07-01 15:06:29.359 1309 2704 I mtkpower_client: perf_lock_acq, hdl:109936, dur:0,
num:2, tid:2704
07-01 15:06:29.361 1309 2704 I mtkpower_client: ret_hdl:110022
07-01 15:06:29.361 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110022 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110022
07-01 15:06:29.362 1309 4072 I mtkpower_client: perf_lock_rel, hdl:110022,
tid:4072
07-01 15:06:29.371 1309 1435 E system_server: No package ID 7f found for ID
0x7f08061a.
07-01 15:06:29.371 1309 1435 E system_server: No package ID 7f found for ID
0x7f15044b.
07-01 15:06:29.401 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 15:06:29.447 1309 3540 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.added from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 15:06:29.447 1309 3540 E ActivityManager: java.lang.Throwable
07-01 15:06:29.447 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:06:29.447 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:06:29.447 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:06:29.447 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:06:29.447 1309 3540 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:06:29.447 1309 3540 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:06:29.447 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:06:29.447 1309 3540 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 15:06:29.447 1309 3540 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:06:29.548 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110022, dur:0,
num:2, tid:4074
07-01 15:06:29.549 1309 4074 I mtkpower_client: ret_hdl:110023
07-01 15:06:29.549 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110023 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110023
07-01 15:06:29.556 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110023,
tid:2849
07-01 15:06:29.891 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110023, dur:0,
num:2, tid:3968
07-01 15:06:29.893 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110024 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110024
07-01 15:06:29.893 1309 3968 I mtkpower_client: ret_hdl:110024
07-01 15:06:29.894 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110024,
tid:1542
07-01 15:06:30.146 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~CREPA5_0IZAx9ZP6KAoOFA==/com.google.android.gm-
_9KsSvzA4ctX7uN30Az0LA==/base.apk
07-01 15:06:30.247 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~CREPA5_0IZAx9ZP6KAoOFA==/com.google.android.gm-
_9KsSvzA4ctX7uN30Az0LA==/base.apk
07-01 15:06:31.347 1309 2704 I mtkpower_client: perf_lock_acq, hdl:110024, dur:0,
num:2, tid:2704
07-01 15:06:31.349 1309 2704 I mtkpower_client: ret_hdl:110025
07-01 15:06:31.349 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110025 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110025
07-01 15:06:31.354 1309 2704 I mtkpower_client: perf_lock_rel, hdl:110025,
tid:2704
07-01 15:06:31.856 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110025, dur:0,
num:2, tid:2745
07-01 15:06:31.858 1309 2745 I mtkpower_client: ret_hdl:110026
07-01 15:06:31.859 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110026 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110026
07-01 15:06:31.859 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110026,
tid:2745
07-01 15:06:33.402 1309 4072 I mtkpower_client: perf_lock_acq, hdl:110021, dur:0,
num:2, tid:4072
07-01 15:06:33.404 1309 4072 I mtkpower_client: ret_hdl:110027
07-01 15:06:33.405 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110027 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110027
07-01 15:06:33.406 1309 4072 I mtkpower_client: perf_lock_rel, hdl:110027,
tid:4072
07-01 15:06:34.991 1309 4072 E ActivityManager: Sending non-protected broadcast
com.vivo.applicationbehaviorengine.power.refreshList from system
2345:com.vivo.abe/1000 pkg com.vivo.abe
07-01 15:06:34.991 1309 4072 E ActivityManager: java.lang.Throwable
07-01 15:06:34.991 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:06:34.991 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:06:34.991 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:06:34.991 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:06:34.991 1309 4072 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:06:34.991 1309 4072 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:06:34.991 1309 4072 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:06:34.991 1309 4072 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:06:34.991 1309 4072 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:06:35.888 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110027, dur:0,
num:2, tid:1543
07-01 15:06:35.890 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110028 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110028
07-01 15:06:35.893 1309 1543 I mtkpower_client: ret_hdl:110028
07-01 15:06:35.894 1309 4072 I mtkpower_client: perf_lock_rel, hdl:110028,
tid:4072
07-01 15:06:36.017 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110028, dur:0,
num:2, tid:1543
07-01 15:06:36.020 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110029 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110029
07-01 15:06:36.020 1309 1543 I mtkpower_client: ret_hdl:110029
07-01 15:06:36.021 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110029,
tid:1543
07-01 15:06:36.231 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110029, dur:0,
num:2, tid:3968
07-01 15:06:36.233 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110030 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110030
07-01 15:06:36.233 1309 3968 I mtkpower_client: ret_hdl:110030
07-01 15:06:36.234 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110030,
tid:3968
07-01 15:06:36.381 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110030, dur:0,
num:2, tid:3968
07-01 15:06:36.383 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110031 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110031
07-01 15:06:36.383 1309 3968 I mtkpower_client: ret_hdl:110031
07-01 15:06:36.384 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110031,
tid:3968
07-01 15:06:36.589 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110031, dur:0,
num:2, tid:3968
07-01 15:06:36.590 1309 3968 I mtkpower_client: ret_hdl:110032
07-01 15:06:36.590 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110032 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110032
07-01 15:06:36.591 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110032,
tid:3968
07-01 15:06:38.258 1309 2739 I mtkpower_client: perf_lock_acq, hdl:110032, dur:0,
num:2, tid:2739
07-01 15:06:38.260 1309 2739 I mtkpower_client: ret_hdl:110033
07-01 15:06:38.260 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110033 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110033
07-01 15:06:38.261 1309 2739 I mtkpower_client: perf_lock_rel, hdl:110033,
tid:2739
07-01 15:06:38.779 1309 2739 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:06:38.779 1309 2739 E ActivityManager: java.lang.Throwable
07-01 15:06:38.779 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:06:38.779 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:06:38.779 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:06:38.779 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:06:38.779 1309 2739 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:06:38.779 1309 2739 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:06:38.779 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:06:38.779 1309 2739 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:06:38.779 1309 2739 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:06:40.156 1309 4071 I mtkpower_client: perf_lock_acq, hdl:110033, dur:0,
num:2, tid:4071
07-01 15:06:40.157 1309 4071 I mtkpower_client: ret_hdl:110034
07-01 15:06:40.157 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110034 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110034
07-01 15:06:40.158 1309 4071 I mtkpower_client: perf_lock_rel, hdl:110034,
tid:4071
07-01 15:06:41.998 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:06:41.999 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:06:42.147 1309 4071 I mtkpower_client: perf_lock_acq, hdl:110034, dur:0,
num:2, tid:4071
07-01 15:06:42.148 1309 4071 I mtkpower_client: ret_hdl:110035
07-01 15:06:42.148 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110035 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110035
07-01 15:06:42.149 1309 4071 I mtkpower_client: perf_lock_rel, hdl:110035,
tid:4071
07-01 15:06:44.201 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110035, dur:0,
num:2, tid:2588
07-01 15:06:44.202 1309 2588 I mtkpower_client: ret_hdl:110036
07-01 15:06:44.202 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110036 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110036
07-01 15:06:44.203 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110036,
tid:2588
07-01 15:06:46.209 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110036, dur:0,
num:2, tid:2850
07-01 15:06:46.210 1309 2850 I mtkpower_client: ret_hdl:110037
07-01 15:06:46.210 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110037 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110037
07-01 15:06:46.211 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110037,
tid:4074
07-01 15:06:48.210 1309 2991 I mtkpower_client: perf_lock_acq, hdl:110037, dur:0,
num:2, tid:2991
07-01 15:06:48.213 1309 2991 I mtkpower_client: ret_hdl:110038
07-01 15:06:48.214 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110038 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110038
07-01 15:06:48.216 1309 2991 I mtkpower_client: perf_lock_rel, hdl:110038,
tid:2991
07-01 15:06:50.215 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110038, dur:0,
num:2, tid:2850
07-01 15:06:50.217 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110039 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110039
07-01 15:06:50.217 1309 2850 I mtkpower_client: ret_hdl:110039
07-01 15:06:50.218 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110039,
tid:2850
07-01 15:06:52.182 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110039, dur:0,
num:2, tid:2588
07-01 15:06:52.184 1309 2588 I mtkpower_client: ret_hdl:110040
07-01 15:06:52.184 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110040 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110040
07-01 15:06:52.186 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110040,
tid:2588
07-01 15:06:52.410 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:06:52.413 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:06:54.312 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110040, dur:0,
num:2, tid:4074
07-01 15:06:54.313 1309 4074 I mtkpower_client: ret_hdl:110041
07-01 15:06:54.313 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110041 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110041
07-01 15:06:54.314 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110041,
tid:4074
07-01 15:06:56.300 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110041, dur:0,
num:2, tid:4074
07-01 15:06:56.302 1309 4074 I mtkpower_client: ret_hdl:110042
07-01 15:06:56.302 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110042 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110042
07-01 15:06:56.303 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110042,
tid:4074
07-01 15:06:58.232 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110042, dur:0,
num:2, tid:2850
07-01 15:06:58.234 1309 2850 I mtkpower_client: ret_hdl:110043
07-01 15:06:58.234 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110043 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110043
07-01 15:06:58.235 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110043,
tid:2850
07-01 15:06:58.776 1309 2850 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:06:58.776 1309 2850 E ActivityManager: java.lang.Throwable
07-01 15:06:58.776 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:06:58.776 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:06:58.776 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:06:58.776 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:06:58.776 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:06:58.776 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:06:58.776 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:06:58.776 1309 2850 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:06:58.776 1309 2850 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:07:00.270 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110043, dur:0,
num:2, tid:4074
07-01 15:07:00.271 1309 4074 I mtkpower_client: ret_hdl:110044
07-01 15:07:00.271 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110044 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110044
07-01 15:07:00.272 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110044,
tid:4074
07-01 15:07:02.293 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110044, dur:0,
num:2, tid:1542
07-01 15:07:02.294 1309 1542 I mtkpower_client: ret_hdl:110045
07-01 15:07:02.295 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110045 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110045
07-01 15:07:02.296 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110045,
tid:1542
07-01 15:07:04.321 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110045, dur:0,
num:2, tid:1542
07-01 15:07:04.322 1309 1542 I mtkpower_client: ret_hdl:110046
07-01 15:07:04.323 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110046 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110046
07-01 15:07:04.324 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110046,
tid:1542
07-01 15:07:06.287 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110046, dur:0,
num:2, tid:4074
07-01 15:07:06.289 1309 4074 I mtkpower_client: ret_hdl:110047
07-01 15:07:06.289 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110047 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110047
07-01 15:07:06.291 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110047,
tid:4074
07-01 15:07:08.334 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110047, dur:0,
num:2, tid:4074
07-01 15:07:08.336 1309 4074 I mtkpower_client: ret_hdl:110048
07-01 15:07:08.336 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110048 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110048
07-01 15:07:08.337 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110048,
tid:4074
07-01 15:07:12.333 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110048, dur:0,
num:2, tid:4074
07-01 15:07:12.334 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110049 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110049
07-01 15:07:12.334 1309 4074 I mtkpower_client: ret_hdl:110049
07-01 15:07:12.335 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110049,
tid:4074
07-01 15:07:14.397 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110049, dur:0,
num:2, tid:1542
07-01 15:07:14.399 1309 1542 I mtkpower_client: ret_hdl:110050
07-01 15:07:14.400 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110050 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110050
07-01 15:07:14.401 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110050,
tid:1542
07-01 15:07:16.315 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110050, dur:0,
num:2, tid:1542
07-01 15:07:16.317 1309 1542 I mtkpower_client: ret_hdl:110051
07-01 15:07:16.317 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110051 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110051
07-01 15:07:16.317 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110051,
tid:1542
07-01 15:07:18.351 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110051, dur:0,
num:2, tid:2850
07-01 15:07:18.353 1309 2850 I mtkpower_client: ret_hdl:110052
07-01 15:07:18.353 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110052 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110052
07-01 15:07:18.354 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110052,
tid:2850
07-01 15:07:20.434 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110052, dur:0,
num:2, tid:2850
07-01 15:07:20.435 1309 2850 I mtkpower_client: ret_hdl:110053
07-01 15:07:20.435 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110053 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110053
07-01 15:07:20.437 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110053,
tid:2850
07-01 15:07:21.499 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110053, dur:0,
num:2, tid:1542
07-01 15:07:21.501 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110054 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110054
07-01 15:07:21.501 1309 1542 I mtkpower_client: ret_hdl:110054
07-01 15:07:21.502 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110054,
tid:1542
07-01 15:07:22.385 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110054, dur:0,
num:2, tid:2850
07-01 15:07:22.387 1309 2850 I mtkpower_client: ret_hdl:110055
07-01 15:07:22.387 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110055 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110055
07-01 15:07:22.388 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110055,
tid:2850
07-01 15:07:24.465 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110055, dur:0,
num:2, tid:1543
07-01 15:07:24.467 1309 1543 I mtkpower_client: ret_hdl:110056
07-01 15:07:24.468 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110056 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110056
07-01 15:07:24.469 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110056,
tid:1543
07-01 15:07:25.210 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:07:25.212 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:07:26.354 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110056, dur:0,
num:2, tid:2850
07-01 15:07:26.357 1309 2850 I mtkpower_client: ret_hdl:110057
07-01 15:07:26.357 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110057 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110057
07-01 15:07:26.358 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110057,
tid:2850
07-01 15:07:28.371 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110057, dur:0,
num:2, tid:1543
07-01 15:07:28.374 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110058 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110058
07-01 15:07:28.374 1309 1543 I mtkpower_client: ret_hdl:110058
07-01 15:07:28.376 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110058,
tid:1543
07-01 15:07:28.774 1309 1543 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:07:28.774 1309 1543 E ActivityManager: java.lang.Throwable
07-01 15:07:28.774 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:07:28.774 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:07:28.774 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:07:28.774 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:07:28.774 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:07:28.774 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:07:28.774 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:07:28.774 1309 1543 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:07:28.774 1309 1543 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:07:30.405 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110058, dur:0,
num:2, tid:2565
07-01 15:07:30.407 1309 2565 I mtkpower_client: ret_hdl:110059
07-01 15:07:30.407 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110059 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110059
07-01 15:07:30.409 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110059,
tid:2565
07-01 15:07:32.379 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110059, dur:0,
num:2, tid:2850
07-01 15:07:32.380 1309 2850 I mtkpower_client: ret_hdl:110060
07-01 15:07:32.380 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110060 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110060
07-01 15:07:32.381 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110060,
tid:2850
07-01 15:07:34.461 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110060, dur:0,
num:2, tid:2850
07-01 15:07:34.462 1309 2850 I mtkpower_client: ret_hdl:110061
07-01 15:07:34.462 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110061 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110061
07-01 15:07:34.463 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110061,
tid:2850
07-01 15:07:36.450 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110061, dur:0,
num:2, tid:1543
07-01 15:07:36.452 1309 1543 I mtkpower_client: ret_hdl:110062
07-01 15:07:36.452 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110062 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110062
07-01 15:07:36.453 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110062,
tid:1543
07-01 15:07:37.263 1309 2850 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 15:07:37.263 1309 2850 E ActivityManager: java.lang.Throwable
07-01 15:07:37.263 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:07:37.263 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:07:37.263 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:07:37.263 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:07:37.263 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:07:37.263 1309 2850 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:07:37.263 1309 2850 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:07:37.263 1309 2850 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:07:37.263 1309 2850 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:07:38.400 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110062, dur:0,
num:2, tid:2850
07-01 15:07:38.401 1309 2850 I mtkpower_client: ret_hdl:110063
07-01 15:07:38.402 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110063 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110063
07-01 15:07:38.403 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110063,
tid:2850
07-01 15:07:42.021 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:07:42.028 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:07:42.164 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110063, dur:0,
num:2, tid:2565
07-01 15:07:42.166 1309 2565 I mtkpower_client: ret_hdl:110064
07-01 15:07:42.166 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110064 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110064
07-01 15:07:42.167 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110064,
tid:2565
07-01 15:07:42.466 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110064, dur:0,
num:2, tid:2565
07-01 15:07:42.467 1309 2565 I mtkpower_client: ret_hdl:110065
07-01 15:07:42.467 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110065 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110065
07-01 15:07:42.468 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110065,
tid:2565
07-01 15:07:44.420 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110065, dur:0,
num:2, tid:2745
07-01 15:07:44.422 1309 2745 I mtkpower_client: ret_hdl:110066
07-01 15:07:44.422 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110066 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110066
07-01 15:07:44.423 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110066,
tid:2745
07-01 15:07:46.381 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110066, dur:0,
num:2, tid:2850
07-01 15:07:46.382 1309 2850 I mtkpower_client: ret_hdl:110067
07-01 15:07:46.382 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110067 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110067
07-01 15:07:46.383 1309 2739 I mtkpower_client: perf_lock_rel, hdl:110067,
tid:2739
07-01 15:07:50.467 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110067, dur:0,
num:2, tid:2588
07-01 15:07:50.469 1309 2588 I mtkpower_client: ret_hdl:110068
07-01 15:07:50.470 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110068 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110068
07-01 15:07:50.471 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110068,
tid:2588
07-01 15:07:51.805 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:07:51.806 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:07:51.900 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:07:51.900 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:07:51.937 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110068, dur:0,
num:2, tid:2588
07-01 15:07:51.938 1309 2588 I mtkpower_client: ret_hdl:110069
07-01 15:07:51.938 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110069 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110069
07-01 15:07:51.940 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110069,
tid:4070
07-01 15:07:52.395 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110069, dur:0,
num:2, tid:2850
07-01 15:07:52.397 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110070 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110070
07-01 15:07:52.397 1309 2850 I mtkpower_client: ret_hdl:110070
07-01 15:07:52.398 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110070,
tid:2850
07-01 15:07:54.555 1309 4076 I mtkpower_client: perf_lock_acq, hdl:110070, dur:0,
num:2, tid:4076
07-01 15:07:54.557 1309 4076 I mtkpower_client: ret_hdl:110071
07-01 15:07:54.557 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110071 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110071
07-01 15:07:54.559 1309 4076 I mtkpower_client: perf_lock_rel, hdl:110071,
tid:4076
07-01 15:07:56.477 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110071, dur:0,
num:2, tid:4070
07-01 15:07:56.479 1309 4070 I mtkpower_client: ret_hdl:110072
07-01 15:07:56.480 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110072 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110072
07-01 15:07:56.480 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110072,
tid:4070
07-01 15:07:58.508 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110072, dur:0,
num:2, tid:4070
07-01 15:07:58.511 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110073 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110073
07-01 15:07:58.512 1309 4070 I mtkpower_client: ret_hdl:110073
07-01 15:07:58.513 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110073,
tid:4070
07-01 15:08:00.498 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110073, dur:0,
num:2, tid:4070
07-01 15:08:00.500 1309 4070 I mtkpower_client: ret_hdl:110074
07-01 15:08:00.500 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110074 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110074
07-01 15:08:00.501 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110074,
tid:4070
07-01 15:08:02.553 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110074, dur:0,
num:2, tid:2850
07-01 15:08:02.555 1309 2850 I mtkpower_client: ret_hdl:110075
07-01 15:08:02.555 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110075 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110075
07-01 15:08:02.556 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110075,
tid:2850
07-01 15:08:04.606 1309 4076 I mtkpower_client: perf_lock_acq, hdl:110075, dur:0,
num:2, tid:4076
07-01 15:08:04.608 1309 4076 I mtkpower_client: ret_hdl:110076
07-01 15:08:04.608 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110076 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110076
07-01 15:08:04.609 1309 4076 I mtkpower_client: perf_lock_rel, hdl:110076,
tid:4076
07-01 15:08:06.552 1309 4076 I mtkpower_client: perf_lock_acq, hdl:110076, dur:0,
num:2, tid:4076
07-01 15:08:06.555 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110077 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110077
07-01 15:08:06.556 1309 4076 I mtkpower_client: ret_hdl:110077
07-01 15:08:06.559 1309 4076 I mtkpower_client: perf_lock_rel, hdl:110077,
tid:4076
07-01 15:08:08.548 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110077, dur:0,
num:2, tid:2850
07-01 15:08:08.550 1309 2850 I mtkpower_client: ret_hdl:110078
07-01 15:08:08.550 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110078 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110078
07-01 15:08:08.551 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110078,
tid:2850
07-01 15:08:10.512 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110078, dur:0,
num:2, tid:2850
07-01 15:08:10.514 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110079 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110079
07-01 15:08:10.514 1309 2850 I mtkpower_client: ret_hdl:110079
07-01 15:08:10.516 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110079,
tid:2850
07-01 15:08:12.581 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110079, dur:0,
num:2, tid:2850
07-01 15:08:12.582 1309 2850 I mtkpower_client: ret_hdl:110080
07-01 15:08:12.583 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110080 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110080
07-01 15:08:12.584 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110080,
tid:2850
07-01 15:08:14.599 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110080, dur:0,
num:2, tid:2850
07-01 15:08:14.601 1309 2850 I mtkpower_client: ret_hdl:110081
07-01 15:08:14.601 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110081 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110081
07-01 15:08:14.603 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110081,
tid:2850
07-01 15:08:16.621 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110081, dur:0,
num:2, tid:3968
07-01 15:08:16.623 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110082 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110082
07-01 15:08:16.623 1309 3968 I mtkpower_client: ret_hdl:110082
07-01 15:08:16.624 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110082,
tid:3968
07-01 15:08:18.562 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110082, dur:0,
num:2, tid:2850
07-01 15:08:18.568 1309 2850 I mtkpower_client: ret_hdl:110083
07-01 15:08:18.568 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110083 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110083
07-01 15:08:18.569 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110083,
tid:3968
07-01 15:08:20.598 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110083, dur:0,
num:2, tid:2588
07-01 15:08:20.599 1309 2588 I mtkpower_client: ret_hdl:110084
07-01 15:08:20.600 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110084 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110084
07-01 15:08:20.601 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110084,
tid:2588
07-01 15:08:21.502 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110084, dur:0,
num:2, tid:2588
07-01 15:08:21.504 1309 2588 I mtkpower_client: ret_hdl:110085
07-01 15:08:21.504 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110085 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110085
07-01 15:08:21.507 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110085,
tid:2588
07-01 15:08:22.582 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110085, dur:0,
num:2, tid:3968
07-01 15:08:22.584 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110086 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110086
07-01 15:08:22.584 1309 3968 I mtkpower_client: ret_hdl:110086
07-01 15:08:22.586 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110086,
tid:3968
07-01 15:08:24.658 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110086, dur:0,
num:2, tid:3968
07-01 15:08:24.659 1309 3968 I mtkpower_client: ret_hdl:110087
07-01 15:08:24.660 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110087 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110087
07-01 15:08:24.661 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110087,
tid:3968
07-01 15:08:26.683 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110087, dur:0,
num:2, tid:4070
07-01 15:08:26.684 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110089 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110089
07-01 15:08:26.684 1309 4070 I mtkpower_client: ret_hdl:110089
07-01 15:08:26.685 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110089,
tid:4070
07-01 15:08:27.266 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110089, dur:0,
num:2, tid:2588
07-01 15:08:27.267 1309 2588 I mtkpower_client: ret_hdl:110090
07-01 15:08:27.267 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110090 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110090
07-01 15:08:27.268 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110090,
tid:3968
07-01 15:08:27.450 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110090, dur:0,
num:2, tid:4070
07-01 15:08:27.451 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110091 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110091
07-01 15:08:27.452 1309 4070 I mtkpower_client: ret_hdl:110091
07-01 15:08:27.453 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110091,
tid:2588
07-01 15:08:27.847 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110091, dur:0,
num:2, tid:2588
07-01 15:08:27.849 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110092 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110092
07-01 15:08:27.849 1309 2588 I mtkpower_client: ret_hdl:110092
07-01 15:08:27.856 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110092,
tid:2588
07-01 15:08:28.026 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110092, dur:0,
num:2, tid:3968
07-01 15:08:28.027 1309 3968 I mtkpower_client: ret_hdl:110093
07-01 15:08:28.027 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110093 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110093
07-01 15:08:28.028 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110093,
tid:3968
07-01 15:08:28.306 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110093, dur:0,
num:2, tid:4070
07-01 15:08:28.307 1309 4070 I mtkpower_client: ret_hdl:110094
07-01 15:08:28.307 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110094 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110094
07-01 15:08:28.308 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110094,
tid:4070
07-01 15:08:28.498 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110094, dur:0,
num:2, tid:2588
07-01 15:08:28.500 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110095 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110095
07-01 15:08:28.500 1309 2588 I mtkpower_client: ret_hdl:110095
07-01 15:08:28.501 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110095,
tid:2588
07-01 15:08:28.939 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110095, dur:0,
num:2, tid:4070
07-01 15:08:28.940 1309 4070 I mtkpower_client: ret_hdl:110096
07-01 15:08:28.941 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110096 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110096
07-01 15:08:28.941 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110096,
tid:4070
07-01 15:08:30.823 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110096, dur:0,
num:2, tid:4070
07-01 15:08:30.824 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110097 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110097
07-01 15:08:30.824 1309 4070 I mtkpower_client: ret_hdl:110097
07-01 15:08:30.826 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110097,
tid:4070
07-01 15:08:32.940 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110097, dur:0,
num:2, tid:3968
07-01 15:08:32.941 1309 3968 I mtkpower_client: ret_hdl:110098
07-01 15:08:32.941 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110098 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110098
07-01 15:08:32.942 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110098,
tid:3968
07-01 15:08:34.964 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110098, dur:0,
num:2, tid:3968
07-01 15:08:34.966 1309 3968 I mtkpower_client: ret_hdl:110099
07-01 15:08:34.966 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110099 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110099
07-01 15:08:34.967 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110099,
tid:3968
07-01 15:08:36.922 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110099, dur:0,
num:2, tid:2745
07-01 15:08:36.923 1309 2745 I mtkpower_client: ret_hdl:110100
07-01 15:08:36.923 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110100 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110100
07-01 15:08:36.924 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110100,
tid:2745
07-01 15:08:38.780 1309 4070 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:08:38.780 1309 4070 E ActivityManager: java.lang.Throwable
07-01 15:08:38.780 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:08:38.780 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:08:38.780 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:08:38.780 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:08:38.780 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:08:38.780 1309 4070 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:08:38.780 1309 4070 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:08:38.780 1309 4070 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:08:38.780 1309 4070 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:08:38.933 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110100, dur:0,
num:2, tid:4070
07-01 15:08:38.934 1309 4070 I mtkpower_client: ret_hdl:110101
07-01 15:08:38.934 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110101 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110101
07-01 15:08:38.935 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110101,
tid:4070
07-01 15:08:40.991 1309 4076 I mtkpower_client: perf_lock_acq, hdl:110101, dur:0,
num:2, tid:4076
07-01 15:08:40.992 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110102 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110102
07-01 15:08:40.993 1309 4076 I mtkpower_client: ret_hdl:110102
07-01 15:08:40.993 1309 4076 I mtkpower_client: perf_lock_rel, hdl:110102,
tid:4076
07-01 15:08:41.987 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:08:41.987 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:08:42.118 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110102, dur:0,
num:2, tid:2745
07-01 15:08:42.120 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110103 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110103
07-01 15:08:42.120 1309 2745 I mtkpower_client: ret_hdl:110103
07-01 15:08:42.121 1309 4076 I mtkpower_client: perf_lock_rel, hdl:110103,
tid:4076
07-01 15:08:43.007 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110103, dur:0,
num:2, tid:2745
07-01 15:08:43.007 1309 2745 I mtkpower_client: ret_hdl:110104
07-01 15:08:43.008 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110104 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110104
07-01 15:08:43.008 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110104,
tid:2745
07-01 15:08:45.172 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110104, dur:0,
num:2, tid:4070
07-01 15:08:45.173 1309 4070 I mtkpower_client: ret_hdl:110105
07-01 15:08:45.173 556 614 I libPowerHal: [perfLockAcq] idx:1 hdl:110105 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110105
07-01 15:08:45.174 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110105,
tid:2850
07-01 15:08:47.039 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110105, dur:0,
num:2, tid:1542
07-01 15:08:47.040 1309 1542 I mtkpower_client: ret_hdl:110106
07-01 15:08:47.040 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110106 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110106
07-01 15:08:47.041 1309 4076 I mtkpower_client: perf_lock_rel, hdl:110106,
tid:4076
07-01 15:08:47.235 1309 2161 E WifiVendorHal:
getWifiLinkLayerStats_1_5_Internal(l.1235) failed {.code =
ERROR_NOT_SUPPORTED, .description = }
07-01 15:08:47.283 1309 2161 E _V_VivoWifiUtil: isEasyShareAp
error:java.lang.NullPointerException: pattern == null
07-01 15:08:47.283 1309 2161 E _V_VivoWifiUtil: isQuantumSuiteAp
error:android.content.pm.PackageManager$NameNotFoundException: com.vivo.pcsuite
07-01 15:08:49.116 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110106, dur:0,
num:2, tid:1542
07-01 15:08:49.117 1309 1542 I mtkpower_client: ret_hdl:110107
07-01 15:08:49.117 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110107 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110107
07-01 15:08:49.119 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110107,
tid:1542
07-01 15:08:51.280 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110107, dur:0,
num:2, tid:1542
07-01 15:08:51.282 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110108 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110108
07-01 15:08:51.283 1309 1542 I mtkpower_client: ret_hdl:110108
07-01 15:08:51.284 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110108,
tid:1542
07-01 15:08:57.093 1309 4076 I mtkpower_client: perf_lock_acq, hdl:110108, dur:0,
num:2, tid:4076
07-01 15:08:57.095 1309 4076 I mtkpower_client: ret_hdl:110109
07-01 15:08:57.095 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110109 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110109
07-01 15:08:57.096 1309 4076 I mtkpower_client: perf_lock_rel, hdl:110109,
tid:4076
07-01 15:08:59.178 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110109, dur:0,
num:2, tid:1542
07-01 15:08:59.181 1309 1542 I mtkpower_client: ret_hdl:110110
07-01 15:08:59.181 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110110 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110110
07-01 15:08:59.182 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110110,
tid:1542
07-01 15:09:01.153 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110110, dur:0,
num:2, tid:2850
07-01 15:09:01.156 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110111 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110111
07-01 15:09:01.157 1309 2850 I mtkpower_client: ret_hdl:110111
07-01 15:09:01.159 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110111,
tid:4070
07-01 15:09:03.213 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110111, dur:0,
num:2, tid:2565
07-01 15:09:03.216 1309 2565 I mtkpower_client: ret_hdl:110112
07-01 15:09:03.216 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110112 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110112
07-01 15:09:03.217 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110112,
tid:2565
07-01 15:09:05.310 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110112, dur:0,
num:2, tid:2565
07-01 15:09:05.312 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110113 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110113
07-01 15:09:05.312 1309 2565 I mtkpower_client: ret_hdl:110113
07-01 15:09:05.313 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110113,
tid:2565
07-01 15:09:07.288 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110113, dur:0,
num:2, tid:4070
07-01 15:09:07.290 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110114 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110114
07-01 15:09:07.291 1309 4070 I mtkpower_client: ret_hdl:110114
07-01 15:09:07.292 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110114,
tid:4070
07-01 15:09:09.303 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110114, dur:0,
num:2, tid:4070
07-01 15:09:09.305 1309 4070 I mtkpower_client: ret_hdl:110115
07-01 15:09:09.306 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110115 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110115
07-01 15:09:09.307 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110115,
tid:4070
07-01 15:09:11.357 1309 4076 I mtkpower_client: perf_lock_acq, hdl:110115, dur:0,
num:2, tid:4076
07-01 15:09:11.358 1309 4076 I mtkpower_client: ret_hdl:110116
07-01 15:09:11.359 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110116 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110116
07-01 15:09:11.360 1309 4076 I mtkpower_client: perf_lock_rel, hdl:110116,
tid:4076
07-01 15:09:15.461 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110116, dur:0,
num:2, tid:2850
07-01 15:09:15.464 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110117 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110117
07-01 15:09:15.464 1309 2850 I mtkpower_client: ret_hdl:110117
07-01 15:09:15.466 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110117,
tid:2850
07-01 15:09:17.459 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110117, dur:0,
num:2, tid:2850
07-01 15:09:17.460 1309 2850 I mtkpower_client: ret_hdl:110118
07-01 15:09:17.460 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110118 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110118
07-01 15:09:17.461 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110118,
tid:2850
07-01 15:09:19.386 1309 4076 I mtkpower_client: perf_lock_acq, hdl:110118, dur:0,
num:2, tid:4076
07-01 15:09:19.388 1309 4076 I mtkpower_client: ret_hdl:110119
07-01 15:09:19.388 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110119 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110119
07-01 15:09:19.389 1309 4076 I mtkpower_client: perf_lock_rel, hdl:110119,
tid:4076
07-01 15:09:21.366 1309 2850 I mtkpower_client: perf_lock_acq, hdl:110119, dur:0,
num:2, tid:2850
07-01 15:09:21.368 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110120 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110120
07-01 15:09:21.368 1309 2850 I mtkpower_client: ret_hdl:110120
07-01 15:09:21.369 1309 2850 I mtkpower_client: perf_lock_rel, hdl:110120,
tid:2850
07-01 15:09:23.384 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110120, dur:0,
num:2, tid:4070
07-01 15:09:23.385 1309 4070 I mtkpower_client: ret_hdl:110121
07-01 15:09:23.385 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110121 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110121
07-01 15:09:23.386 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110121,
tid:4070
07-01 15:09:25.478 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110121, dur:0,
num:2, tid:1543
07-01 15:09:25.479 1309 1543 I mtkpower_client: ret_hdl:110122
07-01 15:09:25.480 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110122 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110122
07-01 15:09:25.480 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110122,
tid:1543
07-01 15:09:27.467 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110122, dur:0,
num:2, tid:4070
07-01 15:09:27.468 1309 4070 I mtkpower_client: ret_hdl:110123
07-01 15:09:27.469 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110123 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110123
07-01 15:09:27.470 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110123,
tid:4070
07-01 15:09:28.778 1309 4073 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:09:28.778 1309 4073 E ActivityManager: java.lang.Throwable
07-01 15:09:28.778 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:09:28.778 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:09:28.778 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:09:28.778 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:09:28.778 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:09:28.778 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:09:28.778 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:09:28.778 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:09:28.778 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:09:29.396 1309 4073 I mtkpower_client: perf_lock_acq, hdl:110123, dur:0,
num:2, tid:4073
07-01 15:09:29.398 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110124 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110124
07-01 15:09:29.398 1309 4073 I mtkpower_client: ret_hdl:110124
07-01 15:09:29.400 1309 4073 I mtkpower_client: perf_lock_rel, hdl:110124,
tid:4073
07-01 15:09:30.853 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110124, dur:0,
num:2, tid:1543
07-01 15:09:30.854 1309 1543 I mtkpower_client: ret_hdl:110125
07-01 15:09:30.854 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110125 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110125
07-01 15:09:30.855 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110125,
tid:1543
07-01 15:09:31.059 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110125, dur:0,
num:2, tid:2565
07-01 15:09:31.061 1309 2565 I mtkpower_client: ret_hdl:110126
07-01 15:09:31.061 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110126 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110126
07-01 15:09:31.062 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110126,
tid:2565
07-01 15:09:31.585 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110126, dur:0,
num:2, tid:1543
07-01 15:09:31.586 1309 1543 I mtkpower_client: ret_hdl:110127
07-01 15:09:31.587 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110127 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110127
07-01 15:09:31.587 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110127,
tid:1543
07-01 15:09:33.585 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110127, dur:0,
num:2, tid:1543
07-01 15:09:33.586 1309 1543 I mtkpower_client: ret_hdl:110128
07-01 15:09:33.586 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110128 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110128
07-01 15:09:33.587 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110128,
tid:1543
07-01 15:09:35.591 1309 4073 I mtkpower_client: perf_lock_acq, hdl:110128, dur:0,
num:2, tid:4073
07-01 15:09:35.593 1309 4073 I mtkpower_client: ret_hdl:110129
07-01 15:09:35.593 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110129 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110129
07-01 15:09:35.594 1309 4073 I mtkpower_client: perf_lock_rel, hdl:110129,
tid:4073
07-01 15:09:37.591 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110129, dur:0,
num:2, tid:1543
07-01 15:09:37.593 1309 1543 I mtkpower_client: ret_hdl:110130
07-01 15:09:37.593 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110130 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110130
07-01 15:09:37.594 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110130,
tid:1543
07-01 15:09:39.573 1309 4073 I mtkpower_client: perf_lock_acq, hdl:110130, dur:0,
num:2, tid:4073
07-01 15:09:39.575 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110131 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110131
07-01 15:09:39.576 1309 4073 I mtkpower_client: ret_hdl:110131
07-01 15:09:39.577 1309 4073 I mtkpower_client: perf_lock_rel, hdl:110131,
tid:4073
07-01 15:09:40.699 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:09:40.700 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:09:40.836 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110131, dur:0,
num:2, tid:1543
07-01 15:09:40.838 1309 1543 I mtkpower_client: ret_hdl:110132
07-01 15:09:40.838 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110132 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110132
07-01 15:09:40.839 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110132,
tid:1543
07-01 15:09:41.533 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110132, dur:0,
num:2, tid:1543
07-01 15:09:41.534 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110133 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110133
07-01 15:09:41.534 1309 1543 I mtkpower_client: ret_hdl:110133
07-01 15:09:41.535 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110133,
tid:1543
07-01 15:09:42.001 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:09:42.002 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:09:42.159 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110133, dur:0,
num:2, tid:1543
07-01 15:09:42.161 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110134 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110134
07-01 15:09:42.162 1309 1543 I mtkpower_client: ret_hdl:110134
07-01 15:09:42.164 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110134,
tid:1543
07-01 15:09:43.745 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110134, dur:0,
num:2, tid:2565
07-01 15:09:43.748 1309 2565 I mtkpower_client: ret_hdl:110135
07-01 15:09:43.748 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110135 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110135
07-01 15:09:43.749 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110135,
tid:2565
07-01 15:09:45.637 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110135, dur:0,
num:2, tid:1543
07-01 15:09:45.638 1309 1543 I mtkpower_client: ret_hdl:110136
07-01 15:09:45.639 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110136 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110136
07-01 15:09:45.640 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110136,
tid:1543
07-01 15:09:47.593 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110136, dur:0,
num:2, tid:4070
07-01 15:09:47.594 1309 4070 I mtkpower_client: ret_hdl:110137
07-01 15:09:47.595 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110137 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110137
07-01 15:09:47.596 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110137,
tid:4070
07-01 15:09:49.735 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110137, dur:0,
num:2, tid:1542
07-01 15:09:49.738 1309 1542 I mtkpower_client: ret_hdl:110138
07-01 15:09:49.738 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110138 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110138
07-01 15:09:49.740 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110138,
tid:1542
07-01 15:09:51.629 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110138, dur:0,
num:2, tid:2565
07-01 15:09:51.630 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110139 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110139
07-01 15:09:51.630 1309 2565 I mtkpower_client: ret_hdl:110139
07-01 15:09:51.631 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110139,
tid:2565
07-01 15:09:55.618 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110139, dur:0,
num:2, tid:3946
07-01 15:09:55.619 1309 3946 I mtkpower_client: ret_hdl:110140
07-01 15:09:55.619 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110140 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110140
07-01 15:09:55.620 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110140,
tid:3946
07-01 15:09:57.622 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110140, dur:0,
num:2, tid:1542
07-01 15:09:57.623 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110141 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110141
07-01 15:09:57.624 1309 1542 I mtkpower_client: ret_hdl:110141
07-01 15:09:57.625 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110141,
tid:1542
07-01 15:10:01.755 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110141, dur:0,
num:2, tid:3946
07-01 15:10:01.757 1309 3946 I mtkpower_client: ret_hdl:110142
07-01 15:10:01.757 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110142 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110142
07-01 15:10:01.758 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110142,
tid:3946
07-01 15:10:03.674 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110142, dur:0,
num:2, tid:1542
07-01 15:10:03.676 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110143 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110143
07-01 15:10:03.677 1309 1542 I mtkpower_client: ret_hdl:110143
07-01 15:10:03.678 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110143,
tid:1542
07-01 15:10:05.783 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110143, dur:0,
num:2, tid:1542
07-01 15:10:05.785 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110144 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110144
07-01 15:10:05.786 1309 1542 I mtkpower_client: ret_hdl:110144
07-01 15:10:05.787 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110144,
tid:1542
07-01 15:10:07.412 1309 1543 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 15:10:07.412 1309 1543 E ActivityManager: java.lang.Throwable
07-01 15:10:07.412 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:10:07.412 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:10:07.412 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:10:07.412 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:10:07.412 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:10:07.412 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:10:07.412 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:10:07.412 1309 1543 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:10:07.412 1309 1543 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:10:07.713 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110144, dur:0,
num:2, tid:1543
07-01 15:10:07.715 1309 1543 I mtkpower_client: ret_hdl:110145
07-01 15:10:07.716 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110145 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110145
07-01 15:10:07.717 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110145,
tid:1543
07-01 15:10:09.744 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110145, dur:0,
num:2, tid:1543
07-01 15:10:09.746 1309 1543 I mtkpower_client: ret_hdl:110146
07-01 15:10:09.747 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110146 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110146
07-01 15:10:09.748 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110146,
tid:1543
07-01 15:10:11.806 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110146, dur:0,
num:2, tid:4070
07-01 15:10:11.808 1309 4070 I mtkpower_client: ret_hdl:110147
07-01 15:10:11.808 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110147 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110147
07-01 15:10:11.809 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110147,
tid:1543
07-01 15:10:13.741 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110147, dur:0,
num:2, tid:4070
07-01 15:10:13.743 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110148 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110148
07-01 15:10:13.743 1309 4070 I mtkpower_client: ret_hdl:110148
07-01 15:10:13.744 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110148,
tid:4070
07-01 15:10:15.221 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110148, dur:0,
num:2, tid:4070
07-01 15:10:15.222 1309 4070 I mtkpower_client: ret_hdl:110149
07-01 15:10:15.223 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110149 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110149
07-01 15:10:15.224 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110149,
tid:1542
07-01 15:10:15.812 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110149, dur:0,
num:2, tid:1542
07-01 15:10:15.814 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110150 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110150
07-01 15:10:15.815 1309 1542 I mtkpower_client: ret_hdl:110150
07-01 15:10:15.817 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110150,
tid:1542
07-01 15:10:17.733 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110150, dur:0,
num:2, tid:1543
07-01 15:10:17.735 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110151 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110151
07-01 15:10:17.735 1309 1543 I mtkpower_client: ret_hdl:110151
07-01 15:10:17.736 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110151,
tid:1543
07-01 15:10:19.844 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110151, dur:0,
num:2, tid:1542
07-01 15:10:19.847 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110152 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110152
07-01 15:10:19.848 1309 1542 I mtkpower_client: ret_hdl:110152
07-01 15:10:19.849 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110152,
tid:1542
07-01 15:10:21.830 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110152, dur:0,
num:2, tid:1542
07-01 15:10:21.831 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110153 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110153
07-01 15:10:21.831 1309 1542 I mtkpower_client: ret_hdl:110153
07-01 15:10:21.833 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110153,
tid:1542
07-01 15:10:23.846 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110153, dur:0,
num:2, tid:1542
07-01 15:10:23.848 1309 1542 I mtkpower_client: ret_hdl:110154
07-01 15:10:23.848 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110154 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110154
07-01 15:10:23.849 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110154,
tid:1542
07-01 15:10:25.773 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110154, dur:0,
num:2, tid:1542
07-01 15:10:25.775 1309 1542 I mtkpower_client: ret_hdl:110155
07-01 15:10:25.775 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110155 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110155
07-01 15:10:25.776 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110155,
tid:1542
07-01 15:10:27.860 1309 4073 I mtkpower_client: perf_lock_acq, hdl:110155, dur:0,
num:2, tid:4073
07-01 15:10:27.861 1309 4073 I mtkpower_client: ret_hdl:110156
07-01 15:10:27.861 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110156 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110156
07-01 15:10:27.862 1309 4073 I mtkpower_client: perf_lock_rel, hdl:110156,
tid:4073
07-01 15:10:28.780 1309 4073 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:10:28.780 1309 4073 E ActivityManager: java.lang.Throwable
07-01 15:10:28.780 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:10:28.780 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:10:28.780 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:10:28.780 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:10:28.780 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:10:28.780 1309 4073 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:10:28.780 1309 4073 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:10:28.780 1309 4073 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:10:28.780 1309 4073 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:10:29.819 1309 4073 I mtkpower_client: perf_lock_acq, hdl:110156, dur:0,
num:2, tid:4073
07-01 15:10:29.820 1309 4073 I mtkpower_client: ret_hdl:110157
07-01 15:10:29.821 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110157 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110157
07-01 15:10:29.822 1309 4073 I mtkpower_client: perf_lock_rel, hdl:110157,
tid:4073
07-01 15:10:31.861 1309 4073 I mtkpower_client: perf_lock_acq, hdl:110157, dur:0,
num:2, tid:4073
07-01 15:10:31.862 1309 4073 I mtkpower_client: ret_hdl:110158
07-01 15:10:31.863 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110158 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110158
07-01 15:10:31.864 1309 4073 I mtkpower_client: perf_lock_rel, hdl:110158,
tid:4073
07-01 15:10:33.948 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110158, dur:0,
num:2, tid:2565
07-01 15:10:33.949 1309 2565 I mtkpower_client: ret_hdl:110159
07-01 15:10:33.949 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110159 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110159
07-01 15:10:33.949 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110159,
tid:2565
07-01 15:10:35.934 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110159, dur:0,
num:2, tid:2565
07-01 15:10:35.937 1309 2565 I mtkpower_client: ret_hdl:110160
07-01 15:10:35.937 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110160 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110160
07-01 15:10:35.939 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110160,
tid:2565
07-01 15:10:37.935 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110160, dur:0,
num:2, tid:3946
07-01 15:10:37.936 1309 3946 I mtkpower_client: ret_hdl:110161
07-01 15:10:37.937 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110161 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110161
07-01 15:10:37.938 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110161,
tid:3946
07-01 15:10:39.909 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110161, dur:0,
num:2, tid:1542
07-01 15:10:39.910 1309 1542 I mtkpower_client: ret_hdl:110162
07-01 15:10:39.911 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110162 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110162
07-01 15:10:39.912 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110162,
tid:1542
07-01 15:10:41.995 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:10:41.996 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:10:41.999 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110162, dur:0,
num:2, tid:1543
07-01 15:10:42.001 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110163 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110163
07-01 15:10:42.001 1309 1543 I mtkpower_client: ret_hdl:110163
07-01 15:10:42.003 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110163,
tid:1542
07-01 15:10:44.027 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110163, dur:0,
num:2, tid:1543
07-01 15:10:44.028 1309 1543 I mtkpower_client: ret_hdl:110164
07-01 15:10:44.029 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110164 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110164
07-01 15:10:44.030 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110164,
tid:1543
07-01 15:10:46.018 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110164, dur:0,
num:2, tid:1542
07-01 15:10:46.021 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110165 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110165
07-01 15:10:46.022 1309 1542 I mtkpower_client: ret_hdl:110165
07-01 15:10:46.023 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110165,
tid:1542
07-01 15:10:50.079 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110165, dur:0,
num:2, tid:2849
07-01 15:10:50.080 1309 2849 I mtkpower_client: ret_hdl:110166
07-01 15:10:50.081 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110166 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110166
07-01 15:10:50.081 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110166,
tid:2849
07-01 15:10:51.973 1309 4076 I mtkpower_client: perf_lock_acq, hdl:110166, dur:0,
num:2, tid:4076
07-01 15:10:51.974 1309 4076 I mtkpower_client: ret_hdl:110167
07-01 15:10:51.974 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110167 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110167
07-01 15:10:51.974 1309 4076 I mtkpower_client: perf_lock_rel, hdl:110167,
tid:4076
07-01 15:10:54.096 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110167, dur:0,
num:2, tid:2849
07-01 15:10:54.098 1309 2849 I mtkpower_client: ret_hdl:110168
07-01 15:10:54.099 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110168 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110168
07-01 15:10:54.099 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110168,
tid:2849
07-01 15:10:56.099 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110168, dur:0,
num:2, tid:2588
07-01 15:10:56.101 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110169 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110169
07-01 15:10:56.102 1309 2588 I mtkpower_client: ret_hdl:110169
07-01 15:10:56.104 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110169,
tid:2588
07-01 15:10:58.008 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110169, dur:0,
num:2, tid:3968
07-01 15:10:58.010 1309 3968 I mtkpower_client: ret_hdl:110170
07-01 15:10:58.011 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110170 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110170
07-01 15:10:58.011 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110170,
tid:3968
07-01 15:10:59.901 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:10:59.902 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:11:00.071 1309 2991 I mtkpower_client: perf_lock_acq, hdl:110170, dur:0,
num:2, tid:2991
07-01 15:11:00.073 1309 2991 I mtkpower_client: ret_hdl:110171
07-01 15:11:00.073 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110171 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110171
07-01 15:11:00.074 1309 2991 I mtkpower_client: perf_lock_rel, hdl:110171,
tid:2991
07-01 15:11:01.425 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:11:01.427 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:11:01.992 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110171, dur:0,
num:2, tid:4070
07-01 15:11:01.994 1309 4070 I mtkpower_client: ret_hdl:110172
07-01 15:11:01.994 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110172 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110172
07-01 15:11:01.995 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110172,
tid:4070
07-01 15:11:04.041 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110172, dur:0,
num:2, tid:3968
07-01 15:11:04.042 1309 3968 I mtkpower_client: ret_hdl:110173
07-01 15:11:04.043 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110173 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110173
07-01 15:11:04.044 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110173,
tid:3968
07-01 15:11:06.056 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110173, dur:0,
num:2, tid:3968
07-01 15:11:06.059 1309 3968 I mtkpower_client: ret_hdl:110174
07-01 15:11:06.059 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110174 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110174
07-01 15:11:06.061 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110174,
tid:3968
07-01 15:11:08.005 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110174, dur:0,
num:2, tid:2588
07-01 15:11:08.007 1309 2588 I mtkpower_client: ret_hdl:110175
07-01 15:11:08.008 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110175 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110175
07-01 15:11:08.009 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110175,
tid:2588
07-01 15:11:08.795 1309 2588 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:11:08.795 1309 2588 E ActivityManager: java.lang.Throwable
07-01 15:11:08.795 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:11:08.795 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:11:08.795 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:11:08.795 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:11:08.795 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:11:08.795 1309 2588 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:11:08.795 1309 2588 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:11:08.795 1309 2588 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:11:08.795 1309 2588 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:11:10.037 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110175, dur:0,
num:2, tid:2588
07-01 15:11:10.039 1309 2588 I mtkpower_client: ret_hdl:110176
07-01 15:11:10.039 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110176 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110176
07-01 15:11:10.040 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110176,
tid:2588
07-01 15:11:12.118 1309 2991 I mtkpower_client: perf_lock_acq, hdl:110176, dur:0,
num:2, tid:2991
07-01 15:11:12.120 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110177 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110177
07-01 15:11:12.120 1309 2991 I mtkpower_client: ret_hdl:110177
07-01 15:11:12.122 1309 2991 I mtkpower_client: perf_lock_rel, hdl:110177,
tid:2991
07-01 15:11:14.242 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110177, dur:0,
num:2, tid:3968
07-01 15:11:14.243 1309 3968 I mtkpower_client: ret_hdl:110178
07-01 15:11:14.244 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110178 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110178
07-01 15:11:14.245 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110178,
tid:3968
07-01 15:11:15.155 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110178, dur:0,
num:2, tid:1543
07-01 15:11:15.156 1309 1543 I mtkpower_client: ret_hdl:110179
07-01 15:11:15.157 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110179 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110179
07-01 15:11:15.157 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110179,
tid:1543
07-01 15:11:16.114 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110179, dur:0,
num:2, tid:2745
07-01 15:11:16.117 1309 2745 I mtkpower_client: ret_hdl:110180
07-01 15:11:16.117 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110180 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110180
07-01 15:11:16.118 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110180,
tid:2745
07-01 15:11:18.176 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110180, dur:0,
num:2, tid:2849
07-01 15:11:18.177 1309 2849 I mtkpower_client: ret_hdl:110181
07-01 15:11:18.178 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110181 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110181
07-01 15:11:18.178 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110181,
tid:2849
07-01 15:11:20.164 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110181, dur:0,
num:2, tid:3946
07-01 15:11:20.168 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110182 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110182
07-01 15:11:20.169 1309 3946 I mtkpower_client: ret_hdl:110182
07-01 15:11:20.171 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110182,
tid:3946
07-01 15:11:22.221 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110182, dur:0,
num:2, tid:2849
07-01 15:11:22.223 1309 2849 I mtkpower_client: ret_hdl:110183
07-01 15:11:22.224 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110183 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110183
07-01 15:11:22.224 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110183,
tid:2849
07-01 15:11:24.226 1309 4071 I mtkpower_client: perf_lock_acq, hdl:110183, dur:0,
num:2, tid:4071
07-01 15:11:24.228 1309 4071 I mtkpower_client: ret_hdl:110184
07-01 15:11:24.228 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110184 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110184
07-01 15:11:24.229 1309 4071 I mtkpower_client: perf_lock_rel, hdl:110184,
tid:4071
07-01 15:11:26.164 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110184, dur:0,
num:2, tid:2745
07-01 15:11:26.167 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110185 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110185
07-01 15:11:26.168 1309 2745 I mtkpower_client: ret_hdl:110185
07-01 15:11:26.169 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110185,
tid:2745
07-01 15:11:28.150 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110185, dur:0,
num:2, tid:2745
07-01 15:11:28.152 1309 2745 I mtkpower_client: ret_hdl:110186
07-01 15:11:28.152 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110186 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110186
07-01 15:11:28.154 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110186,
tid:2745
07-01 15:11:28.782 1309 2745 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:11:28.782 1309 2745 E ActivityManager: java.lang.Throwable
07-01 15:11:28.782 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:11:28.782 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:11:28.782 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:11:28.782 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:11:28.782 1309 2745 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:11:28.782 1309 2745 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:11:28.782 1309 2745 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:11:28.782 1309 2745 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:11:28.782 1309 2745 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:11:30.309 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110186, dur:0,
num:2, tid:2849
07-01 15:11:30.311 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110187 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110187
07-01 15:11:30.312 1309 2849 I mtkpower_client: ret_hdl:110187
07-01 15:11:30.313 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110187,
tid:2849
07-01 15:11:34.341 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110187, dur:0,
num:2, tid:4070
07-01 15:11:34.343 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110188 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110188
07-01 15:11:34.344 1309 4070 I mtkpower_client: ret_hdl:110188
07-01 15:11:34.346 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110188,
tid:4070
07-01 15:11:36.346 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110188, dur:0,
num:2, tid:2745
07-01 15:11:36.348 1309 2745 I mtkpower_client: ret_hdl:110189
07-01 15:11:36.348 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110189 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110189
07-01 15:11:36.350 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110189,
tid:2745
07-01 15:11:37.169 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:11:37.171 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:11:38.301 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110189, dur:0,
num:2, tid:2745
07-01 15:11:38.303 1309 2745 I mtkpower_client: ret_hdl:110190
07-01 15:11:38.303 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110190 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110190
07-01 15:11:38.305 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110190,
tid:2745
07-01 15:11:40.404 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110190, dur:0,
num:2, tid:2745
07-01 15:11:40.406 1309 2745 I mtkpower_client: ret_hdl:110191
07-01 15:11:40.407 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110191 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110191
07-01 15:11:40.408 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110191,
tid:2745
07-01 15:11:42.007 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:11:42.007 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:11:42.163 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110191, dur:0,
num:2, tid:3946
07-01 15:11:42.164 1309 3946 I mtkpower_client: ret_hdl:110192
07-01 15:11:42.164 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110192 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110192
07-01 15:11:42.165 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110192,
tid:2849
07-01 15:11:42.423 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110192, dur:0,
num:2, tid:2849
07-01 15:11:42.424 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110193 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110193
07-01 15:11:42.425 1309 2849 I mtkpower_client: ret_hdl:110193
07-01 15:11:42.426 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110193,
tid:2849
07-01 15:11:44.472 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110193, dur:0,
num:2, tid:4070
07-01 15:11:44.474 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110194 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110194
07-01 15:11:44.474 1309 4070 I mtkpower_client: ret_hdl:110194
07-01 15:11:44.475 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110194,
tid:4070
07-01 15:11:46.401 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110194, dur:0,
num:2, tid:4070
07-01 15:11:46.403 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110195 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110195
07-01 15:11:46.404 1309 4070 I mtkpower_client: ret_hdl:110195
07-01 15:11:46.405 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110195,
tid:4070
07-01 15:11:48.452 1309 4071 I mtkpower_client: perf_lock_acq, hdl:110195, dur:0,
num:2, tid:4071
07-01 15:11:48.454 1309 4071 I mtkpower_client: ret_hdl:110196
07-01 15:11:48.454 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110196 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110196
07-01 15:11:48.455 1309 4071 I mtkpower_client: perf_lock_rel, hdl:110196,
tid:4071
07-01 15:11:50.457 1309 4071 I mtkpower_client: perf_lock_acq, hdl:110196, dur:0,
num:2, tid:4071
07-01 15:11:50.459 1309 4071 I mtkpower_client: ret_hdl:110197
07-01 15:11:50.459 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110197 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110197
07-01 15:11:50.460 1309 4071 I mtkpower_client: perf_lock_rel, hdl:110197,
tid:4071
07-01 15:11:52.591 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110197, dur:0,
num:2, tid:2745
07-01 15:11:52.592 1309 2745 I mtkpower_client: ret_hdl:110198
07-01 15:11:52.592 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110198 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110198
07-01 15:11:52.593 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110198,
tid:2745
07-01 15:11:54.514 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110198, dur:0,
num:2, tid:2745
07-01 15:11:54.515 1309 2745 I mtkpower_client: ret_hdl:110199
07-01 15:11:54.516 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110199 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110199
07-01 15:11:54.516 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110199,
tid:2745
07-01 15:11:56.628 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110199, dur:0,
num:2, tid:2849
07-01 15:11:56.629 1309 2849 I mtkpower_client: ret_hdl:110200
07-01 15:11:56.629 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110200 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110200
07-01 15:11:56.630 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110200,
tid:2849
07-01 15:11:58.565 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110200, dur:0,
num:2, tid:2745
07-01 15:11:58.567 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110201 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110201
07-01 15:11:58.568 1309 2745 I mtkpower_client: ret_hdl:110201
07-01 15:11:58.569 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110201,
tid:2849
07-01 15:12:00.613 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110201, dur:0,
num:2, tid:2745
07-01 15:12:00.616 1309 2745 I mtkpower_client: ret_hdl:110202
07-01 15:12:00.616 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110202 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110202
07-01 15:12:00.618 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110202,
tid:2745
07-01 15:12:02.660 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110202, dur:0,
num:2, tid:2849
07-01 15:12:02.661 1309 2849 I mtkpower_client: ret_hdl:110203
07-01 15:12:02.662 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110203 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110203
07-01 15:12:02.663 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110203,
tid:2849
07-01 15:12:04.593 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110203, dur:0,
num:2, tid:2745
07-01 15:12:04.595 1309 2745 I mtkpower_client: ret_hdl:110204
07-01 15:12:04.595 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110204 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110204
07-01 15:12:04.598 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110204,
tid:2745
07-01 15:12:06.696 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110204, dur:0,
num:2, tid:2745
07-01 15:12:06.701 1309 2745 I mtkpower_client: ret_hdl:110205
07-01 15:12:06.702 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110205 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110205
07-01 15:12:06.703 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110205,
tid:2745
07-01 15:12:08.729 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110205, dur:0,
num:2, tid:2849
07-01 15:12:08.731 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110206 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110206
07-01 15:12:08.731 1309 2849 I mtkpower_client: ret_hdl:110206
07-01 15:12:08.732 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110206,
tid:2849
07-01 15:12:10.744 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110206, dur:0,
num:2, tid:2745
07-01 15:12:10.746 1309 2745 I mtkpower_client: ret_hdl:110207
07-01 15:12:10.746 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110207 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110207
07-01 15:12:10.747 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110207,
tid:2745
07-01 15:12:12.700 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110207, dur:0,
num:2, tid:2745
07-01 15:12:12.702 1309 2745 I mtkpower_client: ret_hdl:110208
07-01 15:12:12.702 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110208 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110208
07-01 15:12:12.703 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110208,
tid:2745
07-01 15:12:14.708 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110208, dur:0,
num:2, tid:4070
07-01 15:12:14.709 1309 4070 I mtkpower_client: ret_hdl:110209
07-01 15:12:14.709 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110209 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110209
07-01 15:12:14.710 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110209,
tid:4070
07-01 15:12:15.189 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110209, dur:0,
num:2, tid:4070
07-01 15:12:15.193 1309 4070 I mtkpower_client: ret_hdl:110210
07-01 15:12:15.193 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110210 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110210
07-01 15:12:15.194 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110210,
tid:2745
07-01 15:12:16.785 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110210, dur:0,
num:2, tid:2745
07-01 15:12:16.787 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110211 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110211
07-01 15:12:16.787 1309 2745 I mtkpower_client: ret_hdl:110211
07-01 15:12:16.788 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110211,
tid:2745
07-01 15:12:20.724 1309 2745 I mtkpower_client: perf_lock_acq, hdl:110211, dur:0,
num:2, tid:2745
07-01 15:12:20.727 1309 2745 I mtkpower_client: ret_hdl:110212
07-01 15:12:20.728 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110212 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110212
07-01 15:12:20.729 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110212,
tid:2745
07-01 15:12:22.704 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110212, dur:0,
num:2, tid:4070
07-01 15:12:22.706 1309 4070 I mtkpower_client: ret_hdl:110213
07-01 15:12:22.706 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110213 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110213
07-01 15:12:22.707 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110213,
tid:4070
07-01 15:12:24.752 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110213, dur:0,
num:2, tid:4074
07-01 15:12:24.753 1309 4074 I mtkpower_client: ret_hdl:110214
07-01 15:12:24.754 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110214 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110214
07-01 15:12:24.755 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110214,
tid:4074
07-01 15:12:26.819 1309 4071 I mtkpower_client: perf_lock_acq, hdl:110214, dur:0,
num:2, tid:4071
07-01 15:12:26.820 1309 4071 I mtkpower_client: ret_hdl:110215
07-01 15:12:26.821 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110215 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110215
07-01 15:12:26.822 1309 4071 I mtkpower_client: perf_lock_rel, hdl:110215,
tid:4071
07-01 15:12:28.669 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110215, dur:0,
num:2, tid:4074
07-01 15:12:28.670 1309 4074 I mtkpower_client: ret_hdl:110216
07-01 15:12:28.670 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110216 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110216
07-01 15:12:28.671 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110216,
tid:4074
07-01 15:12:30.749 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110216, dur:0,
num:2, tid:3968
07-01 15:12:30.751 1309 3968 I mtkpower_client: ret_hdl:110217
07-01 15:12:30.752 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110217 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110217
07-01 15:12:30.753 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110217,
tid:3968
07-01 15:12:32.784 1309 4071 I mtkpower_client: perf_lock_acq, hdl:110217, dur:0,
num:2, tid:4071
07-01 15:12:32.787 1309 4071 I mtkpower_client: ret_hdl:110218
07-01 15:12:32.787 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110218 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110218
07-01 15:12:32.789 1309 4071 I mtkpower_client: perf_lock_rel, hdl:110218,
tid:4071
07-01 15:12:34.722 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110218, dur:0,
num:2, tid:2849
07-01 15:12:34.723 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110219 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110219
07-01 15:12:34.723 1309 2849 I mtkpower_client: ret_hdl:110219
07-01 15:12:34.724 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110219,
tid:3968
07-01 15:12:36.809 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110219, dur:0,
num:2, tid:3968
07-01 15:12:36.810 1309 3968 I mtkpower_client: ret_hdl:110220
07-01 15:12:36.811 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110220 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110220
07-01 15:12:36.811 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110220,
tid:3968
07-01 15:12:37.576 1309 3968 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 15:12:37.576 1309 3968 E ActivityManager: java.lang.Throwable
07-01 15:12:37.576 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:12:37.576 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:12:37.576 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:12:37.576 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:12:37.576 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:12:37.576 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:12:37.576 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:12:37.576 1309 3968 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:12:37.576 1309 3968 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:12:38.744 1309 4075 I mtkpower_client: perf_lock_acq, hdl:110220, dur:0,
num:2, tid:4075
07-01 15:12:38.745 1309 4075 I mtkpower_client: ret_hdl:110221
07-01 15:12:38.745 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110221 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110221
07-01 15:12:38.747 1309 4075 I mtkpower_client: perf_lock_rel, hdl:110221,
tid:4075
07-01 15:12:40.821 1309 4075 I mtkpower_client: perf_lock_acq, hdl:110221, dur:0,
num:2, tid:4075
07-01 15:12:40.823 1309 4075 I mtkpower_client: ret_hdl:110222
07-01 15:12:40.824 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110222 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110222
07-01 15:12:40.825 1309 4075 I mtkpower_client: perf_lock_rel, hdl:110222,
tid:4075
07-01 15:12:42.024 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:12:42.025 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:12:42.173 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110222, dur:0,
num:2, tid:2588
07-01 15:12:42.175 1309 2588 I mtkpower_client: ret_hdl:110223
07-01 15:12:42.175 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110223 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110223
07-01 15:12:42.177 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110223,
tid:2588
07-01 15:12:42.760 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110223, dur:0,
num:2, tid:2588
07-01 15:12:42.762 1309 2588 I mtkpower_client: ret_hdl:110224
07-01 15:12:42.762 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110224 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110224
07-01 15:12:42.763 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110224,
tid:2588
07-01 15:12:44.789 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110224, dur:0,
num:2, tid:2849
07-01 15:12:44.791 1309 2849 I mtkpower_client: ret_hdl:110225
07-01 15:12:44.791 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110225 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110225
07-01 15:12:44.792 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110225,
tid:2849
07-01 15:12:46.769 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110225, dur:0,
num:2, tid:2849
07-01 15:12:46.771 1309 2849 I mtkpower_client: ret_hdl:110226
07-01 15:12:46.772 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110226 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110226
07-01 15:12:46.772 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110226,
tid:2849
07-01 15:12:48.800 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:12:48.803 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:12:48.921 1309 4071 I mtkpower_client: perf_lock_acq, hdl:110226, dur:0,
num:2, tid:4071
07-01 15:12:48.924 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110227 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110227
07-01 15:12:48.925 1309 4071 I mtkpower_client: ret_hdl:110227
07-01 15:12:48.926 1309 4071 I mtkpower_client: perf_lock_rel, hdl:110227,
tid:4071
07-01 15:12:50.911 1309 4075 I mtkpower_client: perf_lock_acq, hdl:110227, dur:0,
num:2, tid:4075
07-01 15:12:50.913 1309 4075 I mtkpower_client: ret_hdl:110228
07-01 15:12:50.913 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110228 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110228
07-01 15:12:50.914 1309 4075 I mtkpower_client: perf_lock_rel, hdl:110228,
tid:4075
07-01 15:12:52.831 1309 4075 I mtkpower_client: perf_lock_acq, hdl:110228, dur:0,
num:2, tid:4075
07-01 15:12:52.833 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110229 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110229
07-01 15:12:52.834 1309 4075 I mtkpower_client: ret_hdl:110229
07-01 15:12:52.835 1309 4075 I mtkpower_client: perf_lock_rel, hdl:110229,
tid:4075
07-01 15:12:54.842 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110229, dur:0,
num:2, tid:2849
07-01 15:12:54.844 1309 2849 I mtkpower_client: ret_hdl:110230
07-01 15:12:54.844 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110230 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110230
07-01 15:12:54.846 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110230,
tid:2849
07-01 15:12:56.854 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110230, dur:0,
num:2, tid:2849
07-01 15:12:56.856 1309 2849 I mtkpower_client: ret_hdl:110231
07-01 15:12:56.857 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110231 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110231
07-01 15:12:56.858 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110231,
tid:2849
07-01 15:12:59.088 1309 4075 I mtkpower_client: perf_lock_acq, hdl:110231, dur:0,
num:2, tid:4075
07-01 15:12:59.090 1309 4075 I mtkpower_client: ret_hdl:110232
07-01 15:12:59.090 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110232 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110232
07-01 15:12:59.091 1309 4075 I mtkpower_client: perf_lock_rel, hdl:110232,
tid:4075
07-01 15:13:00.857 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110232, dur:0,
num:2, tid:4074
07-01 15:13:00.859 1309 4074 I mtkpower_client: ret_hdl:110233
07-01 15:13:00.859 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110233 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110233
07-01 15:13:00.861 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110233,
tid:4074
07-01 15:13:04.834 1309 4071 I mtkpower_client: perf_lock_acq, hdl:110233, dur:0,
num:2, tid:4071
07-01 15:13:04.837 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110234 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110234
07-01 15:13:04.838 1309 4071 I mtkpower_client: ret_hdl:110234
07-01 15:13:04.839 1309 4071 I mtkpower_client: perf_lock_rel, hdl:110234,
tid:4071
07-01 15:13:06.899 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110234, dur:0,
num:2, tid:2588
07-01 15:13:06.901 1309 2588 I mtkpower_client: ret_hdl:110235
07-01 15:13:06.902 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110235 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110235
07-01 15:13:06.903 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110235,
tid:2588
07-01 15:13:08.926 1309 4075 I mtkpower_client: perf_lock_acq, hdl:110235, dur:0,
num:2, tid:4075
07-01 15:13:08.927 1309 4075 I mtkpower_client: ret_hdl:110236
07-01 15:13:08.928 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110236 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110236
07-01 15:13:08.929 1309 4075 I mtkpower_client: perf_lock_rel, hdl:110236,
tid:4075
07-01 15:13:10.889 1309 4071 I mtkpower_client: perf_lock_acq, hdl:110236, dur:0,
num:2, tid:4071
07-01 15:13:10.891 1309 4071 I mtkpower_client: ret_hdl:110237
07-01 15:13:10.892 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110237 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110237
07-01 15:13:10.893 1309 4071 I mtkpower_client: perf_lock_rel, hdl:110237,
tid:4071
07-01 15:13:11.607 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110237, dur:0,
num:2, tid:2588
07-01 15:13:11.609 1309 2588 I mtkpower_client: ret_hdl:110238
07-01 15:13:11.610 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110238 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110238
07-01 15:13:11.611 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110238,
tid:2588
07-01 15:13:12.940 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110238, dur:0,
num:2, tid:2588
07-01 15:13:12.941 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110239 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110239
07-01 15:13:12.942 1309 2588 I mtkpower_client: ret_hdl:110239
07-01 15:13:12.943 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110239,
tid:2588
07-01 15:13:15.059 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110239, dur:0,
num:2, tid:2588
07-01 15:13:15.060 1309 2588 I mtkpower_client: ret_hdl:110240
07-01 15:13:15.060 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110240 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110240
07-01 15:13:15.061 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110240,
tid:2588
07-01 15:13:16.877 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110240, dur:0,
num:2, tid:4070
07-01 15:13:16.879 1309 4070 I mtkpower_client: ret_hdl:110241
07-01 15:13:16.879 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110241 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110241
07-01 15:13:16.880 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110241,
tid:4070
07-01 15:13:21.036 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110241, dur:0,
num:2, tid:4070
07-01 15:13:21.038 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110242 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110242
07-01 15:13:21.038 1309 4070 I mtkpower_client: ret_hdl:110242
07-01 15:13:21.039 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110242,
tid:4070
07-01 15:13:23.045 1309 2991 I mtkpower_client: perf_lock_acq, hdl:110242, dur:0,
num:2, tid:2991
07-01 15:13:23.047 1309 2991 I mtkpower_client: ret_hdl:110243
07-01 15:13:23.047 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110243 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110243
07-01 15:13:23.048 1309 2991 I mtkpower_client: perf_lock_rel, hdl:110243,
tid:2991
07-01 15:13:27.105 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110243, dur:0,
num:2, tid:3946
07-01 15:13:27.107 1309 3946 I mtkpower_client: ret_hdl:110244
07-01 15:13:27.107 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110244 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110244
07-01 15:13:27.108 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110244,
tid:3946
07-01 15:13:27.109 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110244, dur:0,
num:2, tid:3968
07-01 15:13:27.113 1309 3968 I mtkpower_client: ret_hdl:110245
07-01 15:13:27.113 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110245 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110245
07-01 15:13:27.114 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110245,
tid:3968
07-01 15:13:28.782 1309 3968 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:13:28.782 1309 3968 E ActivityManager: java.lang.Throwable
07-01 15:13:28.782 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:13:28.782 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:13:28.782 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:13:28.782 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:13:28.782 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:13:28.782 1309 3968 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:13:28.782 1309 3968 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:13:28.782 1309 3968 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:13:28.782 1309 3968 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:13:31.333 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110245, dur:0,
num:2, tid:3946
07-01 15:13:31.335 1309 3946 I mtkpower_client: ret_hdl:110246
07-01 15:13:31.336 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110246 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110246
07-01 15:13:31.337 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110246,
tid:3946
07-01 15:13:33.368 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110246, dur:0,
num:2, tid:3946
07-01 15:13:33.370 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110247 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110247
07-01 15:13:33.371 1309 3946 I mtkpower_client: ret_hdl:110247
07-01 15:13:33.373 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110247,
tid:3946
07-01 15:13:35.340 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110247, dur:0,
num:2, tid:3946
07-01 15:13:35.342 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110248 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110248
07-01 15:13:35.342 1309 3946 I mtkpower_client: ret_hdl:110248
07-01 15:13:35.343 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110248,
tid:3946
07-01 15:13:37.421 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110248, dur:0,
num:2, tid:3540
07-01 15:13:37.423 1309 3540 I mtkpower_client: ret_hdl:110249
07-01 15:13:37.424 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110249 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110249
07-01 15:13:37.425 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110249,
tid:3540
07-01 15:13:39.419 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110249, dur:0,
num:2, tid:3946
07-01 15:13:39.422 1309 3946 I mtkpower_client: ret_hdl:110250
07-01 15:13:39.423 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110250 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110250
07-01 15:13:39.430 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110250,
tid:3946
07-01 15:13:41.404 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110250, dur:0,
num:2, tid:3540
07-01 15:13:41.406 1309 3540 I mtkpower_client: ret_hdl:110251
07-01 15:13:41.406 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110251 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110251
07-01 15:13:41.408 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110251,
tid:3540
07-01 15:13:42.007 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:13:42.008 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:13:42.171 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110251, dur:0,
num:2, tid:3540
07-01 15:13:42.174 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110252 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110252
07-01 15:13:42.175 1309 3540 I mtkpower_client: ret_hdl:110252
07-01 15:13:42.176 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110252,
tid:3540
07-01 15:13:43.432 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110252, dur:0,
num:2, tid:3540
07-01 15:13:43.434 1309 3540 I mtkpower_client: ret_hdl:110253
07-01 15:13:43.434 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110253 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110253
07-01 15:13:43.436 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110253,
tid:3540
07-01 15:13:45.410 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110253, dur:0,
num:2, tid:3540
07-01 15:13:45.412 1309 3540 I mtkpower_client: ret_hdl:110254
07-01 15:13:45.412 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110254 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110254
07-01 15:13:45.413 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110254,
tid:3540
07-01 15:13:47.447 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110254, dur:0,
num:2, tid:3540
07-01 15:13:47.449 1309 3540 I mtkpower_client: ret_hdl:110255
07-01 15:13:47.449 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110255 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110255
07-01 15:13:47.451 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110255,
tid:3540
07-01 15:13:49.453 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110255, dur:0,
num:2, tid:3540
07-01 15:13:49.455 1309 3540 I mtkpower_client: ret_hdl:110256
07-01 15:13:49.455 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110256 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110256
07-01 15:13:49.456 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110256,
tid:3540
07-01 15:13:51.440 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110256, dur:0,
num:2, tid:3540
07-01 15:13:51.442 1309 3540 I mtkpower_client: ret_hdl:110257
07-01 15:13:51.443 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110257 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110257
07-01 15:13:51.444 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110257,
tid:3540
07-01 15:13:53.438 1309 2991 I mtkpower_client: perf_lock_acq, hdl:110257, dur:0,
num:2, tid:2991
07-01 15:13:53.439 1309 2991 I mtkpower_client: ret_hdl:110258
07-01 15:13:53.439 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110258 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110258
07-01 15:13:53.440 1309 2991 I mtkpower_client: perf_lock_rel, hdl:110258,
tid:2991
07-01 15:13:55.375 1309 2991 I mtkpower_client: perf_lock_acq, hdl:110258, dur:0,
num:2, tid:2991
07-01 15:13:55.376 1309 2991 I mtkpower_client: ret_hdl:110259
07-01 15:13:55.376 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110259 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110259
07-01 15:13:55.377 1309 2991 I mtkpower_client: perf_lock_rel, hdl:110259,
tid:2991
07-01 15:13:57.483 1309 2991 I mtkpower_client: perf_lock_acq, hdl:110259, dur:0,
num:2, tid:2991
07-01 15:13:57.485 1309 2991 I mtkpower_client: ret_hdl:110260
07-01 15:13:57.485 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110260 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110260
07-01 15:13:57.487 1309 2991 I mtkpower_client: perf_lock_rel, hdl:110260,
tid:2991
07-01 15:13:58.789 1309 3540 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:13:58.789 1309 3540 E ActivityManager: java.lang.Throwable
07-01 15:13:58.789 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:13:58.789 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:13:58.789 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:13:58.789 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:13:58.789 1309 3540 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:13:58.789 1309 3540 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:13:58.789 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:13:58.789 1309 3540 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:13:58.789 1309 3540 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:13:59.540 1309 2991 I mtkpower_client: perf_lock_acq, hdl:110260, dur:0,
num:2, tid:2991
07-01 15:13:59.541 1309 2991 I mtkpower_client: ret_hdl:110261
07-01 15:13:59.542 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110261 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110261
07-01 15:13:59.542 1309 2991 I mtkpower_client: perf_lock_rel, hdl:110261,
tid:2991
07-01 15:14:01.504 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110261, dur:0,
num:2, tid:4070
07-01 15:14:01.506 1309 4070 I mtkpower_client: ret_hdl:110262
07-01 15:14:01.506 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110262 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110262
07-01 15:14:01.508 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110262,
tid:4070
07-01 15:14:03.512 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110262, dur:0,
num:2, tid:4070
07-01 15:14:03.513 1309 4070 I mtkpower_client: ret_hdl:110263
07-01 15:14:03.513 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110263 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110263
07-01 15:14:03.514 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110263,
tid:4070
07-01 15:14:05.574 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110263, dur:0,
num:2, tid:4070
07-01 15:14:05.576 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110264 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110264
07-01 15:14:05.577 1309 4070 I mtkpower_client: ret_hdl:110264
07-01 15:14:05.579 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110264,
tid:4070
07-01 15:14:07.663 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110264, dur:0,
num:2, tid:3540
07-01 15:14:07.665 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110265 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110265
07-01 15:14:07.666 1309 3540 I mtkpower_client: ret_hdl:110265
07-01 15:14:07.667 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110265,
tid:3540
07-01 15:14:09.613 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110265, dur:0,
num:2, tid:3968
07-01 15:14:09.615 1309 3968 I mtkpower_client: ret_hdl:110266
07-01 15:14:09.615 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110266 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110266
07-01 15:14:09.616 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110266,
tid:3968
07-01 15:14:11.689 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110266, dur:0,
num:2, tid:3968
07-01 15:14:11.691 1309 3968 I mtkpower_client: ret_hdl:110267
07-01 15:14:11.692 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110267 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110267
07-01 15:14:11.693 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110267,
tid:3968
07-01 15:14:13.649 1309 3968 I mtkpower_client: perf_lock_acq, hdl:110267, dur:0,
num:2, tid:3968
07-01 15:14:13.651 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110268 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110268
07-01 15:14:13.651 1309 3968 I mtkpower_client: ret_hdl:110268
07-01 15:14:13.653 1309 3968 I mtkpower_client: perf_lock_rel, hdl:110268,
tid:3968
07-01 15:14:15.650 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110268, dur:0,
num:2, tid:3540
07-01 15:14:15.651 1309 3540 I mtkpower_client: ret_hdl:110269
07-01 15:14:15.651 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110269 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110269
07-01 15:14:15.652 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110269,
tid:3540
07-01 15:14:17.667 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110269, dur:0,
num:2, tid:3540
07-01 15:14:17.668 1309 3540 I mtkpower_client: ret_hdl:110270
07-01 15:14:17.669 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110270 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110270
07-01 15:14:17.670 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110270,
tid:3540
07-01 15:14:18.799 1309 3540 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:14:18.799 1309 3540 E ActivityManager: java.lang.Throwable
07-01 15:14:18.799 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:14:18.799 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:14:18.799 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:14:18.799 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:14:18.799 1309 3540 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:14:18.799 1309 3540 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:14:18.799 1309 3540 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:14:18.799 1309 3540 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:14:18.799 1309 3540 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:14:19.733 1309 2991 I mtkpower_client: perf_lock_acq, hdl:110270, dur:0,
num:2, tid:2991
07-01 15:14:19.735 1309 2991 I mtkpower_client: ret_hdl:110271
07-01 15:14:19.735 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110271 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110271
07-01 15:14:19.738 1309 2991 I mtkpower_client: perf_lock_rel, hdl:110271,
tid:2991
07-01 15:14:21.736 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110271, dur:0,
num:2, tid:3946
07-01 15:14:21.738 1309 3946 I mtkpower_client: ret_hdl:110272
07-01 15:14:21.738 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110272 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110272
07-01 15:14:21.739 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110272,
tid:3946
07-01 15:14:23.640 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110272, dur:0,
num:2, tid:3946
07-01 15:14:23.643 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110273 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110273
07-01 15:14:23.645 1309 3946 I mtkpower_client: ret_hdl:110273
07-01 15:14:23.647 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110273,
tid:3946
07-01 15:14:25.697 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110273, dur:0,
num:2, tid:2588
07-01 15:14:25.699 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110274 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110274
07-01 15:14:25.699 1309 2588 I mtkpower_client: ret_hdl:110274
07-01 15:14:25.701 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110274,
tid:2588
07-01 15:14:27.704 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110274, dur:0,
num:2, tid:1543
07-01 15:14:27.707 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110275 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110275
07-01 15:14:27.708 1309 1543 I mtkpower_client: ret_hdl:110275
07-01 15:14:27.710 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110275,
tid:1543
07-01 15:14:29.741 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110275, dur:0,
num:2, tid:1543
07-01 15:14:29.742 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110276 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110276
07-01 15:14:29.742 1309 1543 I mtkpower_client: ret_hdl:110276
07-01 15:14:29.744 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110276,
tid:1543
07-01 15:14:31.795 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110276, dur:0,
num:2, tid:2565
07-01 15:14:31.797 1309 2565 I mtkpower_client: ret_hdl:110277
07-01 15:14:31.797 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110277 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110277
07-01 15:14:31.798 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110277,
tid:2565
07-01 15:14:33.736 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110277, dur:0,
num:2, tid:2565
07-01 15:14:33.738 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110278 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110278
07-01 15:14:33.739 1309 2565 I mtkpower_client: ret_hdl:110278
07-01 15:14:33.740 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110278,
tid:2565
07-01 15:14:35.732 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110278, dur:0,
num:2, tid:4070
07-01 15:14:35.734 1309 4070 I mtkpower_client: ret_hdl:110279
07-01 15:14:35.734 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110279 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110279
07-01 15:14:35.735 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110279,
tid:4070
07-01 15:14:37.709 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:14:37.709 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:14:37.845 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110279, dur:0,
num:2, tid:2565
07-01 15:14:37.847 1309 2565 I mtkpower_client: ret_hdl:110280
07-01 15:14:37.847 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110280 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110280
07-01 15:14:37.848 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110280,
tid:2565
07-01 15:14:39.163 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:14:39.165 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:14:39.725 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110280, dur:0,
num:2, tid:2565
07-01 15:14:39.726 1309 2565 I mtkpower_client: ret_hdl:110281
07-01 15:14:39.726 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110281 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110281
07-01 15:14:39.727 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110281,
tid:2565
07-01 15:14:41.636 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110281, dur:0,
num:2, tid:4070
07-01 15:14:41.637 1309 4070 I mtkpower_client: ret_hdl:110282
07-01 15:14:41.637 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110282 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110282
07-01 15:14:41.638 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110282,
tid:4070
07-01 15:14:41.864 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110282, dur:0,
num:2, tid:2565
07-01 15:14:41.866 1309 2565 I mtkpower_client: ret_hdl:110283
07-01 15:14:41.866 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110283 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110283
07-01 15:14:41.867 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110283,
tid:2565
07-01 15:14:42.002 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:14:42.002 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:14:42.143 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110283, dur:0,
num:2, tid:4070
07-01 15:14:42.144 1309 4070 I mtkpower_client: ret_hdl:110284
07-01 15:14:42.145 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110284 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110284
07-01 15:14:42.146 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110284,
tid:4070
07-01 15:14:43.747 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110284, dur:0,
num:2, tid:3540
07-01 15:14:43.749 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110285 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110285
07-01 15:14:43.749 1309 3540 I mtkpower_client: ret_hdl:110285
07-01 15:14:43.749 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110285,
tid:3540
07-01 15:14:45.767 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110285, dur:0,
num:2, tid:3540
07-01 15:14:45.769 1309 3540 I mtkpower_client: ret_hdl:110286
07-01 15:14:45.769 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110286 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110286
07-01 15:14:45.770 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110286,
tid:3540
07-01 15:14:47.775 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110286, dur:0,
num:2, tid:1543
07-01 15:14:47.777 1309 1543 I mtkpower_client: ret_hdl:110287
07-01 15:14:47.778 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110287 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110287
07-01 15:14:47.780 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110287,
tid:1543
07-01 15:14:49.722 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110287, dur:0,
num:2, tid:3540
07-01 15:14:49.723 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110288 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110288
07-01 15:14:49.723 1309 3540 I mtkpower_client: ret_hdl:110288
07-01 15:14:49.724 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110288,
tid:3540
07-01 15:14:51.804 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110288, dur:0,
num:2, tid:2565
07-01 15:14:51.806 1309 2565 I mtkpower_client: ret_hdl:110289
07-01 15:14:51.806 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110289 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110289
07-01 15:14:51.808 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110289,
tid:2565
07-01 15:14:53.766 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110289, dur:0,
num:2, tid:2565
07-01 15:14:53.767 1309 2565 I mtkpower_client: ret_hdl:110290
07-01 15:14:53.767 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110290 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110290
07-01 15:14:53.769 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110290,
tid:2565
07-01 15:14:55.809 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110290, dur:0,
num:2, tid:3540
07-01 15:14:55.811 1309 3540 I mtkpower_client: ret_hdl:110291
07-01 15:14:55.811 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110291 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110291
07-01 15:14:55.812 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110291,
tid:3540
07-01 15:14:57.838 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110291, dur:0,
num:2, tid:2588
07-01 15:14:57.840 1309 2588 I mtkpower_client: ret_hdl:110292
07-01 15:14:57.841 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110292 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110292
07-01 15:14:57.842 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110292,
tid:2588
07-01 15:14:59.789 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110292, dur:0,
num:2, tid:2588
07-01 15:14:59.791 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110293 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110293
07-01 15:14:59.791 1309 2588 I mtkpower_client: ret_hdl:110293
07-01 15:14:59.792 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110293,
tid:2588
07-01 15:15:01.809 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110293, dur:0,
num:2, tid:4070
07-01 15:15:01.812 1309 4070 I mtkpower_client: ret_hdl:110294
07-01 15:15:01.812 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110294 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110294
07-01 15:15:01.814 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110294,
tid:2588
07-01 15:15:03.862 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110294, dur:0,
num:2, tid:2588
07-01 15:15:03.863 1309 2588 I mtkpower_client: ret_hdl:110295
07-01 15:15:03.864 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110295 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110295
07-01 15:15:03.864 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110295,
tid:2588
07-01 15:15:05.823 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110295, dur:0,
num:2, tid:2588
07-01 15:15:05.825 1309 2588 I mtkpower_client: ret_hdl:110296
07-01 15:15:05.825 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110296 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110296
07-01 15:15:05.827 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110296,
tid:2588
07-01 15:15:07.714 1309 2565 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 15:15:07.714 1309 2565 E ActivityManager: java.lang.Throwable
07-01 15:15:07.714 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:15:07.714 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:15:07.714 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:15:07.714 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:15:07.714 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:15:07.714 1309 2565 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:15:07.714 1309 2565 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:15:07.714 1309 2565 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:15:07.714 1309 2565 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:15:07.851 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110296, dur:0,
num:2, tid:4070
07-01 15:15:07.853 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110297 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110297
07-01 15:15:07.854 1309 4070 I mtkpower_client: ret_hdl:110297
07-01 15:15:07.856 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110297,
tid:4070
07-01 15:15:09.847 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110297, dur:0,
num:2, tid:2565
07-01 15:15:09.849 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110298 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110298
07-01 15:15:09.849 1309 2565 I mtkpower_client: ret_hdl:110298
07-01 15:15:09.851 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110298,
tid:2565
07-01 15:15:11.923 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110298, dur:0,
num:2, tid:4070
07-01 15:15:11.926 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110299 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110299
07-01 15:15:11.927 1309 4070 I mtkpower_client: ret_hdl:110299
07-01 15:15:11.928 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110299,
tid:4070
07-01 15:15:13.847 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110299, dur:0,
num:2, tid:2565
07-01 15:15:13.848 1309 2565 I mtkpower_client: ret_hdl:110300
07-01 15:15:13.849 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110300 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110300
07-01 15:15:13.849 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110300,
tid:2565
07-01 15:15:15.882 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110300, dur:0,
num:2, tid:2588
07-01 15:15:15.884 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110301 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110301
07-01 15:15:15.885 1309 2588 I mtkpower_client: ret_hdl:110301
07-01 15:15:15.888 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110301,
tid:2588
07-01 15:15:17.850 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110301, dur:0,
num:2, tid:1543
07-01 15:15:17.852 1309 1543 I mtkpower_client: ret_hdl:110302
07-01 15:15:17.853 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110302 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110302
07-01 15:15:17.854 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110302,
tid:1543
07-01 15:15:19.918 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110302, dur:0,
num:2, tid:1543
07-01 15:15:19.919 1309 1543 I mtkpower_client: ret_hdl:110303
07-01 15:15:19.919 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110303 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110303
07-01 15:15:19.920 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110303,
tid:1543
07-01 15:15:21.950 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110303, dur:0,
num:2, tid:1542
07-01 15:15:21.952 1309 1542 I mtkpower_client: ret_hdl:110304
07-01 15:15:21.952 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110304 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110304
07-01 15:15:21.953 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110304,
tid:1542
07-01 15:15:23.847 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110304, dur:0,
num:2, tid:3946
07-01 15:15:23.849 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110305 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110305
07-01 15:15:23.849 1309 3946 I mtkpower_client: ret_hdl:110305
07-01 15:15:23.851 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110305,
tid:3946
07-01 15:15:25.967 1309 4072 I mtkpower_client: perf_lock_acq, hdl:110305, dur:0,
num:2, tid:4072
07-01 15:15:25.969 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110306 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110306
07-01 15:15:25.969 1309 4072 I mtkpower_client: ret_hdl:110306
07-01 15:15:25.971 1309 4072 I mtkpower_client: perf_lock_rel, hdl:110306,
tid:4072
07-01 15:15:28.008 1309 4072 I mtkpower_client: perf_lock_acq, hdl:110306, dur:0,
num:2, tid:4072
07-01 15:15:28.009 1309 4072 I mtkpower_client: ret_hdl:110307
07-01 15:15:28.009 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110307 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110307
07-01 15:15:28.010 1309 4072 I mtkpower_client: perf_lock_rel, hdl:110307,
tid:4072
07-01 15:15:29.953 1309 4072 I mtkpower_client: perf_lock_acq, hdl:110307, dur:0,
num:2, tid:4072
07-01 15:15:29.955 1309 4072 I mtkpower_client: ret_hdl:110308
07-01 15:15:29.955 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110308 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110308
07-01 15:15:29.956 1309 4072 I mtkpower_client: perf_lock_rel, hdl:110308,
tid:4072
07-01 15:15:34.118 1309 4072 I mtkpower_client: perf_lock_acq, hdl:110308, dur:0,
num:2, tid:4072
07-01 15:15:34.120 1309 4072 I mtkpower_client: ret_hdl:110309
07-01 15:15:34.120 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110309 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110309
07-01 15:15:34.121 1309 4072 I mtkpower_client: perf_lock_rel, hdl:110309,
tid:4072
07-01 15:15:36.152 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110309, dur:0,
num:2, tid:4074
07-01 15:15:36.153 1309 4074 I mtkpower_client: ret_hdl:110310
07-01 15:15:36.153 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110310 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110310
07-01 15:15:36.154 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110310,
tid:4074
07-01 15:15:38.108 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110310, dur:0,
num:2, tid:4074
07-01 15:15:38.109 1309 4074 I mtkpower_client: ret_hdl:110311
07-01 15:15:38.110 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110311 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110311
07-01 15:15:38.111 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110311,
tid:4074
07-01 15:15:40.144 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110311, dur:0,
num:2, tid:1542
07-01 15:15:40.146 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110312 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110312
07-01 15:15:40.147 1309 1542 I mtkpower_client: ret_hdl:110312
07-01 15:15:40.148 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110312,
tid:1542
07-01 15:15:41.662 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110312, dur:0,
num:2, tid:3540
07-01 15:15:41.663 1309 3540 I mtkpower_client: ret_hdl:110313
07-01 15:15:41.663 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110313 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110313
07-01 15:15:41.664 1309 3540 I mtkpower_client: perf_lock_rel, hdl:110313,
tid:3540
07-01 15:15:41.992 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:15:41.992 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:15:42.131 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110313, dur:0,
num:2, tid:4074
07-01 15:15:42.134 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110314 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110314
07-01 15:15:42.134 1309 4074 I mtkpower_client: ret_hdl:110314
07-01 15:15:42.136 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110314,
tid:4074
07-01 15:15:44.225 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110314, dur:0,
num:2, tid:1542
07-01 15:15:44.227 1309 1542 I mtkpower_client: ret_hdl:110315
07-01 15:15:44.227 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110315 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110315
07-01 15:15:44.228 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110315,
tid:1542
07-01 15:15:46.265 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110315, dur:0,
num:2, tid:4074
07-01 15:15:46.267 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110316 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110316
07-01 15:15:46.267 1309 4074 I mtkpower_client: ret_hdl:110316
07-01 15:15:46.268 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110316,
tid:4074
07-01 15:15:48.243 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110316, dur:0,
num:2, tid:1542
07-01 15:15:48.244 1309 1542 I mtkpower_client: ret_hdl:110317
07-01 15:15:48.244 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110317 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110317
07-01 15:15:48.246 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110317,
tid:1542
07-01 15:16:08.801 1309 1542 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:16:08.801 1309 1542 E ActivityManager: java.lang.Throwable
07-01 15:16:08.801 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:16:08.801 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:16:08.801 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:16:08.801 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:16:08.801 1309 1542 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:16:08.801 1309 1542 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:16:08.801 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:16:08.801 1309 1542 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:16:08.801 1309 1542 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:16:17.176 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110317, dur:0,
num:2, tid:4344
07-01 15:16:17.179 1309 4344 I mtkpower_client: ret_hdl:110318
07-01 15:16:17.179 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110318 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110318
07-01 15:16:17.180 1309 2531 I mtkpower_client: perf_lock_rel, hdl:110318,
tid:2531
07-01 15:16:17.995 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110318, dur:0,
num:2, tid:1542
07-01 15:16:17.998 1309 1542 I mtkpower_client: ret_hdl:110319
07-01 15:16:17.998 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110319 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110319
07-01 15:16:18.033 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110319,
tid:3946
07-01 15:16:18.116 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110319, dur:0,
num:2, tid:3946
07-01 15:16:18.118 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110320 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110320
07-01 15:16:18.119 1309 3946 I mtkpower_client: ret_hdl:110320
07-01 15:16:18.120 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110320,
tid:3946
07-01 15:16:18.343 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110320, dur:0,
num:2, tid:3946
07-01 15:16:18.345 1309 3946 I mtkpower_client: ret_hdl:110321
07-01 15:16:18.345 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110321 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110321
07-01 15:16:18.346 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110321,
tid:1542
07-01 15:16:20.519 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110321, dur:0,
num:2, tid:4344
07-01 15:16:20.520 1309 4344 I mtkpower_client: ret_hdl:110322
07-01 15:16:20.521 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110322 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110322
07-01 15:16:20.522 1309 4344 I mtkpower_client: perf_lock_rel, hdl:110322,
tid:4344
07-01 15:16:22.497 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110322, dur:0,
num:2, tid:3946
07-01 15:16:22.498 1309 3946 I mtkpower_client: ret_hdl:110323
07-01 15:16:22.498 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110323 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110323
07-01 15:16:22.499 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110323,
tid:3946
07-01 15:16:24.656 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110323, dur:0,
num:2, tid:4344
07-01 15:16:24.658 1309 4344 I mtkpower_client: ret_hdl:110324
07-01 15:16:24.658 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110324 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110324
07-01 15:16:24.659 1309 4344 I mtkpower_client: perf_lock_rel, hdl:110324,
tid:4344
07-01 15:16:26.479 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110324, dur:0,
num:2, tid:3946
07-01 15:16:26.481 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110325 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110325
07-01 15:16:26.482 1309 3946 I mtkpower_client: ret_hdl:110325
07-01 15:16:26.483 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110325,
tid:3946
07-01 15:16:26.611 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:16:26.611 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:16:26.754 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110325, dur:0,
num:2, tid:3946
07-01 15:16:26.757 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110326 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110326
07-01 15:16:26.757 1309 3946 I mtkpower_client: ret_hdl:110326
07-01 15:16:26.759 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110326,
tid:3946
07-01 15:16:28.511 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110326, dur:0,
num:2, tid:3946
07-01 15:16:28.514 1309 3946 I mtkpower_client: ret_hdl:110327
07-01 15:16:28.514 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110327 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110327
07-01 15:16:28.515 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110327,
tid:3946
07-01 15:16:30.523 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110327, dur:0,
num:2, tid:1542
07-01 15:16:30.524 1309 1542 I mtkpower_client: ret_hdl:110328
07-01 15:16:30.524 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110328 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110328
07-01 15:16:30.526 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110328,
tid:1542
07-01 15:16:34.601 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110328, dur:0,
num:2, tid:4344
07-01 15:16:34.604 1309 4344 I mtkpower_client: ret_hdl:110329
07-01 15:16:34.604 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110329 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110329
07-01 15:16:34.605 1309 4344 I mtkpower_client: perf_lock_rel, hdl:110329,
tid:4344
07-01 15:16:36.540 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110329, dur:0,
num:2, tid:4344
07-01 15:16:36.541 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110330 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110330
07-01 15:16:36.542 1309 4344 I mtkpower_client: ret_hdl:110330
07-01 15:16:36.543 1309 4344 I mtkpower_client: perf_lock_rel, hdl:110330,
tid:4344
07-01 15:16:38.575 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110330, dur:0,
num:2, tid:3946
07-01 15:16:38.578 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110331 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110331
07-01 15:16:38.578 1309 3946 I mtkpower_client: ret_hdl:110331
07-01 15:16:38.580 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110331,
tid:3946
07-01 15:16:40.522 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110331, dur:0,
num:2, tid:4344
07-01 15:16:40.524 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110332 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110332
07-01 15:16:40.524 1309 4344 I mtkpower_client: ret_hdl:110332
07-01 15:16:40.525 1309 4344 I mtkpower_client: perf_lock_rel, hdl:110332,
tid:4344
07-01 15:16:41.986 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:16:41.986 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:16:42.124 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110332, dur:0,
num:2, tid:4344
07-01 15:16:42.125 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110333 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110333
07-01 15:16:42.126 1309 4344 I mtkpower_client: ret_hdl:110333
07-01 15:16:42.127 1309 4065 I mtkpower_client: perf_lock_rel, hdl:110333,
tid:4065
07-01 15:16:42.499 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110333, dur:0,
num:2, tid:4344
07-01 15:16:42.501 1309 4344 I mtkpower_client: ret_hdl:110334
07-01 15:16:42.502 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110334 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110334
07-01 15:16:42.502 1309 4344 I mtkpower_client: perf_lock_rel, hdl:110334,
tid:4344
07-01 15:16:44.669 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110334, dur:0,
num:2, tid:4344
07-01 15:16:44.671 1309 4344 I mtkpower_client: ret_hdl:110335
07-01 15:16:44.671 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110335 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110335
07-01 15:16:44.672 1309 4344 I mtkpower_client: perf_lock_rel, hdl:110335,
tid:4344
07-01 15:16:46.548 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110335, dur:0,
num:2, tid:4344
07-01 15:16:46.549 1309 4344 I mtkpower_client: ret_hdl:110336
07-01 15:16:46.549 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110336 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110336
07-01 15:16:46.550 1309 4344 I mtkpower_client: perf_lock_rel, hdl:110336,
tid:4344
07-01 15:16:48.576 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110336, dur:0,
num:2, tid:4344
07-01 15:16:48.578 1309 4344 I mtkpower_client: ret_hdl:110337
07-01 15:16:48.578 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110337 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110337
07-01 15:16:48.579 1309 4344 I mtkpower_client: perf_lock_rel, hdl:110337,
tid:4344
07-01 15:16:48.798 1309 4344 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:16:48.798 1309 4344 E ActivityManager: java.lang.Throwable
07-01 15:16:48.798 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:16:48.798 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:16:48.798 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:16:48.798 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:16:48.798 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:16:48.798 1309 4344 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:16:48.798 1309 4344 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:16:48.798 1309 4344 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:16:48.798 1309 4344 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:16:52.637 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110337, dur:0,
num:2, tid:3946
07-01 15:16:52.639 1309 3946 I mtkpower_client: ret_hdl:110338
07-01 15:16:52.639 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110338 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110338
07-01 15:16:52.641 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110338,
tid:3946
07-01 15:16:54.573 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110338, dur:0,
num:2, tid:4344
07-01 15:16:54.575 1309 4344 I mtkpower_client: ret_hdl:110339
07-01 15:16:54.576 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110339 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110339
07-01 15:16:54.576 1309 4344 I mtkpower_client: perf_lock_rel, hdl:110339,
tid:4344
07-01 15:16:58.557 1309 4344 I mtkpower_client: perf_lock_acq, hdl:110339, dur:0,
num:2, tid:4344
07-01 15:16:58.558 1309 4344 I mtkpower_client: ret_hdl:110340
07-01 15:16:58.559 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110340 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110340
07-01 15:16:58.560 1309 4344 I mtkpower_client: perf_lock_rel, hdl:110340,
tid:4344
07-01 15:17:00.571 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110340, dur:0,
num:2, tid:1542
07-01 15:17:00.573 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110341 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110341
07-01 15:17:00.573 1309 1542 I mtkpower_client: ret_hdl:110341
07-01 15:17:00.574 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110341,
tid:1542
07-01 15:17:02.609 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110341, dur:0,
num:2, tid:1542
07-01 15:17:02.611 1309 1542 I mtkpower_client: ret_hdl:110342
07-01 15:17:02.611 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110342 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110342
07-01 15:17:02.612 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110342,
tid:1542
07-01 15:17:04.614 1309 4072 I mtkpower_client: perf_lock_acq, hdl:110342, dur:0,
num:2, tid:4072
07-01 15:17:04.615 1309 4072 I mtkpower_client: ret_hdl:110343
07-01 15:17:04.616 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110343 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110343
07-01 15:17:04.617 1309 4072 I mtkpower_client: perf_lock_rel, hdl:110343,
tid:4072
07-01 15:17:06.577 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110343, dur:0,
num:2, tid:3946
07-01 15:17:06.579 1309 3946 I mtkpower_client: ret_hdl:110344
07-01 15:17:06.579 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110344 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110344
07-01 15:17:06.580 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110344,
tid:3946
07-01 15:17:08.554 1309 3946 I mtkpower_client: perf_lock_acq, hdl:110344, dur:0,
num:2, tid:3946
07-01 15:17:08.556 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110345 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110345
07-01 15:17:08.557 1309 3946 I mtkpower_client: ret_hdl:110345
07-01 15:17:08.559 1309 3946 I mtkpower_client: perf_lock_rel, hdl:110345,
tid:3946
07-01 15:17:10.637 1309 4072 I mtkpower_client: perf_lock_acq, hdl:110345, dur:0,
num:2, tid:4072
07-01 15:17:10.639 1309 4072 I mtkpower_client: ret_hdl:110346
07-01 15:17:10.639 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110346 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110346
07-01 15:17:10.640 1309 4072 I mtkpower_client: perf_lock_rel, hdl:110346,
tid:4072
07-01 15:17:12.642 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110346, dur:0,
num:2, tid:1542
07-01 15:17:12.643 1309 1542 I mtkpower_client: ret_hdl:110347
07-01 15:17:12.643 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110347 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110347
07-01 15:17:12.644 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110347,
tid:1542
07-01 15:17:14.604 1309 4065 I mtkpower_client: perf_lock_acq, hdl:110347, dur:0,
num:2, tid:4065
07-01 15:17:14.606 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110348 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110348
07-01 15:17:14.607 1309 4065 I mtkpower_client: ret_hdl:110348
07-01 15:17:14.608 1309 4065 I mtkpower_client: perf_lock_rel, hdl:110348,
tid:4065
07-01 15:17:19.047 1309 1543 I mtkpower_client: perf_lock_acq, hdl:110348, dur:0,
num:2, tid:1543
07-01 15:17:19.049 1309 1543 I mtkpower_client: ret_hdl:110349
07-01 15:17:19.050 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110349 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110349
07-01 15:17:19.051 1309 1543 I mtkpower_client: perf_lock_rel, hdl:110349,
tid:1543
07-01 15:17:21.223 1309 1419 I mtkpower_client: perf_lock_acq, hdl:110349, dur:0,
num:2, tid:1419
07-01 15:17:21.225 1309 1419 I mtkpower_client: ret_hdl:110350
07-01 15:17:21.225 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110350 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110350
07-01 15:17:21.227 1309 1419 I mtkpower_client: perf_lock_rel, hdl:110350,
tid:1419
07-01 15:17:23.177 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110350, dur:0,
num:2, tid:4070
07-01 15:17:23.180 1309 4070 I mtkpower_client: ret_hdl:110351
07-01 15:17:23.180 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110351 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110351
07-01 15:17:23.181 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110351,
tid:4070
07-01 15:17:25.134 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110351, dur:0,
num:2, tid:4070
07-01 15:17:25.135 1309 4070 I mtkpower_client: ret_hdl:110352
07-01 15:17:25.135 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110352 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110352
07-01 15:17:25.136 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110352,
tid:4070
07-01 15:17:27.207 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110352, dur:0,
num:2, tid:2565
07-01 15:17:27.209 1309 2565 I mtkpower_client: ret_hdl:110353
07-01 15:17:27.209 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110353 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110353
07-01 15:17:27.210 1309 2739 I mtkpower_client: perf_lock_rel, hdl:110353,
tid:2739
07-01 15:17:28.438 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110353, dur:0,
num:2, tid:2565
07-01 15:17:28.438 1309 2565 I mtkpower_client: ret_hdl:110354
07-01 15:17:28.439 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110354 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110354
07-01 15:17:28.439 1309 2565 I mtkpower_client: perf_lock_rel, hdl:110354,
tid:2565
07-01 15:17:30.110 1309 1419 I mtkpower_client: perf_lock_acq, hdl:110354, dur:0,
num:2, tid:1419
07-01 15:17:30.111 1309 1419 I mtkpower_client: ret_hdl:110355
07-01 15:17:30.112 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110355 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110355
07-01 15:17:30.112 1309 1419 I mtkpower_client: perf_lock_rel, hdl:110355,
tid:1419
07-01 15:17:37.856 1309 1419 E ActivityManager: Sending non-protected broadcast
action.topinfo from system 3616:com.vivo.pem/1000 pkg com.vivo.pem
07-01 15:17:37.856 1309 1419 E ActivityManager: java.lang.Throwable
07-01 15:17:37.856 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:17:37.856 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:17:37.856 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:17:37.856 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:17:37.856 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:17:37.856 1309 1419 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:17:37.856 1309 1419 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:17:37.856 1309 1419 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:17:37.856 1309 1419 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:17:42.000 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:17:42.001 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:17:42.150 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110355, dur:0,
num:2, tid:1542
07-01 15:17:42.152 1309 1542 I mtkpower_client: ret_hdl:110356
07-01 15:17:42.152 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110356 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110356
07-01 15:17:42.153 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110356,
tid:1542
07-01 15:17:47.162 1309 1542 I mtkpower_client: perf_lock_acq, hdl:110356, dur:0,
num:2, tid:1542
07-01 15:17:47.164 1309 1542 I mtkpower_client: ret_hdl:110357
07-01 15:17:47.164 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110357 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110357
07-01 15:17:47.165 1309 1542 I mtkpower_client: perf_lock_rel, hdl:110357,
tid:1542
07-01 15:17:58.804 1309 1542 E ActivityManager: Sending non-protected broadcast
com.vivo.pem.temperature_has_changed from system 3616:com.vivo.pem/1000 pkg
com.vivo.pem
07-01 15:17:58.804 1309 1542 E ActivityManager: java.lang.Throwable
07-01 15:17:58.804 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:17:58.804 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:17:58.804 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:17:58.804 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:17:58.804 1309 1542 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:17:58.804 1309 1542 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:17:58.804 1309 1542 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:17:58.804 1309 1542 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:17:58.804 1309 1542 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:18:06.547 1309 1501 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.AimToMite.BerandalSekolah
installerPackageName:com.android.vending originatingUid:-200 packageNameUid:10212
07-01 15:18:06.658 1309 1501 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
54 ms.
07-01 15:18:08.913 1309 4076 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.removed from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 15:18:08.913 1309 4076 E ActivityManager: java.lang.Throwable
07-01 15:18:08.913 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:18:08.913 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:18:08.913 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:18:08.913 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:18:08.913 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:18:08.913 1309 4076 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:18:08.913 1309 4076 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:18:08.913 1309 4076 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 15:18:08.913 1309 4076 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:18:08.959 1309 1309 I Telecom : eo: Package
com.AimToMite.BerandalSekolah is not tracked.: SSH.oR@AB8
07-01 15:18:08.959 1309 1309 I _V_Telecom: Telecom: InCallController:
updateCarModeForConnections: car mode apps:
07-01 15:18:09.167 1309 1309 I _V_Telecom: Telecom: DefaultDialerCache:
Refreshing default dialer for user 0: now com.android.dialer
07-01 15:18:09.246 1309 2221 I mtkpower_client: perf_lock_acq, hdl:110026, dur:0,
num:2, tid:2221
07-01 15:18:09.252 1309 2221 I mtkpower_client: ret_hdl:110358
07-01 15:18:09.252 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110358 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110358
07-01 15:18:09.256 1309 2745 I mtkpower_client: perf_lock_rel, hdl:110358,
tid:2745
07-01 15:18:09.295 1309 1543 E ActivityManager: Sending non-protected broadcast
vivo.intent.action.data.saver.apps.added from system
2626:com.vivo.daemonService/1000 pkg com.vivo.daemonService
07-01 15:18:09.295 1309 1543 E ActivityManager: java.lang.Throwable
07-01 15:18:09.295 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:18:09.295 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:18:09.295 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:18:09.295 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:18:09.295 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:18:09.295 1309 1543 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:18:09.295 1309 1543 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:18:09.295 1309 1543 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
07-01 15:18:09.295 1309 1543 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:18:09.808 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~HYQnXhvTuosL_Sj7dXIAKQ==/com.AimToMite.BerandalSekolah-
WMcd1ezpY87zlym8Poc4sw==/base.apk
07-01 15:18:10.077 1309 2849 I mtkpower_client: perf_lock_acq, hdl:110358, dur:0,
num:2, tid:2849
07-01 15:18:10.082 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110359 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110359
07-01 15:18:10.095 1309 2849 I mtkpower_client: ret_hdl:110359
07-01 15:18:10.114 1309 4064 I mtkpower_client: perf_lock_rel, hdl:110359,
tid:4064
07-01 15:18:10.332 1309 1491 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~HYQnXhvTuosL_Sj7dXIAKQ==/com.AimToMite.BerandalSekolah-
WMcd1ezpY87zlym8Poc4sw==/base.apk
07-01 15:18:10.407 1309 2565 I mtkpower_client: perf_lock_acq, hdl:110359, dur:0,
num:2, tid:2565
07-01 15:18:10.408 1309 2565 I mtkpower_client: ret_hdl:110360
07-01 15:18:10.408 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110360 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110360
07-01 15:18:10.409 1309 2849 I mtkpower_client: perf_lock_rel, hdl:110360,
tid:2849
07-01 15:18:13.053 1309 3540 I mtkpower_client: perf_lock_acq, hdl:110360, dur:0,
num:2, tid:3540
07-01 15:18:13.055 1309 3540 I mtkpower_client: ret_hdl:110361
07-01 15:18:13.055 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110361 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110361
07-01 15:18:13.056 1309 2739 I mtkpower_client: perf_lock_rel, hdl:110361,
tid:2739
07-01 15:18:13.149 1309 4070 I mtkpower_client: perf_lock_acq, hdl:110357, dur:0,
num:2, tid:4070
07-01 15:18:13.151 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110362 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110362
07-01 15:18:13.152 1309 4070 I mtkpower_client: ret_hdl:110362
07-01 15:18:13.153 1309 4070 I mtkpower_client: perf_lock_rel, hdl:110362,
tid:4070
07-01 15:18:14.408 1309 2739 E ActivityManager: Sending non-protected broadcast
com.vivo.applicationbehaviorengine.power.refreshList from system
2345:com.vivo.abe/1000 pkg com.vivo.abe
07-01 15:18:14.408 1309 2739 E ActivityManager: java.lang.Throwable
07-01 15:18:14.408 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManag
erService.java:14215)
07-01 15:18:14.408 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:15057)
07-01 15:18:14.408 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerS
ervice.java:14233)
07-01 15:18:14.408 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityMan
agerService.java:15264)
07-01 15:18:14.408 1309 2739 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact$broadcastIntentWithFeature$
(IActivityManager.java:14102)
07-01 15:18:14.408 1309 2739 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2797)
07-01 15:18:14.408 1309 2739 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
07-01 15:18:14.408 1309 2739 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1184)
07-01 15:18:14.408 1309 2739 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
07-01 15:18:15.507 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:18:15.511 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:18:15.648 1309 2739 I mtkpower_client: perf_lock_acq, hdl:110362, dur:0,
num:2, tid:2739
07-01 15:18:15.650 1309 2739 I mtkpower_client: ret_hdl:110363
07-01 15:18:15.651 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110363 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110363
07-01 15:18:15.651 1309 2739 I mtkpower_client: perf_lock_rel, hdl:110363,
tid:2739
07-01 15:18:25.411 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:18:25.412 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:18:25.576 1309 2588 I mtkpower_client: perf_lock_acq, hdl:110363, dur:0,
num:2, tid:2588
07-01 15:18:25.577 1309 2588 I mtkpower_client: ret_hdl:110364
07-01 15:18:25.578 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110364 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110364
07-01 15:18:25.584 1309 2588 I mtkpower_client: perf_lock_rel, hdl:110364,
tid:2588
07-01 15:18:29.663 1309 2221 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #206326} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(84 skipped)
07-01 15:18:30.564 1309 1428 D AES : AEEIOCTL_GET/SET_SF_STATE IOCTL,cmd=
1074294797, lParam=0.
07-01 15:18:30.564 1309 1428 D AES : AEEIOCTL_RT_MON_Kick IOCTL,cmd=
2147774474, lParam=300.
07-01 15:18:35.564 1309 1428 D AES : AEEIOCTL_GET/SET_SF_STATE IOCTL,cmd=
1074294797, lParam=0.
07-01 15:18:35.565 1309 1428 D AES : AEEIOCTL_RT_MON_Kick IOCTL,cmd=
2147774474, lParam=300.
07-01 15:18:37.386 1309 16692 D NetworkMonitor/102: handleMessage: E msg.what=21
07-01 15:18:37.386 1309 16692 D NetworkMonitor/102: processMsg: ValidatedState
07-01 15:18:37.393 1309 16692 D NetworkMonitor/102: isDataStall: result=-1, tcp
packets received=1, latest tcp fail rate=-1
07-01 15:18:37.393 1309 16692 D NetworkMonitor/102: handleMessage: X
07-01 15:18:38.895 1309 1549 D DeviceIdleController: handleMessage(6)
07-01 15:18:38.896 1309 1549 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=300036917
07-01 15:18:38.896 1309 1549 D DeviceIdleController: Removing uid 1000 from temp
whitelist
07-01 15:18:38.896 1309 1549 D DeviceIdleController: Setting activity manager
temp whitelist to []
07-01 15:18:38.914 1309 1549 D DeviceIdleController: Setting wakelock temp
whitelist to []
07-01 15:18:38.919 1309 1549 D DeviceIdleController: handleMessage(15)
07-01 15:18:38.920 1309 1549 D DeviceIdleController: handleMessage(13)
07-01 15:18:38.946 1309 17175 I _V_ActivityManager: collectPssSampleEventTracking
07-01 15:18:38.970 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:18:38.971 1309 1467 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
07-01 15:18:39.639 1309 4074 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 15:18:39.681 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 15:18:39.911 1309 2588 D _V_VivoPowerManagerService: button light 0 222
trun off
07-01 15:18:39.928 1309 2588 W ProcessStats: Tracking association
SourceState{1514421 com.vivo.pem/1000 BTopFgs #206334} whose proc state 2 is better
than process ProcessState{8bb6c32 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 9
(15 skipped)
07-01 15:18:39.957 1309 2588 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
07-01 15:18:40.030 1309 2588 I ActivityManager: Killing
14630:org.detikcom.rss/u0a186 (adj 975): empty #17
07-01 15:18:40.038 1309 1447 I libprocessgroup: Successfully killed process
cgroup uid 10186 pid 14630 in 0ms
07-01 15:18:40.092 1309 1423 D _V_VivoAudioPlaybackPolicy:
recordProcessDiedEvent() pid:14630,uid:10186,pkgName:org.detikcom.rss
07-01 15:18:40.093 1309 2285 D _V_VivoAudioPlaybackPolicy:
handlerPlaybackPolicyProcessDiedEvent() pid:14630,uid:10186,died:true
07-01 15:18:40.093 1309 2287 D _V_VivoAudioBluetoothPolicy:
onProcessSetModeEvent() mode:0
07-01 15:18:40.095 1309 1423 D _V_VivoLocationNotify: onProcessDied: pid=14630,
uid=10186, packageName = org.detikcom.rss, processName = org.detikcom.rss
07-01 15:18:40.095 1309 2303 D _V_VivoAudioPomModePolicy: onPomRemoveAppInfo()
pid:14630
07-01 15:18:40.097 1309 2202 D _V_VivoLocationNotify: handleMessage 1
07-01 15:18:40.097 1309 2202 D _V_VivoLocationNotify: appName:org.detikcom.rss
07-01 15:18:40.100 1309 2199 D _V_VivoMockLocationRecoveryNotify: handleMessage 1
07-01 15:18:40.101 1309 1423 D _V_VivoAudioPlaybackPolicy:
recordNotificationEvent()
pid:14630,uid:10186,enque:false,post:false,hasNotify:false,pkgName:onProcessDied
07-01 15:18:40.101 1309 1423 D _V_VivoAudioPlaybackPolicy:
scheduleReportPlaybackEvent() what:6,delay:10
07-01 15:18:40.114 1309 2285 D _V_VivoAudioPlaybackPolicy:
handlerPlaybackPolicyNotificationShownEvent() pid:14630,uid:10186,shown:false
07-01 15:18:40.114 1309 2285 D _V_VivoAudioPlaybackPolicy:
updateAudioPolicyAppState() pid:14630,uid:10186
07-01 15:18:40.116 1309 1447 I libprocessgroup: Successfully killed process
cgroup uid 10186 pid 14630 in 0ms
07-01 15:18:40.127 1309 17177 I _V_ActivityManager: collectPssSampleEventTracking
07-01 15:18:40.566 1309 1428 D AES : AEEIOCTL_GET/SET_SF_STATE IOCTL,cmd=
1074294797, lParam=0.
07-01 15:18:40.567 1309 1428 D AES : AEEIOCTL_RT_MON_Kick IOCTL,cmd=
2147774474, lParam=300.
07-01 15:18:41.101 1309 2205 D _V_FeatureService: FeatureEventHandler-
>handleMessage v2.0 START msg: 152
07-01 15:18:41.101 1309 2205 D _V_FeatureService: MediaAppVol
setMediaVolumeForApp appName org.detikcom.rss value 10 mSaveMediaAppIndivalVol
false
07-01 15:18:41.102 1309 2205 D _V_FeatureVolume: MediaAppVol setMediaVolumeForApp
appName org.detikcom.rss value 10 saveVol false intVol 10
07-01 15:18:41.102 1309 2205 D _V_FeatureVolume: MediaAppVol from process_died,
no package setting org.detikcom.rss
07-01 15:18:41.102 1309 2205 D _V_FeatureService: FeatureEventHandler-
>handleMessage v2.0 END msg: 152
07-01 15:18:41.222 1309 2269 D _V_VivoMediaResource: monitorTask sched pid
816ping binder android.media.IMediaPlayerService
07-01 15:18:41.223 1309 2268 V _V_VivoMediaResource: handleMessage start to ping
binder android.media.IMediaPlayerService
07-01 15:18:41.224 1309 2268 V _V_VivoMediaResource: handleMessage finish ping
binder true
07-01 15:18:41.996 1309 1605 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = true, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 87, .batteryVoltage = 4447, .batteryTemperature =
317, .batteryCurrent = 727, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 2873000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
07-01 15:18:42.001 1309 1309 D _V_FeatureService: onReceive action
android.intent.action.BATTERY_CHANGED
07-01 15:18:42.001 1309 1309 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! usb charge!
07-01 15:18:42.001 1309 1309 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 1
07-01 15:18:42.002 1309 1309 E _V_BBKTouchScreenServiceService: packageName:null
07-01 15:18:42.002 1309 1309 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 1
07-01 15:18:42.002 1309 1309 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED engine = 0
07-01 15:18:42.003 1309 1309 I DeviceIdleController: updateChargingLocked:
charging=true
07-01 15:18:42.003 1309 1309 I DeviceIdleController: becomeActiveLocked,
reason=charging, changeLightIdle=true
07-01 15:18:42.161 1309 4074 I mtkpower_client: perf_lock_acq, hdl:110364, dur:0,
num:2, tid:4074
07-01 15:18:42.163 556 614 I libPowerHal: [perfLockAcq] idx:0 hdl:110365 hint:-
1 pid:1309 duration:0 lock_user:system_server => ret_hdl:110365
07-01 15:18:42.163 1309 4074 I mtkpower_client: ret_hdl:110365
07-01 15:18:42.164 1309 4074 I mtkpower_client: perf_lock_rel, hdl:110365,
tid:4074
07-01 15:18:45.568 1309 1428 D AES : AEEIOCTL_GET/SET_SF_STATE IOCTL,cmd=
1074294797, lParam=0.
07-01 15:18:45.568 1309 1428 D AES : AEEIOCTL_RT_MON_Kick IOCTL,cmd=
2147774474, lParam=300.

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